From 653251554944b85ed75e87045c63c16d951099d9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:39:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 707f151..893e427 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,7 +116,7 @@ export default function LandingPage() { }, { id: "2", title: "Lakeside Seating", description: "Enjoy tranquil views of the JLT lakes in our comfortable outdoor terrace. The perfect setting for evening dinners and peaceful moments.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/outdoors-picnic-scenery-summertime_23-2151425868.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/outdoors-picnic-scenery-summertime_23-2151425868.jpg?_wi=1"}, items: [ { icon: Wind, text: "Peaceful atmosphere" }, { icon: Sun, text: "Beautiful sunset views" }, @@ -126,7 +126,7 @@ export default function LandingPage() { }, { id: "3", title: "Exceptional Service", description: "Our professional and attentive team takes pride in welcoming every guest with warmth and genuine care. Your satisfaction is our priority.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-68435.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-68435.jpg?_wi=1"}, items: [ { icon: Users, text: "Friendly professional staff" }, { icon: CheckCircle, text: "Attentive service" }, @@ -170,7 +170,7 @@ export default function LandingPage() {