diff --git a/src/app/page.tsx b/src/app/page.tsx index 6aba7f4..04c9994 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,37 +44,20 @@ export default function LandingPage() {
@@ -92,44 +67,21 @@ export default function LandingPage() {
@@ -155,30 +104,15 @@ export default function LandingPage() { tag="Facts" metrics={[ { - id: "m1", - value: "12+", - description: "Award-winning projects", - }, + id: "m1", value: "12+", description: "Award-winning projects"}, { - id: "m2", - value: "8", - description: "Unique brand identities", - }, + id: "m2", value: "8", description: "Unique brand identities"}, { - id: "m3", - value: "24", - description: "Films analyzed", - }, + id: "m3", value: "24", description: "Films analyzed"}, { - id: "m4", - value: "100%", - description: "Surrealist focus", - }, + id: "m4", value: "100%", description: "Surrealist focus"}, { - id: "m5", - value: "∞", - description: "Visual curiosity", - }, + id: "m5", value: "∞", description: "Visual curiosity"}, ]} metricsAnimation="blur-reveal" /> @@ -188,8 +122,7 @@ export default function LandingPage() {