diff --git a/src/app/page.tsx b/src/app/page.tsx index c0c996d..060e112 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,12 +69,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Local Flavor Cafe", price: "$$ - American/Italian", imageSrc: "http://img.b2bpic.net/free-photo/traditional-academic-library-with-reading-desks-green-lamps-bookshelves_482257-124271.jpg" }, - { id: "p2", name: "Mud Street Cafe", price: "$ - Breakfast/Coffee", imageSrc: "http://img.b2bpic.net/free-photo/traditional-academic-library-with-reading-desks-green-lamps-bookshelves_482257-124271.jpg" }, - { id: "p3", name: "Ermilio’s Italian", price: "$$ - Cozy Home-style", imageSrc: "http://img.b2bpic.net/free-photo/traditional-academic-library-with-reading-desks-green-lamps-bookshelves_482257-124271.jpg" }, - { id: "p4", name: "Grotto Wood-Fired", price: "$$$ - Unique Cave Dining", imageSrc: "http://img.b2bpic.net/free-photo/traditional-academic-library-with-reading-desks-green-lamps-bookshelves_482257-124271.jpg" }, - { id: "p5", name: "Chelsea’s Corner", price: "$ - Casual/Pizza", imageSrc: "http://img.b2bpic.net/free-photo/traditional-academic-library-with-reading-desks-green-lamps-bookshelves_482257-124271.jpg" }, - { id: "p6", name: "Aquarius Taqueria", price: "$ - Street Tacos", imageSrc: "http://img.b2bpic.net/free-photo/traditional-academic-library-with-reading-desks-green-lamps-bookshelves_482257-124271.jpg" }, + { id: "p1", name: "Local Flavor Cafe", price: "$$ - American/Italian", imageSrc: "http://img.b2bpic.net/free-photo/traditional-academic-library-with-reading-desks-green-lamps-bookshelves_482257-124271.jpg?_wi=1" }, + { id: "p2", name: "Mud Street Cafe", price: "$ - Breakfast/Coffee", imageSrc: "http://img.b2bpic.net/free-photo/traditional-academic-library-with-reading-desks-green-lamps-bookshelves_482257-124271.jpg?_wi=2" }, + { id: "p3", name: "Ermilio’s Italian", price: "$$ - Cozy Home-style", imageSrc: "http://img.b2bpic.net/free-photo/traditional-academic-library-with-reading-desks-green-lamps-bookshelves_482257-124271.jpg?_wi=3" }, + { id: "p4", name: "Grotto Wood-Fired", price: "$$$ - Unique Cave Dining", imageSrc: "http://img.b2bpic.net/free-photo/traditional-academic-library-with-reading-desks-green-lamps-bookshelves_482257-124271.jpg?_wi=4" }, + { id: "p5", name: "Chelsea’s Corner", price: "$ - Casual/Pizza", imageSrc: "http://img.b2bpic.net/free-photo/traditional-academic-library-with-reading-desks-green-lamps-bookshelves_482257-124271.jpg?_wi=5" }, + { id: "p6", name: "Aquarius Taqueria", price: "$ - Street Tacos", imageSrc: "http://img.b2bpic.net/free-photo/traditional-academic-library-with-reading-desks-green-lamps-bookshelves_482257-124271.jpg?_wi=6" }, ]} title="Local Flavors" description="Taste the best of the town, from underground cafes to cave-side dining." @@ -87,9 +87,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { id: "m1", value: "25+", title: "Hiking Trails", description: "Explore the diverse terrain at Lake Leatherwood City Park.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-parked-boat-killarney-national-park_181624-17949.jpg" }, - { id: "m2", value: "Unique", title: "Cave Tours", description: "Explore Onyx Cave Park and gem panning adventures.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-parked-boat-killarney-national-park_181624-17949.jpg" }, - { id: "m3", value: "Wildlife", title: "Sanctuary", description: "Visit Turpentine Creek Wildlife Refuge for majestic big cats.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-parked-boat-killarney-national-park_181624-17949.jpg" }, + { id: "m1", value: "25+", title: "Hiking Trails", description: "Explore the diverse terrain at Lake Leatherwood City Park.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-parked-boat-killarney-national-park_181624-17949.jpg?_wi=1" }, + { id: "m2", value: "Unique", title: "Cave Tours", description: "Explore Onyx Cave Park and gem panning adventures.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-parked-boat-killarney-national-park_181624-17949.jpg?_wi=2" }, + { id: "m3", value: "Wildlife", title: "Sanctuary", description: "Visit Turpentine Creek Wildlife Refuge for majestic big cats.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-parked-boat-killarney-national-park_181624-17949.jpg?_wi=3" }, ]} title="Activities to Do" description="Unforgettable experiences waiting for you in the heart of the Ozarks."