Merge version_3 into main #2
@@ -183,17 +183,17 @@ 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"
|
||||
bottomRightText="Política de Privacidad"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user