From c441ad9d956931cc27ce0a3ec2cca805ccc95c8a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 19:34:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 73636db..ad73d31 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 } ]} /> -- 2.49.1