From fb6f293de57e51e6cd8a2409bdab88f629f216d8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 08:01:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 77448ec..f9280ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -165,7 +165,7 @@ export default function LandingPage() { reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720772.jpg", imageAlt: "Private dining table setting"}, { id: "desert-feast", brand: "Outdoor Event", name: "Desert Feast", price: "Gather", rating: 5, - reviewCount: "70+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg", alt: "Traditional desert feast setup"}, + reviewCount: "70+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg", imageAlt: "Traditional desert feast setup"} ]} title="Culinary Journeys Await" description="Embark on an unforgettable gastronomic adventure with our diverse dining options, ranging from traditional Rajasthani cuisine to international delights." -- 2.49.1