14 Commits

Author SHA1 Message Date
00e1f38de1 Merge version_17 into main
Merge version_17 into main
2026-05-12 16:07:16 +00:00
9aa3856255 Update src/app/page.tsx 2026-05-12 16:07:13 +00:00
cc7327df68 Merge version_16 into main
Merge version_16 into main
2026-05-12 16:03:56 +00:00
cf0b7566fe Update src/app/page.tsx 2026-05-12 16:03:50 +00:00
c2555dd00f Merge version_15 into main
Merge version_15 into main
2026-05-09 02:18:44 +00:00
da35d313c7 Update src/app/page.tsx 2026-05-09 02:18:41 +00:00
6c4124e637 Merge version_13 into main
Merge version_13 into main
2026-05-09 02:13:11 +00:00
41803e2048 Update src/app/page.tsx 2026-05-09 02:13:08 +00:00
32676b722f Merge version_12 into main
Merge version_12 into main
2026-05-09 02:12:58 +00:00
802c36f06b Update src/app/page.tsx 2026-05-09 02:12:52 +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

@@ -8,7 +8,6 @@ import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
@@ -29,18 +28,6 @@ export default function LandingPage() {
headingFontWeight="light" headingFontWeight="light"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Inicio", id: "hero" },
{ name: "Sobre Nosotros", id: "about" },
{ name: "Menú", id: "menu" },
{ name: "Contacto", id: "contact" },
]}
brandName="Tacos Victor Montréal"
/>
</div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlayTestimonial <HeroOverlayTestimonial
title="Tacos Victor Montréal" title="Tacos Victor Montréal"
@@ -151,13 +138,16 @@ export default function LandingPage() {
centered={true} centered={true}
useInvertedBackground={false} useInvertedBackground={false}
/> />
<p className="text-center text-xs mt-4">
Al enviar este mensaje, aceptas nuestros términos y condiciones.
</p>
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
columns={[ columns={[
{ items: [{ label: "Tacos", href: "#menu" }, { label: "Bebidas", href: "#menu" }] }, { 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" logoText="Tacos Victor Montréal"
/> />