diff --git a/src/app/page.tsx b/src/app/page.tsx index 101f649..aa83cdc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -60,104 +50,61 @@ export default function LandingPage() {
@@ -170,25 +117,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "120M+", - title: "Total Reach", - description: "Combined impressions across all active campaigns.", - icon: Globe, + id: "m1", value: "120M+", title: "Total Reach", description: "Combined impressions across all active campaigns.", icon: Globe, }, { - id: "m2", - value: "45%", - title: "Engagement Growth", - description: "Average audience growth across key platforms.", - icon: TrendingUp, + id: "m2", value: "45%", title: "Engagement Growth", description: "Average audience growth across key platforms.", icon: TrendingUp, }, { - id: "m3", - value: "85+", - title: "Brands Scaled", - description: "High-growth brands we've helped reach their potential.", - icon: Award, + id: "m3", value: "85+", title: "Brands Scaled", description: "High-growth brands we've helped reach their potential.", icon: Award, }, ]} title="Measurable Impact" @@ -198,30 +133,16 @@ export default function LandingPage() {