Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d3c475a1ee | |||
| b5b7c799ff | |||
| 414d17abfc | |||
| f004dd976c | |||
| f92802a776 | |||
| cfe7947cf6 | |||
| 383398809e | |||
| 462b0914c9 | |||
| 6ad4f980a2 |
@@ -37,14 +37,14 @@ export default function LandingPage() {
|
|||||||
{ name: "Menu", id: "menu" },
|
{ name: "Menu", id: "menu" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="The GT Road"
|
brandName="Cook du cook"
|
||||||
button={{ text: "Reserve" }}
|
button={{ text: "Reserve" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroLogo
|
||||||
logoText="The GT Road"
|
logoText="Cook du cook"
|
||||||
description="Experience the culinary journey of the historic Grand Trunk Road, bringing authentic flavors from across the route to your table."
|
description="Experience the culinary journey of the historic Grand Trunk Road, bringing authentic flavors from across the route to your table."
|
||||||
buttons={[{ text: "Reserve a Table", href: "#contact" }]}
|
buttons={[{ text: "Reserve a Table", href: "#contact" }]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-eats-entrecote-kebab-meat-rib-with-sesame-seeds-poppies_141793-5187.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-eats-entrecote-kebab-meat-rib-with-sesame-seeds-poppies_141793-5187.jpg"
|
||||||
@@ -145,7 +145,8 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
title="Reserve Your Table"
|
title="Reserve Your Table"
|
||||||
description="Book your buffet experience now to enjoy a traditional culinary adventure."
|
description="Call us at +91 9999999999 or 9625682596, and email us at bookings@cookducook.com or infovarun83@gmail.com to book your buffet experience."
|
||||||
|
buttonText="Confirm Reservation"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg"
|
||||||
imageAlt="restaurant entrance interior"
|
imageAlt="restaurant entrance interior"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -155,7 +156,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
logoText="The GT Road"
|
logoText="Cook du cook"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }, { label: "Contact", href: "#contact" }] },
|
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }, { label: "Contact", href: "#contact" }] },
|
||||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f6f0e9;
|
--background: #fffafa;
|
||||||
--card: #efe7dd;
|
--card: #ffffff;
|
||||||
--foreground: #2b180a;
|
--foreground: #1a0000;
|
||||||
--primary-cta: #2b180a;
|
--primary-cta: #e63946;
|
||||||
--primary-cta-text: #f6f0e9;
|
--primary-cta-text: #fffafa;
|
||||||
--secondary-cta: #efe7dd;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #2b180a;
|
--secondary-cta-text: #1a0000;
|
||||||
--accent: #94877c;
|
--accent: #f5c4c7;
|
||||||
--background-accent: #afa094;
|
--background-accent: #f09199;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user