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() {