diff --git a/src/app/page.tsx b/src/app/page.tsx index 0931b58..de0f88d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,7 @@ export default function LandingPage() { tag="Our Strengths" tagIcon={Award} metrics={[ - { id: "1", icon: Users, title: "Patient Trust", value: "3.6/5" }, + { id: "1", icon: Star, title: "Google Rating", value: "4.8/5" }, { id: "2", icon: CheckCircle, title: "Successful Cases", value: "1000+" }, { id: "3", icon: Zap, title: "Fast Recovery", value: "48-72hrs" }, { id: "4", icon: Shield, title: "Safety First", value: "100%" } @@ -264,4 +264,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}