diff --git a/src/app/page.tsx b/src/app/page.tsx index 24aff24..dcff311 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,8 +68,8 @@ export default function LandingPage() { ], stats: [ { title: "Seasons", values: [3, 5, 7], description: "Collections created" }, - { title: "Restraint", values: ["Pure", "Essence", "Form"], description: "Design philosophy" }, - { title: "Silence", values: ["Speaks", "Louder", "Always"], description: "Through absence" }, + { title: "Restraint", values: [0.9, 1.2, 0.7], description: "Design philosophy" }, + { title: "Silence", values: [2.1, 3.5, 1.8], description: "Through absence" }, ], listTitle: "Atelier Notes", listItems: [ { icon: Eye, title: "Conceptual Rigor", status: "Embedded" },