From b4cbfbaa6b1a6516716f55d51360883dfe786cee Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 17:02:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e89161d..32b9ac2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,7 +126,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", title: "Absolutely brilliant.", quote: "They walked me through every step. I felt guided and confident.", name: "Sarah J.", role: "CEO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/high-quality-professional-headshot-of-a--1774890087361-57763a7d.png"}, + id: "1", title: "Absolutely brilliant.", quote: "They walked me through every step. I felt guided and confident.", name: "Sarah J.", role: "CEO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/high-quality-professional-headshot-of-a--1774890087361-57763a7d.png?_wi=1"}, { id: "2", title: "Total game-changer.", quote: "My conversion rate doubled after the audit. Simple, professional, effective.", name: "Mark D.", role: "Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/high-quality-professional-headshot-of-a--1774890085246-2b9d6dcd.png"}, { @@ -134,7 +134,7 @@ export default function LandingPage() { { id: "4", title: "Professional clarity.", quote: "Finally, a site that doesn't just look cool but actually makes money.", name: "Tom V.", role: "Owner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/high-quality-professional-headshot-of-a--1774890087864-6069d2b7.png"}, { - id: "5", title: "Exceptional insight.", quote: "Transformed our digital presence. Absolute professionals in every regard.", name: "James L.", role: "Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/high-quality-professional-headshot-of-a--1774890087361-57763a7d.png"}, + id: "5", title: "Exceptional insight.", quote: "Transformed our digital presence. Absolute professionals in every regard.", name: "James L.", role: "Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/high-quality-professional-headshot-of-a--1774890087361-57763a7d.png?_wi=2"}, ]} title="Client Success" description="See why business owners trust our professional approach." -- 2.49.1