From 5a66c98818e5618e77c5d994c7f1a9fb832c7025 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 04:21:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c2b58e..4875948 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,10 +152,10 @@ export default function LandingPage() { speed={40} testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "CEO, TechVenture Inc", testimonial: "Working with this team transformed our marketing strategy. Our leads increased by 300% in just 6 months.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbN7UBtw7yxSUspDEGXRg5zr8S/professional-headshot-of-a-confident-bus-1772857214440-54b64a76.png", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", handle: "CEO, TechVenture Inc", testimonial: "Working with this team transformed our marketing strategy. Our leads increased by 300% in just 6 months.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbN7UBtw7yxSUspDEGXRg5zr8S/professional-headshot-of-a-confident-bus-1772857214440-54b64a76.png?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", handle: "Marketing Director, CloudScale", testimonial: "The analytics dashboard gave us insights we never had before. Our ROI tracking has never been better.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbN7UBtw7yxSUspDEGXRg5zr8S/professional-headshot-of-a-confident-mal-1772857214723-49b805ea.png", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", handle: "Marketing Director, CloudScale", testimonial: "The analytics dashboard gave us insights we never had before. Our ROI tracking has never been better.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbN7UBtw7yxSUspDEGXRg5zr8S/professional-headshot-of-a-confident-mal-1772857214723-49b805ea.png?_wi=1", imageAlt: "Michael Chen" }, { id: "3", name: "Emma Rodriguez", handle: "Founder, GrowthHQ", testimonial: "Exceptional service and support. The automation features alone saved us 20 hours per week.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbN7UBtw7yxSUspDEGXRg5zr8S/professional-headshot-of-a-young-female--1772857215947-7ea5b9c4.png", imageAlt: "Emma Rodriguez" @@ -164,10 +164,10 @@ export default function LandingPage() { id: "4", name: "David Park", handle: "VP Marketing, Innovate Pro", testimonial: "Best platform we've used. The team's expertise and the tool's capabilities are unmatched in the industry.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbN7UBtw7yxSUspDEGXRg5zr8S/professional-headshot-of-an-experienced--1772857216350-4aa7c643.png", imageAlt: "David Park" }, { - id: "5", name: "Lisa Thompson", handle: "CMO, Digital Leaders", testimonial: "Our campaign performance improved dramatically. Highly recommend to any serious marketing team.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbN7UBtw7yxSUspDEGXRg5zr8S/professional-headshot-of-a-confident-bus-1772857214440-54b64a76.png", imageAlt: "Lisa Thompson" + id: "5", name: "Lisa Thompson", handle: "CMO, Digital Leaders", testimonial: "Our campaign performance improved dramatically. Highly recommend to any serious marketing team.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbN7UBtw7yxSUspDEGXRg5zr8S/professional-headshot-of-a-confident-bus-1772857214440-54b64a76.png?_wi=2", imageAlt: "Lisa Thompson" }, { - id: "6", name: "James Wilson", handle: "Founder, Marketing Co", testimonial: "Phenomenal support and incredible results. This is the tool we recommend to all our clients.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbN7UBtw7yxSUspDEGXRg5zr8S/professional-headshot-of-a-confident-mal-1772857214723-49b805ea.png", imageAlt: "James Wilson" + id: "6", name: "James Wilson", handle: "Founder, Marketing Co", testimonial: "Phenomenal support and incredible results. This is the tool we recommend to all our clients.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbN7UBtw7yxSUspDEGXRg5zr8S/professional-headshot-of-a-confident-mal-1772857214723-49b805ea.png?_wi=2", imageAlt: "James Wilson" } ]} /> -- 2.49.1