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" } } ]}