2 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

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>
@@ -189,11 +189,11 @@ export default function LandingPage() {
title: "Empresa", items: [{ label: "Sobre nosotros", href: "#about" }, { label: "Contacto", href: "#contact" }],
},
]}
bottomLeftText="© 2024 Culinary Delight."
bottomLeftText="© 2024 Bonne Eclair Cafetería."
bottomRightText="Política de Privacidad"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}