From bdec5708ee0e6bf14234d026658ed59dcc2ca80b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 20:53:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8224553..696e394 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,15 +52,15 @@ export default function LandingPage() { testimonials={[ { name: "Elena K.", handle: "Regular Customer", testimonial: "Amazing place... everything is handmade... such an empowering example!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-young-woman-dress-room_23-2148068394.jpg", imageAlt: "happy woman smiling professional portrait headshot" + imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-young-woman-dress-room_23-2148068394.jpg?_wi=1", imageAlt: "happy woman smiling professional portrait headshot" }, { name: "Sofia M.", handle: "Event Planner", testimonial: "The cheesecake is legendary. Their hospitality makes every visit special.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg", imageAlt: "happy man smiling professional portrait headshot" + imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg?_wi=1", imageAlt: "happy man smiling professional portrait headshot" }, { name: "Ariana D.", handle: "Food Blogger", testimonial: "Charming escape in the heart of Ferizaj. Incredible taste, incredible team.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg", imageAlt: "happy woman smiling warm professional portrait" + imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg?_wi=1", imageAlt: "happy woman smiling warm professional portrait" }, ]} testimonialRotationInterval={5000} @@ -138,22 +138,22 @@ export default function LandingPage() {