From 626043948bb3789821163c0a5bccb95ac8a59514 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 15:51:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e00e75b..3a62583 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { testimonials={[ { name: "John D.", handle: "@johndubai", testimonial: "Amazing food and even better vibe!", rating: 4.5, - imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg?_wi=1"}, { name: "Jane S.", handle: "@janesmithdxb", testimonial: "The best spot on Bluewaters for a night out.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-jacket-jeans-clothes_158538-1629.jpg"}, @@ -104,7 +104,7 @@ export default function LandingPage() { type: "text-icon", text: "Happy Hour Daily", icon: Sparkles, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg" + imageSrc="http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg?_wi=2" imageAlt="businesswoman smiling portrait professional" /> -- 2.49.1