4 Commits

Author SHA1 Message Date
027a98dff7 Update src/app/page.tsx 2026-05-20 15:06:56 +00:00
091a98ff2f Merge version_3 into main
Merge version_3 into main
2026-05-20 15:05:24 +00:00
18fcb296ba Update src/app/page.tsx 2026-05-20 15:05:18 +00:00
1aa3458566 Merge version_2 into main
Merge version_2 into main
2026-05-20 15:02:26 +00:00

View File

@@ -173,9 +173,9 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Contact Us"
title="Visit Us Today"
description="Find us in the heart of the city for the best breakfast in town."
tag="Contáctanos"
title="Visítanos hoy"
description="Encuéntranos en el corazón de la ciudad para disfrutar del mejor desayuno."
/>
</div>
@@ -183,14 +183,14 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Menu", items: [{ label: "Breakfast", href: "#product" }, { label: "Pastry", href: "#product" }],
title: "Menú", items: [{ label: "Desayunos", href: "#product" }, { label: "Repostería", href: "#product" }],
},
{
title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }],
title: "Empresa", items: [{ label: "Sobre nosotros", href: "#about" }, { label: "Contacto", href: "#contact" }],
},
]}
bottomLeftText="© 2024 Culinary Delight."
bottomRightText="Privacy Policy"
bottomLeftText="© 2024 Bonne Eclair Cafetería."
bottomRightText="Política de Privacidad"
/>
</div>
</ReactLenis>