From 28f5e9d935e604f0d37d254d1b9590a30186019f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 16:15:14 +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 51ee4fa..6ad3c07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,15 +62,15 @@ export default function LandingPage() { testimonials={[ { name: "Ahmed Khan", handle: "@foodlover", testimonial: "Best pizza and burgers in Gujranwala! The quality is outstanding and delivery is super fast.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1" }, { name: "Fatima Ali", handle: "@happycustomer", testimonial: "Seven Guys never disappoints. Fresh ingredients and amazing flavors every single time!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-great-time-with-friends_23-2149286535.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-great-time-with-friends_23-2149286535.jpg?_wi=1" }, { name: "Hassan Malik", handle: "@fastfoodfan", testimonial: "Perfect burgers, perfect service. This is my go-to place for all my fast food cravings.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -204,15 +204,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Ahmed Khan", role: "Regular Customer", company: "Gujranwala", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2" }, { id: "2", name: "Fatima Ali", role: "Food Enthusiast", company: "Gujranwala", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-great-time-with-friends_23-2149286535.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-great-time-with-friends_23-2149286535.jpg?_wi=2" }, { id: "3", name: "Hassan Malik", role: "Business Owner", company: "Gujranwala", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=2" }, { id: "4", name: "Ayesha Khan", role: "Student", company: "Gujranwala", rating: 5, -- 2.49.1