From 09d61af5c12143f410a5ef1d5e63ce0606f01986 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 04:39:50 +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 2b96e41..4398b29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,11 +73,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Quick, efficient, and friendly staff. Best car wash in town!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYixo1CTdNOSTjvLW4miY30xFl/happy-customer-portrait-professional-nat-1774672727351-a1ff1e74.png" }, + { id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Quick, efficient, and friendly staff. Best car wash in town!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYixo1CTdNOSTjvLW4miY30xFl/happy-customer-portrait-professional-nat-1774672727351-a1ff1e74.png?_wi=1" }, { id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Membership is definitely worth it for the savings.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYixo1CTdNOSTjvLW4miY30xFl/happy-customer-portrait-professional-nat-1774672726597-49cf089b.png" }, { id: "3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "My car always looks brand new after the premium wash.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYixo1CTdNOSTjvLW4miY30xFl/happy-customer-portrait-professional-nat-1774672726897-4c976ffc.png" }, { id: "4", name: "David Kim", handle: "@davidk", testimonial: "Professional detailing and great location!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYixo1CTdNOSTjvLW4miY30xFl/happy-customer-portrait-professional-nat-1774672728355-34e023d1.png" }, - { id: "5", name: "Jessica White", handle: "@jwhite", testimonial: "So convenient and my car is consistently clean. Highly recommended.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYixo1CTdNOSTjvLW4miY30xFl/happy-customer-portrait-professional-nat-1774672727351-a1ff1e74.png" }, + { id: "5", name: "Jessica White", handle: "@jwhite", testimonial: "So convenient and my car is consistently clean. Highly recommended.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYixo1CTdNOSTjvLW4miY30xFl/happy-customer-portrait-professional-nat-1774672727351-a1ff1e74.png?_wi=2" }, ]} showRating={true} title="What Our Clients Say" -- 2.49.1