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