From 7948d0da610091027aec98e62cfad28126e063d6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:19:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f2b091..b6103e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Award, Calendar, CheckCircle, Clock, Heart, HelpCircle, Mail, MapPin, MessageSquare, Phone, Shield, Stethoscope, TrendingUp, Zap } from "lucide-react"; +import { Award, Calendar, CheckCircle, Clock, Heart, HelpCircle, Mail, MapPin, MessageSquare, Phone, Shield, Stethoscope, TrendingUp, Zap, Trophy, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -58,7 +58,7 @@ export default function LandingPage() { title: "Clinic Excellence", logoIcon: Stethoscope, imageSrc: "http://img.b2bpic.net/free-photo/blur-hotel-lobby_74190-4446.jpg", searchPlaceholder: "Search procedures...", sidebarItems: [ { icon: Clock, active: true }, - { icon: Heart }, + { icon: Users }, { icon: CheckCircle } ], buttons: [ @@ -67,15 +67,15 @@ export default function LandingPage() { ], stats: [ { - title: "Successful Procedures", values: ["500", "750", "1200"], + title: "Successful Procedures", values: [500, 750, 1200], description: "Completed with excellence" }, { - title: "Patient Satisfaction", values: ["95", "97", "99"], + title: "Patient Satisfaction", values: [95, 97, 99], valueSuffix: "%", description: "Consistently high ratings" }, { - title: "Years Experience", values: ["10", "15", "20"], + title: "Years Experience", values: [10, 15, 20], description: "Decades of expertise" } ], @@ -140,7 +140,7 @@ export default function LandingPage() { title: "Quick Recovery", description: "Return to normal activities within 1-2 weeks. Most patients experience minimal discomfort with proper care." }, { - icon: Award, + icon: Trophy, title: "Satisfaction Guaranteed", description: "99.85% success rate with comprehensive support. Your wellbeing is our priority throughout and beyond." } ]} -- 2.49.1