From 894b2310810d857f96d08a2af6ffda52e62a290c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 16:35:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d7e16c..48fac17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -194,16 +194,20 @@ export default function LandingPage() { testimonials={[ { id: "testimonial-1", name: "Sarah Johnson", role: "Creative Director", company: "Design Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148006226.jpg", imageAlt: "Sarah Johnson professional portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148006226.jpg", imageAlt: "Sarah Johnson professional portrait" + }, { id: "testimonial-2", name: "Michael Chen", role: "Fashion Consultant", company: "Style Collective", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3674.jpg", imageAlt: "Michael Chen professional portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3674.jpg", imageAlt: "Michael Chen professional portrait" + }, { id: "testimonial-3", name: "Emily Rodriguez", role: "Content Creator", company: "Lifestyle Blog", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg", imageAlt: "Emily Rodriguez professional portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg", imageAlt: "Emily Rodriguez professional portrait" + }, { id: "testimonial-4", name: "David Kim", role: "Product Manager", company: "Fashion Brand", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-groom-posing_23-2150327171.jpg", imageAlt: "David Kim professional portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-groom-posing_23-2150327171.jpg", imageAlt: "David Kim professional portrait" + } ]} /> -- 2.49.1