Merge version_10 into main

Merge version_10 into main
This commit was merged in pull request #12.
This commit is contained in:
2026-05-09 01:57:14 +00:00

View File

@@ -149,14 +149,15 @@ export default function LandingPage() {
inputPlaceholder="Tu correo electrónico" inputPlaceholder="Tu correo electrónico"
buttonText="Enviar mensaje" buttonText="Enviar mensaje"
centered={true} centered={true}
useInvertedBackground={false}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
columns={[ columns={[
{ title: "Menú", items: [{ label: "Tacos", href: "#menu" }, { label: "Bebidas", href: "#menu" }] }, { items: [{ label: "Tacos", href: "#menu" }, { label: "Bebidas", href: "#menu" }] },
{ title: "Info", items: [{ label: "Sobre", href: "#about" }, { label: "Contacto", href: "#contact" }] }, { items: [{ label: "Sobre", href: "#about" }, { label: "Contacto", href: "#contact" }] },
]} ]}
logoText="Tacos Victor Montréal" logoText="Tacos Victor Montréal"
/> />