From 119ee6bbbb9c043d8719b6e9a231cbbebb529eee Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 08:00:30 +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 3de16ba..77448ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { logoAlt="Jhankar Palace Logo" brandName="Jhankar Palace" button={{ - text: "Reserve Your Stay", href: "#contact-reservations"}} + text: "Reserve Your Stay", href: "#contact-reservations"}} /> @@ -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", imageAlt: "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", alt: "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." @@ -299,4 +299,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file