From 3d98e9bebf04983e463a5df2f6d4f9b6604fd788 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 12:25:54 +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 ca7de3c..f669dd0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg?_wi=1" /> @@ -85,7 +85,7 @@ export default function LandingPage() { title: "Happy Guests", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/waitress_23-2147821277.jpg" + imageSrc="http://img.b2bpic.net/free-photo/waitress_23-2147821277.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -103,7 +103,7 @@ export default function LandingPage() { "Cocktails", "Bar", ], - imageSrc: "http://img.b2bpic.net/free-photo/glass-raspberry-cocktail-with-ice_140725-4866.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-raspberry-cocktail-with-ice_140725-4866.jpg?_wi=1", }, { id: "f2", @@ -112,7 +112,7 @@ export default function LandingPage() { "Food", "Fresh", ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg?_wi=1", }, { id: "f3", @@ -248,7 +248,7 @@ export default function LandingPage() { button: { text: "Select", }, - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg?_wi=2", imageAlt: "Burning candle on the table", }, { @@ -264,7 +264,7 @@ export default function LandingPage() { button: { text: "Select", }, - imageSrc: "http://img.b2bpic.net/free-photo/waitress_23-2147821277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waitress_23-2147821277.jpg?_wi=2", imageAlt: "Burning candle on the table", }, { @@ -279,7 +279,7 @@ export default function LandingPage() { button: { text: "Select", }, - imageSrc: "http://img.b2bpic.net/free-photo/glass-raspberry-cocktail-with-ice_140725-4866.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-raspberry-cocktail-with-ice_140725-4866.jpg?_wi=2", imageAlt: "Burning candle on the table", }, { @@ -295,7 +295,7 @@ export default function LandingPage() { button: { text: "Select", }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg?_wi=2", imageAlt: "Burning candle on the table", }, ]} -- 2.49.1