Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-05-20 15:05:24 +00:00

View File

@@ -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>
);
}
}