Skip to content

Commit

Permalink
fix translate portugués
Browse files Browse the repository at this point in the history
  • Loading branch information
xtian7489 committed Oct 31, 2024
1 parent ce79363 commit 2e28979
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/app/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ import QuienesSomos from "@/components/layout/quienes-somos";
export default async function Home() {

return (
<div className="home-wrapper">
<BannerTitle
title="Pacto Inter-ciudad"
subtitle="*PACTO INTERCIDADE"
urlButton="#banner-participativo"
textButton="Participar"
/>
<BannerParticipativo />
<Banner />
<BannerResurgente />
<Suspense fallback={<Skeleton height={500} />}>
<BannerPacto />
</Suspense>
<BannerSobreProyecto />
<QuienesSomos />
</div>
<div className="home-wrapper">
<BannerTitle
title="Pacto Inter-ciudad"
subtitle="*PACTO-INTERCIDADES"
urlButton="#banner-participativo"
textButton="Participar"
/>
<BannerParticipativo />
<Banner />
<BannerResurgente />
<Suspense fallback={<Skeleton height={500} />}>
<BannerPacto />
</Suspense>
<BannerSobreProyecto />
<QuienesSomos />
</div>
);
}

0 comments on commit 2e28979

Please sign in to comment.