Compare commits
9 Commits
version_10
...
version_15
| Author | SHA1 | Date | |
|---|---|---|---|
| da35d313c7 | |||
| 6c4124e637 | |||
| 41803e2048 | |||
| 32676b722f | |||
| 802c36f06b | |||
| 350ff06fec | |||
| c18af1a251 | |||
| 1efd0ce8e6 | |||
| 78114032f9 |
@@ -8,7 +8,7 @@ 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 NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
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,12 +29,13 @@ export default function LandingPage() {
|
|||||||
headingFontWeight="light"
|
headingFontWeight="light"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav" className="sticky top-0 z-50 bg-white/95 backdrop-blur-sm">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Inicio", id: "hero" },
|
{ name: "Inicio", id: "hero" },
|
||||||
{ name: "Sobre Nosotros", id: "about" },
|
{ name: "Sobre Nosotros", id: "about" },
|
||||||
{ name: "Menú", id: "menu" },
|
{ name: "Menú", id: "menu" },
|
||||||
|
{ name: "FAQ", id: "faq" },
|
||||||
{ name: "Contacto", id: "contact" },
|
{ name: "Contacto", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="Tacos Victor Montréal"
|
brandName="Tacos Victor Montréal"
|
||||||
@@ -151,13 +152,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"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user