From fe15dd4ec63e86613fd48b42a0643ceadca636b0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 03:11:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99ced37..0901244 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -215,19 +215,19 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Sarah Johnson", role: "Client", company: "Satisfied Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-visagiste-with-client-smiling-camera_23-2148113181.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-visagiste-with-client-smiling-camera_23-2148113181.jpg", imageAlt: "Smiling woman"}, { id: "t2", name: "Emily Rodriguez", role: "Client", company: "Regular Visitor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-passport-tickets_23-2148170045.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-passport-tickets_23-2148170045.jpg", imageAlt: "Happy woman"}, { id: "t3", name: "Jessica Lee", role: "Client", company: "Beauty Enthusiast", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-wearing-white-their-wedding_23-2150835701.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-wearing-white-their-wedding_23-2150835701.jpg", imageAlt: "Lesbian couple"}, { id: "t4", name: "Megan Brown", role: "Client", company: "First-Time Extensions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiling-woman-with-long-hair-having-fun-happy-sunny-summer-day_285396-7972.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiling-woman-with-long-hair-having-fun-happy-sunny-summer-day_285396-7972.jpg", imageAlt: "Smiling woman"}, { id: "t5", name: "Olivia Wilson", role: "Client", company: "Happy with Color", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-cute-blond-teenager-model-without-makeup-summer-hipster-white-dress-clothes-posing-street-background-sunglights-face_158538-12805.jpg", alt: "Smiling woman with healthy shiny hair"} + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-cute-blond-teenager-model-without-makeup-summer-hipster-white-dress-clothes-posing-street-background-sunglights-face_158538-12805.jpg", imageAlt: "Smiling woman with healthy shiny hair"} ]} title="What Our Clients Are Saying" description="Hear directly from our satisfied clients about their unparalleled La Posh experience." -- 2.49.1