From 55497a393221029866a76b7f0e9d97393a689747 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 19:31:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6be4477..266ae80 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TeamCardTen from '@/components/sections/team/TeamCardTen'; + import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; @@ -39,8 +39,6 @@ export default function LandingPage() { name: "Servicios", id: "#services"}, { name: "Productos", id: "#products"}, - { - name: "Equipo", id: "#team"}, { name: "Testimonios", id: "#testimonials"}, { @@ -89,7 +87,7 @@ export default function LandingPage() { title="Más que un Salón, una Experiencia de Cuidado y Belleza" buttons={[ { - text: "Conoce a Indira", href: "#team"}, + text: "Conoce a Indira", href: "#contact"}, ]} buttonAnimation="opacity" /> @@ -144,23 +142,6 @@ export default function LandingPage() { /> -
- -