From 55326baf20fd93a287dafbaba26e6692f99cc3bc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 18:26:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 163 ++++++++++++----------------------------------- 1 file changed, 41 insertions(+), 122 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f90f8f..26c86a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -58,19 +48,14 @@ export default function LandingPage() {
@@ -152,31 +119,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "100%", - title: "Sterility", - items: [ - "Top equipment", - "Clean facility", - ], + id: "m1", value: "100%", title: "Sterility", items: [ + "Top equipment", "Clean facility"], }, { - id: "m2", - value: "99%", - title: "Comfort", - items: [ - "Organized visits", - "Patient care", - ], + id: "m2", value: "99%", title: "Comfort", items: [ + "Organized visits", "Patient care"], }, { - id: "m3", - value: "24/7", - title: "Support", - items: [ - "WhatsApp active", - "Fast response", - ], + id: "m3", value: "24/7", title: "Support", items: [ + "WhatsApp active", "Fast response"], }, ]} title="Our Patient Promise" @@ -187,32 +139,18 @@ export default function LandingPage() {
@@ -241,16 +176,13 @@ export default function LandingPage() {
@@ -259,38 +191,25 @@ export default function LandingPage() {