From 6ddac8e0ccee6b056f7aab076c6b348196d1a94e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 21:37:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 184 ++++++++++++----------------------------------- 1 file changed, 46 insertions(+), 138 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 96c4f5c..91fd028 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,60 +47,37 @@ export default function LandingPage() {
@@ -120,14 +87,9 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Strategy Over Noise.", - }, + type: "text", content: "Strategy Over Noise."}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/woman-stands-reviews-documents_482257-120351.jpg", - alt: "Creative Workspace", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/woman-stands-reviews-documents_482257-120351.jpg", alt: "Creative Workspace"}, ]} /> @@ -139,19 +101,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Paid Ads", - description: "Meta & TikTok systems that turn impressions into customers.", - icon: Zap, + title: "Paid Ads", description: "Meta & TikTok systems that turn impressions into customers.", icon: Zap, }, { - title: "Growth Strategy", - description: "Defining your brand identity and market positioning.", - icon: Target, + title: "Growth Strategy", description: "Defining your brand identity and market positioning.", icon: Target, }, { - title: "Content Direction", - description: "Creative strategy that cuts through the noise.", - icon: Camera, + title: "Content Direction", description: "Creative strategy that cuts through the noise.", icon: Camera, }, ]} title="Core Services" @@ -164,22 +120,14 @@ export default function LandingPage() { textboxLayout="split" gridVariant="bento-grid" useInvertedBackground={false} + animationType="slide-up" metrics={[ { - id: "m1", - value: "$50M+", - description: "Revenue Generated", - }, + id: "m1", value: "$50M+", description: "Revenue Generated"}, { - id: "m2", - value: "120M+", - description: "Impressions Managed", - }, + id: "m2", value: "120M+", description: "Impressions Managed"}, { - id: "m3", - value: "3.5x", - description: "Average ROAS", - }, + id: "m3", value: "3.5x", description: "Average ROAS"}, ]} title="Our Impact" description="Measurable revenue growth for every client." @@ -190,61 +138,31 @@ export default function LandingPage() {