Compare commits
11 Commits
version_11
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 00e1f38de1 | |||
| 9aa3856255 | |||
| cc7327df68 | |||
| cf0b7566fe | |||
| c2555dd00f | |||
| da35d313c7 | |||
| 6c4124e637 | |||
| 41803e2048 | |||
| 32676b722f | |||
| 802c36f06b | |||
| 350ff06fec |
@@ -8,7 +8,6 @@ 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 ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
@@ -29,19 +28,6 @@ export default function LandingPage() {
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="Tacos Victor Montréal"
|
||||
@@ -152,6 +138,9 @@ 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">
|
||||
|
||||
Reference in New Issue
Block a user