diff --git a/src/app/page.tsx b/src/app/page.tsx index c7499a2..042df24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,11 +85,11 @@ export default function LandingPage() { features={[ { id: "1", title: "Friday Night Elite Affair", author: "VIP Experience", description: "Exclusive evening featuring world-class DJs, premium cocktails, and an atmosphere designed for networking among the city's most influential figures.", tags: ["DJ Sets", "Cocktails"], - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-celebrating-new-year-s-eve-home_23-2148741468.jpg", imageAlt: "Elite Friday Night Event" + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-celebrating-new-year-s-eve-home_23-2148741468.jpg?_wi=1", imageAlt: "Elite Friday Night Event" }, { id: "2", title: "Saturday Midnight Soiree", author: "Premium Experience", description: "Late-night celebration featuring live performances, curated music, and an intimate setting perfect for unforgettable moments.", tags: ["Live Music", "VIP Tables"], - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-celebrating-new-year-s-eve-home_23-2148741468.jpg", imageAlt: "Saturday Night Celebration" + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-celebrating-new-year-s-eve-home_23-2148741468.jpg?_wi=2", imageAlt: "Saturday Night Celebration" } ]} animationType="slide-up" @@ -107,13 +107,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "VIP Lounge Access", price: "Reserve", imageSrc: "http://img.b2bpic.net/free-photo/cozy-loungers-health-spa-with-no-people-copy-space_637285-6704.jpg", imageAlt: "VIP Lounge" + id: "1", name: "VIP Lounge Access", price: "Reserve", imageSrc: "http://img.b2bpic.net/free-photo/cozy-loungers-health-spa-with-no-people-copy-space_637285-6704.jpg?_wi=1", imageAlt: "VIP Lounge" }, { - id: "2", name: "Private Bottle Service", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/cozy-loungers-health-spa-with-no-people-copy-space_637285-6704.jpg", imageAlt: "Bottle Service" + id: "2", name: "Private Bottle Service", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/cozy-loungers-health-spa-with-no-people-copy-space_637285-6704.jpg?_wi=2", imageAlt: "Bottle Service" }, { - id: "3", name: "Champagne & Caviar Bar", price: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/cozy-loungers-health-spa-with-no-people-copy-space_637285-6704.jpg", imageAlt: "Gourmet Bar" + id: "3", name: "Champagne & Caviar Bar", price: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/cozy-loungers-health-spa-with-no-people-copy-space_637285-6704.jpg?_wi=3", imageAlt: "Gourmet Bar" } ]} gridVariant="three-columns-all-equal-width"