From a290b40c09c39b222e46ec17ec64caafdc9fd390 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 21:07:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 ++++++++++++++++++++++++++++++++++------ 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f3408a9..88f22fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,9 +7,10 @@ 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, Share2, Sparkles, Star, Stethoscope, Target, TrendingUp, Users, Zap } from 'lucide-react'; +import { Award, BarChart3, Briefcase, Calendar, CheckCircle, Clock, Eye, Globe, MapPin, Phone, Share2, Sparkles, Star, Stethoscope, Target, TrendingUp, Users, Zap } from 'lucide-react'; const navItems = [ { name: "Inicio", id: "hero" }, @@ -17,6 +18,7 @@ const navItems = [ { name: "Beneficios", id: "benefits" }, { name: "Testimonios", id: "testimonials" }, { name: "Sobre Nosotros", id: "about" }, + { name: "Equipo", id: "team" }, { name: "Contacto", id: "contact" } ]; @@ -192,11 +194,36 @@ 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: "#contact" }]} + buttons={[{ text: "Conocer nuestro equipo", href: "#team" }]} buttonAnimation="slide-up" /> +
+ +
+