From 4f04096ea9edfb69e34cdb5a11418fcead157302 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 02:07:46 +0000 Subject: [PATCH 1/3] Update src/app/events/page.tsx --- src/app/events/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index 499da25..54aeec0 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { description: "Guest DJ sets until late", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/techno-party-lifestyle_52683-122056.jpg" + imageSrc="http://img.b2bpic.net/free-photo/techno-party-lifestyle_52683-122056.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1 From d5d7c5954476441b6744792564ca9883774aa7b3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 02:07:46 +0000 Subject: [PATCH 2/3] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 6c877bd..7fd78c6 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -59,14 +59,14 @@ export default function LandingPage() { name: "225 Gold", price: "GHS 50", variant: "House Blend", - imageSrc: "http://img.b2bpic.net/free-photo/rose-cocktail-table_140725-1416.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rose-cocktail-table_140725-1416.jpg?_wi=2", }, { id: "2", name: "Sunset Tonic", price: "GHS 45", variant: "Refreshing", - imageSrc: "http://img.b2bpic.net/free-photo/rose-cocktail-table_140725-1416.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rose-cocktail-table_140725-1416.jpg?_wi=3", }, ]} /> -- 2.49.1 From 25ce0a157bfc314d1451db91b593752fd2e64267 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 02:07:46 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2138f56..25c7997 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function LandingPage() { imageAlt: "Luxury Lounge", }, { - imageSrc: "http://img.b2bpic.net/free-photo/techno-party-lifestyle_52683-122056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/techno-party-lifestyle_52683-122056.jpg?_wi=1", imageAlt: "DJ Set", }, { @@ -105,7 +105,7 @@ export default function LandingPage() { id: 1, title: "Signature Mixology", description: "Crafted cocktails that hit every time.", - imageSrc: "http://img.b2bpic.net/free-photo/rose-cocktail-table_140725-1416.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rose-cocktail-table_140725-1416.jpg?_wi=1", imageAlt: "Drinks", }, { @@ -139,7 +139,7 @@ export default function LandingPage() { name: "Sarah Johnson", role: "Local Professional", testimonial: "Great cocktails and amazing vibe. Perfect for chilling with friends.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-long-hair-talking-phone-coffee-shop_273609-2799.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-long-hair-talking-phone-coffee-shop_273609-2799.jpg?_wi=1", }, { id: "2", @@ -167,7 +167,7 @@ export default function LandingPage() { name: "Amina Okafor", role: "Socialite", testimonial: "The best spot in Takoradi for a sophisticated night out.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-long-hair-talking-phone-coffee-shop_273609-2799.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-long-hair-talking-phone-coffee-shop_273609-2799.jpg?_wi=2", }, ]} title="What People Are Saying" -- 2.49.1