From 68c9bcd6f05f66ef0a450e6685bd30fee002eec7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 14:06:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 699ace8..839d7c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,13 +142,13 @@ export default function LandingPage() { animationType="scale-rotate" metrics={[ { - id: "metric-1", value: "The Symbiotic Library", title: "Today's Revival", description: "Born from: Digital Archive System + Community Knowledge Base + Emotional Metadata Framework. A living repository that learns from collective abandonment.", imageSrc: "http://img.b2bpic.net/free-vector/realistic-leaves-with-neon-frame-background-theme_23-2148434232.jpg" + id: "metric-1", value: "The Symbiotic Library", title: "Today's Revival", description: "Born from: Digital Archive System + Community Knowledge Base + Emotional Metadata Framework. A living repository that learns from collective abandonment.", videoSrc: "http://img.b2bpic.net/free-vector/realistic-leaves-with-neon-frame-background-theme_23-2148434232.jpg", videoAriaLabel: "Daily feature spotlight" }, { - id: "metric-2", value: "342", title: "Ideas in Graveyard", description: "Waiting for resurrection" + id: "metric-2", value: "342", title: "Ideas in Graveyard", description: "Waiting for resurrection", videoSrc: "http://img.b2bpic.net/free-vector/realistic-leaves-with-neon-frame-background-theme_23-2148434232.jpg", videoAriaLabel: "Ideas in graveyard metric" }, { - id: "metric-3", value: "89", title: "Successful Revivals", description: "Born from connections" + id: "metric-3", value: "89", title: "Successful Revivals", description: "Born from connections", videoSrc: "http://img.b2bpic.net/free-vector/realistic-leaves-with-neon-frame-background-theme_23-2148434232.jpg", videoAriaLabel: "Successful revivals metric" } ]} buttons={[{ text: "Explore This Revival", href: "#revival-details" }]}