From 464795aa9724d4c95dc66cc0716a5a014c4d08eb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 21:10:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1adc8b8..9b94557 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import FeatureHoverPattern from '@/components/sections/feature/featureHoverPatte import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import MediaAbout from '@/components/sections/about/MediaAbout'; -import TeamCardTen from '@/components/sections/team/TeamCardTen'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Award, BarChart3, Briefcase, Calendar, CheckCircle, Clock, Eye, Globe, MapPin, Phone, Share2, Sparkles, Star, Stethoscope, Target, TrendingUp, Users, Zap } from 'lucide-react'; @@ -18,7 +17,6 @@ const navItems = [ { name: "Beneficios", id: "benefits" }, { name: "Testimonios", id: "testimonials" }, { name: "Sobre Nosotros", id: "about" }, - { name: "Equipo", id: "team" }, { name: "Contacto", id: "contact" } ]; @@ -194,36 +192,11 @@ export default function LandingPage() { useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/group-doctors-cooperating-while-examining-xray-patient-hopital_637285-11164.jpg" imageAlt="Equipo MediMarket Pro" - buttons={[{ text: "Conocer nuestro equipo", href: "#team" }]} + buttons={[{ text: "Contacta con nosotros", href: "#contact" }]} buttonAnimation="slide-up" /> -
- -
-