From 43732947ab8bb1d823f97a664b47808d600fc863 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 17:51:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6672931..6301ac3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gsmv9u", imageAlt: "Brands served across industries" + 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&_wi=1", imageAlt: "Brands served across industries" }, { - 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: "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&_wi=1", imageAlt: "Content impressions metrics" }, { - 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: "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&_wi=1", imageAlt: "Years of experience" }, { - 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" + 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&_wi=1", imageAlt: "Average ROI results" } ]} /> @@ -184,16 +184,16 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "CEO", testimonial: "Brandwave transformed our social media presence. In just 6 months, we saw a 340% increase in engagement and our sales tripled. Truly exceptional work!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gsmv9u", imageAlt: "Sarah Mitchell CEO" + id: "1", name: "Sarah Mitchell", role: "CEO", testimonial: "Brandwave transformed our social media presence. In just 6 months, we saw a 340% increase in engagement and our sales tripled. Truly exceptional work!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gsmv9u&_wi=2", imageAlt: "Sarah Mitchell CEO" }, { - id: "2", name: "James Chen", role: "Founder", testimonial: "Working with this agency was a game-changer. They understood our vision and executed flawlessly. Highly recommend to any brand serious about social growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e65mie", imageAlt: "James Chen Founder" + id: "2", name: "James Chen", role: "Founder", testimonial: "Working with this agency was a game-changer. They understood our vision and executed flawlessly. Highly recommend to any brand serious about social growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e65mie&_wi=2", imageAlt: "James Chen Founder" }, { - id: "3", name: "Emma Rodriguez", role: "Marketing Director", testimonial: "The team's strategic approach and creative excellence is unmatched. Our brand went from unknown to industry leader in less than a year.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1zc4p5", imageAlt: "Emma Rodriguez Marketing Director" + id: "3", name: "Emma Rodriguez", role: "Marketing Director", testimonial: "The team's strategic approach and creative excellence is unmatched. Our brand went from unknown to industry leader in less than a year.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1zc4p5&_wi=2", imageAlt: "Emma Rodriguez Marketing Director" }, { - id: "4", name: "Michael Zhang", role: "Business Owner", testimonial: "Best investment we've made for our business. The ROI has been incredible, and the team treats us like partners, not just clients.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=akmv7m", imageAlt: "Michael Zhang Business Owner" + id: "4", name: "Michael Zhang", role: "Business Owner", testimonial: "Best investment we've made for our business. The ROI has been incredible, and the team treats us like partners, not just clients.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=akmv7m&_wi=2", imageAlt: "Michael Zhang Business Owner" }, { id: "5", name: "Lisa Thompson", role: "VP of Marketing", testimonial: "Exceptional creativity paired with data-driven strategy. They delivered beyond our expectations and we're excited for what's next.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0qkq3h", imageAlt: "Lisa Thompson VP of Marketing" -- 2.49.1