diff --git a/src/app/page.tsx b/src/app/page.tsx index 189a33c..3fc21ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; @@ -37,8 +35,6 @@ export default function LandingPage() { name: "Nuestra Historia", id: "historia"}, { name: "Preguntas Frecuentes", id: "faq"}, - { - name: "Contáctanos", id: "contact"}, ]} brandName="El Conde Casa de Humo" button={{ @@ -156,44 +152,6 @@ export default function LandingPage() { /> -