diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e932b5..b8613d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,13 +178,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "discovery", name: "Discovery Menu", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/luxury-lounge-area-hotel-reception_482257-78350.jpg", imageAlt: "Discovery Menu fine dining experience", initialQuantity: 1 + id: "discovery", name: "Discovery Menu", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/luxury-lounge-area-hotel-reception_482257-78350.jpg?_wi=1", imageAlt: "Discovery Menu fine dining experience", initialQuantity: 1 }, { - id: "signature", name: "Signature Tasting", price: "$245", imageSrc: "http://img.b2bpic.net/free-photo/luxury-lounge-area-hotel-reception_482257-78350.jpg", imageAlt: "Signature Tasting comprehensive experience", initialQuantity: 1 + id: "signature", name: "Signature Tasting", price: "$245", imageSrc: "http://img.b2bpic.net/free-photo/luxury-lounge-area-hotel-reception_482257-78350.jpg?_wi=2", imageAlt: "Signature Tasting comprehensive experience", initialQuantity: 1 }, { - id: "private", name: "Private Experience", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/luxury-lounge-area-hotel-reception_482257-78350.jpg", imageAlt: "Private dining custom experience", initialQuantity: 1 + id: "private", name: "Private Experience", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/luxury-lounge-area-hotel-reception_482257-78350.jpg?_wi=3", imageAlt: "Private dining custom experience", initialQuantity: 1 } ]} />