From 85e506cec34e12d1904945d5d55ea634bce61bb1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 23:35:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ce7cf73..4b49eeb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,8 @@ export default function LandingPage() { name: "Gabriella Rodriguez", handle: "Customer", testimonial: "Professional and excellent work quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg"}, { - name: "Verified Customer", handle: "Angie's List", testimonial: "They did my roof in the past and handled the skylight leaks perfectly. Excellent work.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg"}, + name: "Verified Customer", handle: "Angie's List", testimonial: "They did my roof in the past and handled the skylight leaks perfectly. Excellent work.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg"}, { name: "Long-time Client", handle: "Business Profile", testimonial: "Customer service and attention to detail is amazing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-coworkers-holding-tablets-showing-thumbs-up-stairs_1262-20218.jpg"}, -- 2.49.1