From 463f20c2ca8a4e14323783d5393ae9df18dc5318 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 17:51:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 79683d0..6672931 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,11 +65,11 @@ export default function LandingPage() { ]} avatarText="Trusted by 150+ brands" marqueeItems={[ - { text: "Instagram Growth", icon: TrendingUp }, - { text: "Brand Strategy", icon: Zap }, - { text: "Content Creation", icon: Sparkles }, - { text: "Community Management", icon: Users }, - { text: "Analytics & Insights", icon: BarChart3 } + { type: "text-icon", text: "Instagram Growth", icon: TrendingUp }, + { type: "text-icon", text: "Brand Strategy", icon: Zap }, + { type: "text-icon", text: "Content Creation", icon: Sparkles }, + { type: "text-icon", text: "Community Management", icon: Users }, + { type: "text-icon", text: "Analytics & Insights", icon: BarChart3 } ]} marqueeSpeed={30} showMarqueeCard={true} @@ -157,16 +157,16 @@ export default function LandingPage() { animationType="scale-rotate" metrics={[ { - id: "1", value: "150+", title: "Brands Served", description: "Across diverse industries and markets" + id: "1", value: "150+", title: "Brands Served", description: "Across diverse industries and markets", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gsmv9u", imageAlt: "Brands served across industries" }, { - id: "2", value: "500M+", title: "Content Impressions", description: "Generated across all platforms" + id: "2", value: "500M+", title: "Content Impressions", description: "Generated across all platforms", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e65mie", imageAlt: "Content impressions metrics" }, { - id: "3", value: "8+", title: "Years Experience", description: "In social media marketing excellence" + id: "3", value: "8+", title: "Years Experience", description: "In social media marketing excellence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1zc4p5", imageAlt: "Years of experience" }, { - id: "4", value: "320%", title: "Avg. ROI", description: "Delivered to our clients yearly" + id: "4", value: "320%", title: "Avg. ROI", description: "Delivered to our clients yearly", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=akmv7m", imageAlt: "Average ROI results" } ]} />