diff --git a/src/app/page.tsx b/src/app/page.tsx index 18f15bc..43770f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,8 +8,6 @@ import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextAbout from '@/components/sections/about/TextAbout'; @@ -35,10 +33,6 @@ export default function LandingPage() { name: "Inicio", id: "#inicio"}, { name: "Servicios", id: "#servicios"}, - { - name: "Productos", id: "#productos"}, - { - name: "Equipo", id: "#equipo"}, { name: "Contacto", id: "#contacto"}, ]} @@ -108,10 +102,7 @@ export default function LandingPage() { tag="Nuestra Historia" tagAnimation="opacity" title="¿Quiénes Somos? La Tradición en Cada Corte" - buttons={[ - { - text: "Conoce a Nuestro Equipo", href: "#equipo"}, - ]} + buttons={[]} buttonAnimation="opacity" /> @@ -142,54 +133,6 @@ export default function LandingPage() { /> -
- -
- -
- -
-
); -} +} \ No newline at end of file