Update src/app/page.tsx

This commit is contained in:
2026-03-17 14:06:50 +00:00
parent 26f24c6c80
commit 68c9bcd6f0

View File

@@ -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" }]}