Compare commits
5 Commits
version_10
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 802c36f06b | |||
| 350ff06fec | |||
| c18af1a251 | |||
| 1efd0ce8e6 | |||
| 78114032f9 |
@@ -8,7 +8,7 @@ import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
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 TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
@@ -30,11 +30,12 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ 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"
|
||||
@@ -157,7 +158,7 @@ export default function LandingPage() {
|
||||
<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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user