diff --git a/src/app/experiences/page.tsx b/src/app/experiences/page.tsx index 2f1b97f..e8ea0da 100644 --- a/src/app/experiences/page.tsx +++ b/src/app/experiences/page.tsx @@ -53,42 +53,42 @@ export default function ExperiencesPage() { id: "snorkel", name: "Snorkel Trips", price: "From $89", - imageSrc: "http://img.b2bpic.net/free-photo/coral-reef-area_1398-2415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coral-reef-area_1398-2415.jpg?_wi=2", imageAlt: "Crystal clear snorkeling in Florida Keys coral reefs", }, { id: "sandbar", name: "Sandbar Excursions", price: "From $129", - imageSrc: "http://img.b2bpic.net/free-photo/summer-positive-vacation-portrait-pretty-brunette-woman-having-fun-luxury-beach-club-slim-body-trendy-bikini-kimono-holding-soft-drink_291049-427.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/summer-positive-vacation-portrait-pretty-brunette-woman-having-fun-luxury-beach-club-slim-body-trendy-bikini-kimono-holding-soft-drink_291049-427.jpg?_wi=2", imageAlt: "Luxury sandbar day with pristine white sand", }, { id: "sunset", name: "Sunset Cruises", price: "From $149", - imageSrc: "http://img.b2bpic.net/free-photo/silhouetted-boat-sailing-along-its-journey-against-vivid-colorful-sunset-with-birds_268835-957.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/silhouetted-boat-sailing-along-its-journey-against-vivid-colorful-sunset-with-birds_268835-957.jpg?_wi=2", imageAlt: "Premium sunset cruise on the Florida Keys", }, { id: "jetski", name: "Jet Ski Adventures", price: "From $179", - imageSrc: "http://img.b2bpic.net/free-photo/wakeboard-wakeboarding-jumping-sunset_1321-1187.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wakeboard-wakeboarding-jumping-sunset_1321-1187.jpg?_wi=2", imageAlt: "High-speed jet ski adventure in turquoise waters", }, { id: "inshore", name: "Inshore Fishing", price: "From $199", - imageSrc: "http://img.b2bpic.net/free-photo/grandfather-grandson-fishing-river-berth-senior-man-showing-size-fish-he-caught-last-time-male-child-posing-with-opened-mouth-being-shocked_176532-10835.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grandfather-grandson-fishing-river-berth-senior-man-showing-size-fish-he-caught-last-time-male-child-posing-with-opened-mouth-being-shocked_176532-10835.jpg?_wi=2", imageAlt: "Professional inshore fishing charter", }, { id: "offshore", name: "Offshore Fishing", price: "From $399", - imageSrc: "http://img.b2bpic.net/free-photo/man-is-searching-best-shots-focused-photographer-work-standing-near-yacht-bending-while-looking-through-camera-taking-pictures-sea-harbour-making-shots-with-lifestyle-concept_176420-5109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-is-searching-best-shots-focused-photographer-work-standing-near-yacht-bending-while-looking-through-camera-taking-pictures-sea-harbour-making-shots-with-lifestyle-concept_176420-5109.jpg?_wi=2", imageAlt: "Deep sea offshore fishing adventure", }, ]} @@ -111,15 +111,15 @@ export default function ExperiencesPage() { id: 1, title: "Private Chef Dinners", description: "Bring a luxury dining experience directly to your vacation home. Personalized menus, expert preparation, and pure indulgence.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-chef-with-hat-making-crushed-garlic-with-knife-cutting-board_482257-121111.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-chef-with-hat-making-crushed-garlic-with-knife-cutting-board_482257-121111.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg?_wi=2" }, }, { id: 2, title: "Local Dining Reservations", description: "Skip the search. We handle reservations at standout restaurants, ensuring your group gets the best tables at the best times.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157780.jpg" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157780.jpg?_wi=2" }, }, ]} showStepNumbers={false}