diff --git a/src/app/page.tsx b/src/app/page.tsx index 8948cf3..6f26144 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,11 +57,11 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "Absolutely exceptional dining experience. Every dish was a masterpiece, and the service was impeccable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-fashionable-young-man-trendy-headwear-sitting-wooden-table-coffee-shop_273609-1757.jpg", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/attractive-fashionable-young-man-trendy-headwear-sitting-wooden-table-coffee-shop_273609-1757.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { name: "James Chen", handle: "@jameschen", testimonial: "The ambiance is perfect, and the food presentation is simply stunning. Truly a five-star experience!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-fashionable-young-man-trendy-headwear-sitting-wooden-table-coffee-shop_273609-1757.jpg", imageAlt: "James Chen" + imageSrc: "http://img.b2bpic.net/free-photo/attractive-fashionable-young-man-trendy-headwear-sitting-wooden-table-coffee-shop_273609-1757.jpg?_wi=2", imageAlt: "James Chen" }, { name: "Victoria Park", handle: "@victoriapark", testimonial: "A culinary gem in the city. Every course was carefully crafted and bursting with flavor.", rating: 5, @@ -109,13 +109,13 @@ export default function LandingPage() { title: "Pan-Seared Mediterranean Sea Bass", description: "Fresh sea bass with heirloom tomatoes, basil oil, and seasonal vegetables. A light yet flavorful introduction to our seafood selection.", bentoComponent: "media-stack", button: { text: "Learn More", href: "#" }, items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg", imageAlt: "gourmet seafood plate elegant plating" + imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg?_wi=1", imageAlt: "gourmet seafood plate elegant plating" }, { - imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg", imageAlt: "gourmet seafood plate elegant plating" + imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg?_wi=2", imageAlt: "gourmet seafood plate elegant plating" }, { - imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg", imageAlt: "gourmet seafood plate elegant plating" + imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg?_wi=3", imageAlt: "gourmet seafood plate elegant plating" } ] }, @@ -148,15 +148,15 @@ export default function LandingPage() { products={[ { id: "experience-1", brand: "Culinary Haven", name: "Classic Tasting Menu", price: "6-course", rating: 5, - reviewCount: "240", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190918.jpg", imageAlt: "Classic tasting menu experience" + reviewCount: "240", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190918.jpg?_wi=1", imageAlt: "Classic tasting menu experience" }, { id: "experience-2", brand: "Culinary Haven", name: "Wine Pairing Experience", price: "5-glass", rating: 5, - reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190918.jpg", imageAlt: "Wine pairing experience" + reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190918.jpg?_wi=2", imageAlt: "Wine pairing experience" }, { id: "experience-3", brand: "Culinary Haven", name: "Private Chef's Table", price: "10-course", rating: 5, - reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190918.jpg", imageAlt: "Private chef's table experience" + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190918.jpg?_wi=3", imageAlt: "Private chef's table experience" } ]} />