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."