diff --git a/src/app/page.tsx b/src/app/page.tsx index 165faa9..0729d35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,27 +64,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medieval-street_1182-792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medieval-street_1182-792.jpg?_wi=1", imageAlt: "Historic Victorian architecture in the Ozarks", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medieval-street_1182-792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medieval-street_1182-792.jpg?_wi=2", imageAlt: "Winding streets of Eureka Springs", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medieval-street_1182-792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medieval-street_1182-792.jpg?_wi=3", imageAlt: "Scenic mountain views", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medieval-street_1182-792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medieval-street_1182-792.jpg?_wi=4", imageAlt: "Historic downtown architecture", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medieval-street_1182-792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medieval-street_1182-792.jpg?_wi=5", imageAlt: "Artsy street vibes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medieval-street_1182-792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medieval-street_1182-792.jpg?_wi=6", imageAlt: "Natural Ozark landscape", }, ]} @@ -112,27 +112,27 @@ export default function LandingPage() { { title: "Local Flavor Cafe", description: "Popular spot known for its delicious American/Italian fusion cuisine.", - imageSrc: "http://img.b2bpic.net/free-photo/slice-tasty-tuna-meal-with-glass-white-wine-restaurant_8353-10588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/slice-tasty-tuna-meal-with-glass-white-wine-restaurant_8353-10588.jpg?_wi=1", }, { title: "Mud Street Cafe", description: "The go-to underground cafe for breakfast, brunch, and heavenly desserts.", - imageSrc: "http://img.b2bpic.net/free-photo/slice-tasty-tuna-meal-with-glass-white-wine-restaurant_8353-10588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/slice-tasty-tuna-meal-with-glass-white-wine-restaurant_8353-10588.jpg?_wi=2", }, { title: "Grotto Wood-Fired", description: "An immersive experience dining inside a cave with high-end grill options.", - imageSrc: "http://img.b2bpic.net/free-photo/slice-tasty-tuna-meal-with-glass-white-wine-restaurant_8353-10588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/slice-tasty-tuna-meal-with-glass-white-wine-restaurant_8353-10588.jpg?_wi=3", }, { title: "Brews", description: "Relax with local coffee, craft beer, and community art.", - imageSrc: "http://img.b2bpic.net/free-photo/slice-tasty-tuna-meal-with-glass-white-wine-restaurant_8353-10588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/slice-tasty-tuna-meal-with-glass-white-wine-restaurant_8353-10588.jpg?_wi=4", }, { title: "Ermilio's", description: "Classic home-style Italian dishes in a cozy, intimate setting.", - imageSrc: "http://img.b2bpic.net/free-photo/slice-tasty-tuna-meal-with-glass-white-wine-restaurant_8353-10588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/slice-tasty-tuna-meal-with-glass-white-wine-restaurant_8353-10588.jpg?_wi=5", }, ]} title="Where to Eat" @@ -151,13 +151,13 @@ export default function LandingPage() { id: "1", name: "Lake Leatherwood", price: "Hiking & Biking", - imageSrc: "http://img.b2bpic.net/free-photo/view-male-riding-bycicle-road-surrownded-by-trees-coronavirus-quarantine_181624-18421.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-male-riding-bycicle-road-surrownded-by-trees-coronavirus-quarantine_181624-18421.jpg?_wi=1", }, { id: "2", name: "Turpentine Creek", price: "Wildlife Refuge", - imageSrc: "http://img.b2bpic.net/free-photo/tiger-its-natural-habitat_475641-1612.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tiger-its-natural-habitat_475641-1612.jpg?_wi=1", }, { id: "3", @@ -169,19 +169,19 @@ export default function LandingPage() { id: "4", name: "Beaver Lake", price: "Boating & Fishing", - imageSrc: "http://img.b2bpic.net/free-photo/view-male-riding-bycicle-road-surrownded-by-trees-coronavirus-quarantine_181624-18421.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-male-riding-bycicle-road-surrownded-by-trees-coronavirus-quarantine_181624-18421.jpg?_wi=2", }, { id: "5", name: "Ozark Ziplines", price: "Forest Adventure", - imageSrc: "http://img.b2bpic.net/free-photo/view-male-riding-bycicle-road-surrownded-by-trees-coronavirus-quarantine_181624-18421.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-male-riding-bycicle-road-surrownded-by-trees-coronavirus-quarantine_181624-18421.jpg?_wi=3", }, { id: "6", name: "Intrigue Theater", price: "Magic Show", - imageSrc: "http://img.b2bpic.net/free-photo/tiger-its-natural-habitat_475641-1612.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tiger-its-natural-habitat_475641-1612.jpg?_wi=2", }, ]} title="Main Attractions"