Update src/app/page.tsx

This commit is contained in:
2026-03-17 00:24:30 +00:00
parent 9a1a0612c0
commit 59ddd1f043

View File

@@ -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 (