From dd46f038e1628ddab52499828cbb0522c9c75420 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 03:27:26 +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 af7865a..5d7b39e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,11 +98,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Alex Rivet", role: "CEO, TechFlow", testimonial: "The architectural roadmap provided was transformative for our scaling challenges.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeEFQcrskFlkkg9a3vdjLOZD1Y/headshot-of-an-executive-smiling-profess-1774841103185-8a389aae.png" }, + { id: "t1", name: "Alex Rivet", role: "CEO, TechFlow", testimonial: "The architectural roadmap provided was transformative for our scaling challenges.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeEFQcrskFlkkg9a3vdjLOZD1Y/headshot-of-an-executive-smiling-profess-1774841103185-8a389aae.png?_wi=1" }, { id: "t2", name: "Maria Garcia", role: "VP Engineering, DataCorp", testimonial: "A master of complex distributed systems. Delivered under tight deadlines.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeEFQcrskFlkkg9a3vdjLOZD1Y/headshot-of-a-project-manager-smiling-pr-1774841102525-2b10494a.png" }, { id: "t3", name: "Sam Thorne", role: "Founder, CloudInnov", testimonial: "Reliable, strategic, and technically gifted. Highly recommend.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeEFQcrskFlkkg9a3vdjLOZD1Y/headshot-of-a-startup-founder-smiling-pr-1774841103074-99721494.png" }, { id: "t4", name: "Jessica Lee", role: "Technical Lead, DevSystems", testimonial: "Deep knowledge of backend design saved us months of development.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeEFQcrskFlkkg9a3vdjLOZD1Y/headshot-of-a-technical-lead-smiling-pro-1774841108641-2b3c136c.png" }, - { id: "t5", name: "David Chen", role: "CTO, ScaleUp Inc", testimonial: "Exceptional clarity in system design. He truly understands high-scale infrastructure.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeEFQcrskFlkkg9a3vdjLOZD1Y/headshot-of-an-executive-smiling-profess-1774841103185-8a389aae.png" } + { id: "t5", name: "David Chen", role: "CTO, ScaleUp Inc", testimonial: "Exceptional clarity in system design. He truly understands high-scale infrastructure.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeEFQcrskFlkkg9a3vdjLOZD1Y/headshot-of-an-executive-smiling-profess-1774841103185-8a389aae.png?_wi=2" } ]} title="Professional Endorsements" description="Trusted by leaders and innovators in the industry." -- 2.49.1