From 3c610462b18c165c6b00eab80010200968698ae1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 18:21:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 243 +++++++++-------------------------------------- 1 file changed, 47 insertions(+), 196 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2efb325..f817f14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() { @@ -154,21 +88,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "24/7", - description: "Active Monitoring", - }, - { - id: "m2", - value: "99%", - description: "Matching Efficiency", - }, - { - id: "m3", - value: "500+", - description: "Daily Donations", - }, + { id: "m1", value: "24/7", description: "Active Monitoring" }, + { id: "m2", value: "99%", description: "Matching Efficiency" }, + { id: "m3", value: "500+", description: "Daily Donations" }, ]} title="Our Impact Metrics" description="Numbers that define our journey." @@ -181,21 +103,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - icon: Shield, - title: "Verified Donors", - description: "Full vetting process ensures safe supply.", - }, - { - icon: Zap, - title: "Real-time Matching", - description: "Get notified when hospitals need your blood type.", - }, - { - icon: Users, - title: "Community Network", - description: "Connect with local donors near you.", - }, + { icon: Shield, title: "Verified Donors", description: "Full vetting process ensures safe supply." }, + { icon: Zap, title: "Real-time Matching", description: "Get notified when hospitals need your blood type." }, + { icon: Users, title: "Community Network", description: "Connect with local donors near you." }, ]} title="Features That Bridge Lives" description="Technology built for speed, safety, and community." @@ -204,24 +114,13 @@ export default function LandingPage() {
@@ -309,29 +174,15 @@ export default function LandingPage() {