From 3b3653f56d2eeb0c55210ea50f19891588c567db Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 17:00:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 394ffdb..8f2817a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,15 +55,15 @@ export default function LandingPage() { testimonials={[ { name: "Ahmed Hassan", handle: "Regular Customer", testimonial: "Best restaurant in Erbil! The food is always fresh and delicious.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-indoor_624325-3493.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-indoor_624325-3493.jpg?_wi=1" }, { name: "Layla Mohamed", handle: "Family Diner", testimonial: "Perfect atmosphere for family gatherings. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-businessman-wearing-suit-headshot-vertical-portrait-with-team_1163-3924.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-businessman-wearing-suit-headshot-vertical-portrait-with-team_1163-3924.jpg?_wi=1" }, { name: "Fatima Ali", handle: "Food Enthusiast", testimonial: "The organic steak and kebab are absolutely outstanding.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -176,15 +176,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Ahmed Hassan", role: "Food Critic", company: "Erbil Food Guide", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-indoor_624325-3493.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-indoor_624325-3493.jpg?_wi=2" }, { id: "2", name: "Layla Mohamed", role: "Restaurant Owner", company: "Hospitality Professional", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-businessman-wearing-suit-headshot-vertical-portrait-with-team_1163-3924.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-businessman-wearing-suit-headshot-vertical-portrait-with-team_1163-3924.jpg?_wi=2" }, { id: "3", name: "Fatima Ali", role: "Event Organizer", company: "Erbil Events Co", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg?_wi=2" }, { id: "4", name: "Omar Khalil", role: "Business Owner", company: "Local Enterprise", rating: 5, -- 2.49.1