diff --git a/src/app/page.tsx b/src/app/page.tsx index b136127..3cdee06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { AlertCircle, CheckCircle, Clock, Handshake, Heart, Shield, Smile, Stethoscope, Syringe, ThumbsUp, Users, Zap } from 'lucide-react'; +import { AlertCircle, CheckCircle, Clock, Handshake, Heart, Shield, Smile, Star, Stethoscope, Syringe, ThumbsUp, Users, Zap } from 'lucide-react'; export default function LandingPage() { return (