From 6bcc44db4b5e465167b81a6bf420e736d8c235f2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:05:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.49.1