5 Commits

Author SHA1 Message Date
41803e2048 Update src/app/page.tsx 2026-05-09 02:13:08 +00:00
350ff06fec Merge version_11 into main
Merge version_11 into main
2026-05-09 01:59:49 +00:00
c18af1a251 Update src/app/page.tsx 2026-05-09 01:59:43 +00:00
1efd0ce8e6 Merge version_10 into main
Merge version_10 into main
2026-05-09 01:57:14 +00:00
78114032f9 Merge version_10 into main
Merge version_10 into main
2026-05-09 01:56:46 +00:00

View File

@@ -35,6 +35,7 @@ export default function LandingPage() {
{ name: "Inicio", id: "hero" },
{ name: "Sobre Nosotros", id: "about" },
{ name: "Menú", id: "menu" },
{ name: "FAQ", id: "faq" },
{ name: "Contacto", id: "contact" },
]}
brandName="Tacos Victor Montréal"
@@ -151,13 +152,16 @@ export default function LandingPage() {
centered={true}
useInvertedBackground={false}
/>
<p className="text-center text-xs mt-4">
Al enviar este mensaje, aceptas nuestros términos y condiciones.
</p>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Tacos", href: "#menu" }, { label: "Bebidas", href: "#menu" }] },
{ items: [{ label: "Sobre", href: "#about" }, { label: "Contacto", href: "#contact" }] },
{ items: [{ label: "Sobre", href: "#about" }, { label: "FAQ", href: "#faq" }, { label: "Contacto", href: "#contact" }] },
]}
logoText="Tacos Victor Montréal"
/>