Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 027a98dff7 | |||
| 091a98ff2f | |||
| 18fcb296ba | |||
| 1aa3458566 |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user