diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ca55f0..0e20e28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,13 +46,13 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/mountain-night_1182-961.jpg", imageAlt: "Lovelock Inn exterior at golden hour with pine trees and parked motorcycles" + imageSrc: "http://img.b2bpic.net/free-photo/mountain-night_1182-961.jpg?_wi=1", imageAlt: "Lovelock Inn exterior at golden hour with pine trees and parked motorcycles" }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-getting-warmer-by-fire_23-2149172517.jpg", imageAlt: "Cozy restaurant booths with warm fireplace glow" + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-getting-warmer-by-fire_23-2149172517.jpg?_wi=1", imageAlt: "Cozy restaurant booths with warm fireplace glow" }, { - imageSrc: "http://img.b2bpic.net/free-photo/juicy-bacon-cheeseburger_23-2151950562.jpg", imageAlt: "Gourmet burger with melted cheese on toasted bun" + imageSrc: "http://img.b2bpic.net/free-photo/juicy-bacon-cheeseburger_23-2151950562.jpg?_wi=1", imageAlt: "Gourmet burger with melted cheese on toasted bun" } ]} mediaAnimation="slide-up" @@ -88,7 +88,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Lovelock Classics", name: "The Classic Burger", price: "Made Fresh", rating: 5, - reviewCount: "Angus beef, melted cheese, toasted bun. Perfection.", imageSrc: "http://img.b2bpic.net/free-photo/juicy-bacon-cheeseburger_23-2151950562.jpg", imageAlt: "The Classic Burger with melted cheese and toasted bun" + reviewCount: "Angus beef, melted cheese, toasted bun. Perfection.", imageSrc: "http://img.b2bpic.net/free-photo/juicy-bacon-cheeseburger_23-2151950562.jpg?_wi=2", imageAlt: "The Classic Burger with melted cheese and toasted bun" }, { id: "2", brand: "Lovelock Classics", name: "The Big Pretzel", price: "Warm & Fresh", rating: 5, @@ -122,15 +122,15 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Cozy Quarters", description: "Sink into our comfortable booths or grab a seat at the bar. In the winter, the fireplace is our heartthrob. In the summer, the A/C keeps it cool.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-getting-warmer-by-fire_23-2149172517.jpg", imageAlt: "Cozy restaurant interior with booths and fireplace", buttonIcon: Flame, + title: "Cozy Quarters", description: "Sink into our comfortable booths or grab a seat at the bar. In the winter, the fireplace is our heartthrob. In the summer, the A/C keeps it cool.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-getting-warmer-by-fire_23-2149172517.jpg?_wi=2", imageAlt: "Cozy restaurant interior with booths and fireplace", buttonIcon: Flame, buttonHref: "#about" }, { - title: "Mountain Air", description: "Enjoy a summer afternoon on our patio. Soak in the scenery and the fresh mountain breeze while you dine.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-wooden-table-with-natural-view_53876-139869.jpg", imageAlt: "Outdoor patio with mountain views", buttonIcon: Mountain, + title: "Mountain Air", description: "Enjoy a summer afternoon on our patio. Soak in the scenery and the fresh mountain breeze while you dine.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-wooden-table-with-natural-view_53876-139869.jpg?_wi=1", imageAlt: "Outdoor patio with mountain views", buttonIcon: Mountain, buttonHref: "#about" }, { - title: "Play & Stay", description: "Challenge a friend to billiards, let the kids have some fun, or just kick back and listen to live music on the weekends.", imageSrc: "http://img.b2bpic.net/free-photo/band-performing-studio_107420-96137.jpg", imageAlt: "Live music performance at the restaurant", buttonIcon: Music, + title: "Play & Stay", description: "Challenge a friend to billiards, let the kids have some fun, or just kick back and listen to live music on the weekends.", imageSrc: "http://img.b2bpic.net/free-photo/band-performing-studio_107420-96137.jpg?_wi=1", imageAlt: "Live music performance at the restaurant", buttonIcon: Music, buttonHref: "#about" } ]} @@ -153,23 +153,23 @@ export default function LandingPage() { }, { id: "2", name: "Mike T.", role: "Local Motorcyclist", company: "Paradise Ridge", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mountain-night_1182-961.jpg", imageAlt: "Restaurant exterior with motorcycles" + imageSrc: "http://img.b2bpic.net/free-photo/mountain-night_1182-961.jpg?_wi=2", imageAlt: "Restaurant exterior with motorcycles" }, { id: "3", name: "Sarah & David", role: "Weekend Visitors", company: "Valley Families", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-getting-warmer-by-fire_23-2149172517.jpg", imageAlt: "Cozy dining experience" + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-getting-warmer-by-fire_23-2149172517.jpg?_wi=3", imageAlt: "Cozy dining experience" }, { id: "4", name: "James L.", role: "Regular Guest", company: "Magalia Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-wooden-table-with-natural-view_53876-139869.jpg", imageAlt: "Summer patio dining" + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-wooden-table-with-natural-view_53876-139869.jpg?_wi=2", imageAlt: "Summer patio dining" }, { id: "5", name: "Emma K.", role: "Date Night Couple", company: "Valley", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/band-performing-studio_107420-96137.jpg", imageAlt: "Live music evening" + imageSrc: "http://img.b2bpic.net/free-photo/band-performing-studio_107420-96137.jpg?_wi=2", imageAlt: "Live music evening" }, { id: "6", name: "Robert P.", role: "Family Dinner Regular", company: "Magalia Families", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/juicy-bacon-cheeseburger_23-2151950562.jpg", imageAlt: "Family meal at the restaurant" + imageSrc: "http://img.b2bpic.net/free-photo/juicy-bacon-cheeseburger_23-2151950562.jpg?_wi=3", imageAlt: "Family meal at the restaurant" } ]} gridVariant="uniform-all-items-equal"