From cd8dd7af913205490812e8775fc50b540eecdb2b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 04:50:49 +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 3725906..26861a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,7 +87,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Jenkins", handle: "Production Lead", testimonial: "B&B Industries is our go-to for parts that absolutely cannot fail. Their tolerances are perfection.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhDZKuFIFKWr4bOBQdRRKilQyk/professional-headshot-of-a-manufacturing-1774932578652-68ec7e08.png"}, + id: "1", name: "Sarah Jenkins", handle: "Production Lead", testimonial: "B&B Industries is our go-to for parts that absolutely cannot fail. Their tolerances are perfection.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhDZKuFIFKWr4bOBQdRRKilQyk/professional-headshot-of-a-manufacturing-1774932578652-68ec7e08.png?_wi=1"}, { id: "2", name: "Mark Sterling", handle: "Plant Manager", testimonial: "Reliable, direct, and fast. The best job shop experience we've had in North Carolina.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhDZKuFIFKWr4bOBQdRRKilQyk/professional-headshot-of-an-engineer-in--1774932579988-83ba5b74.png"}, { @@ -95,7 +95,7 @@ export default function LandingPage() { { id: "4", name: "David Thorne", handle: "Senior Engineer", testimonial: "The engineering team at B&B treats our projects like their own. Exceptional attention to detail.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhDZKuFIFKWr4bOBQdRRKilQyk/professional-headshot-of-a-plant-manager-1774932578906-655c3d04.png"}, { - id: "5", name: "Robert Vance", handle: "Automotive Lead", testimonial: "Their metal fabrication expertise is unmatched. Highly recommended for automotive prototypes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhDZKuFIFKWr4bOBQdRRKilQyk/professional-headshot-of-a-manufacturing-1774932578652-68ec7e08.png"}, + id: "5", name: "Robert Vance", handle: "Automotive Lead", testimonial: "Their metal fabrication expertise is unmatched. Highly recommended for automotive prototypes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhDZKuFIFKWr4bOBQdRRKilQyk/professional-headshot-of-a-manufacturing-1774932578652-68ec7e08.png?_wi=2"}, ]} title="Trusted by Industry Leaders" description="Hear what our partners in automotive, aerospace, and industrial sectors have to say." -- 2.49.1