From be083525d5389ff3f247ec5d510ffa2621b95200 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:17:40 +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 63e6f20..ea6529d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,28 +81,28 @@ export default function LandingPage() { { id: 1, title: "Premium Cigar Selection", description: "Our climate-controlled humidor houses rare and exclusive cigars from around the world, carefully selected by our sommelier team.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/bartender-serving-couple_23-2147680617.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/bartender-serving-couple_23-2147680617.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/bartender-serving-couple_23-2147680617.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/bartender-serving-couple_23-2147680617.jpg?_wi=2" } }, { id: 2, title: "Curated Spirits Collection", description: "Access to rare whiskeys, aged cognacs, and limited-edition bottles. Our bar specialists craft bespoke cocktails tailored to your preferences.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153712.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153712.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153712.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153712.jpg?_wi=2" } }, { id: 3, title: "Private Event Spaces", description: "Intimate venues for exclusive member gatherings, corporate events, and celebrations. Personalized catering and service included.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/details-such-beautiful-table-restaurant_8353-10616.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/details-such-beautiful-table-restaurant_8353-10616.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/details-such-beautiful-table-restaurant_8353-10616.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/details-such-beautiful-table-restaurant_8353-10616.jpg?_wi=2" } } ]} -- 2.49.1