Update src/app/page.tsx

This commit is contained in:
2026-06-03 08:00:30 +00:00
parent d8a93b0d2d
commit 119ee6bbbb

View File

@@ -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"}}
/>
</div>
@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}