Merge version_4 into main #3

Merged
bender merged 1 commits from version_4 into main 2026-05-20 15:07:00 +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>
);
}
}