From 98232069ec6d24a0165eab011339d1fecbdf80d5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 23:10:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3794f04..3bcbc9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Josiah B.", date: "March 2024", title: "Homeowner", quote: "They handled everything with insurance and finished faster than expected. My home looks brand new.", tag: "Verified", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6w34vk", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y69qt8&_wi=2", imageAlt: "happy homeowner portrait" }, + { id: "1", name: "Josiah B.", date: "March 2024", title: "Homeowner", quote: "They handled everything with insurance and finished faster than expected. My home looks brand new.", tag: "Verified", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6w34vk", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CPbV2xdzORx1f7EUapPSOMEU0X/uploaded-1776294640180-2x5lx48y.png", imageAlt: "happy homeowner portrait" }, { id: "2", name: "C. Rios", date: "February 2024", title: "Homeowner", quote: "No pushy sales—just honest advice and a detailed quote. The crew was incredible.", tag: "Verified", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dbf7e4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ioeixm", imageAlt: "happy homeowner portrait" }, { id: "3", name: "Alex M.", date: "January 2024", title: "Homeowner", quote: "They found damage I didn’t even know about and took care of everything.", tag: "Verified", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rw0eyp", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CPbV2xdzORx1f7EUapPSOMEU0X/uploaded-1776294326331-hymr7u4p.png", imageAlt: "happy homeowner portrait" }, { id: "4", name: "Sarah J.", date: "December 2023", title: "Homeowner", quote: "Professional, clean, and fast. The best roofing experience I've had in 10 years.", tag: "Verified", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tf845w", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u08o5j&_wi=1", imageAlt: "happy homeowner portrait" }, -- 2.49.1