Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #ff8c42;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #106EFB;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--background-accent: #106EFB;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user