Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d9531d80e4 | |||
| c6bd784be9 | |||
| ee64fce4ef | |||
| 21daeb00b4 | |||
| 17f265e955 |
@@ -69,6 +69,7 @@ export default function LandingPage() {
|
|||||||
{ type: "text", text: "Local Sourcing" },
|
{ type: "text", text: "Local Sourcing" },
|
||||||
{ type: "text", text: "Award-Winning Service" },
|
{ type: "text", text: "Award-Winning Service" },
|
||||||
]}
|
]}
|
||||||
|
containerClassName="px-4 md:px-0"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -82,6 +83,7 @@ export default function LandingPage() {
|
|||||||
icon={Utensils}
|
icon={Utensils}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-glass-wine-with-pasta-round-plate_176474-3106.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/side-view-glass-wine-with-pasta-round-plate_176474-3106.jpg"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
|
containerClassName="px-4 md:px-0"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -101,6 +103,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Signature Menu"
|
title="Signature Menu"
|
||||||
description="Discover our curated selection of fine dishes."
|
description="Discover our curated selection of fine dishes."
|
||||||
|
containerClassName="px-4 md:px-0"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -116,6 +119,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Why Choose Us?"
|
title="Why Choose Us?"
|
||||||
description="Excellence in every detail."
|
description="Excellence in every detail."
|
||||||
|
containerClassName="px-4 md:px-0"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -134,6 +138,7 @@ export default function LandingPage() {
|
|||||||
showRating={true}
|
showRating={true}
|
||||||
title="Guest Reviews"
|
title="Guest Reviews"
|
||||||
description="What our guests say about us."
|
description="What our guests say about us."
|
||||||
|
containerClassName="px-4 md:px-0"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -150,6 +155,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Our Impact"
|
title="Our Impact"
|
||||||
description="Driven by flavor."
|
description="Driven by flavor."
|
||||||
|
containerClassName="px-4 md:px-0"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -165,6 +171,7 @@ export default function LandingPage() {
|
|||||||
title="Common Questions"
|
title="Common Questions"
|
||||||
description="Here to assist you."
|
description="Here to assist you."
|
||||||
faqsAnimation="blur-reveal"
|
faqsAnimation="blur-reveal"
|
||||||
|
containerClassName="px-4 md:px-0"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -178,6 +185,7 @@ export default function LandingPage() {
|
|||||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/retired-man-ringing-service-bell-check-hotel-reception-arriving-luxury-resort-holiday-person-retirement-age-travelling-vacation-abroad-front-desk-employees-tripod-shot_482257-70824.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/retired-man-ringing-service-bell-check-hotel-reception-arriving-luxury-resort-holiday-person-retirement-age-travelling-vacation-abroad-front-desk-employees-tripod-shot_482257-70824.jpg"
|
||||||
|
containerClassName="px-4 md:px-0"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -188,6 +196,7 @@ export default function LandingPage() {
|
|||||||
{ title: "Navigation", items: [{ label: "Menu", href: "#menu" }, { label: "About", href: "#about" }] },
|
{ title: "Navigation", items: [{ label: "Menu", href: "#menu" }, { label: "About", href: "#about" }] },
|
||||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||||
]}
|
]}
|
||||||
|
containerClassName="px-4 md:px-0"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f4ef;
|
--background: #0a0a0a;
|
||||||
--card: #dad6cd;
|
--card: #1a1a1a;
|
||||||
--foreground: #2a2928;
|
--foreground: #f5f5f5;
|
||||||
--primary-cta: #2a2928;
|
--primary-cta: #ffdf7d;
|
||||||
--primary-cta-text: #f5f4ef;
|
--primary-cta-text: #f5f4ef;
|
||||||
--secondary-cta: #ecebea;
|
--secondary-cta: #1a1a1a;
|
||||||
--secondary-cta-text: #2a2928;
|
--secondary-cta-text: #2a2928;
|
||||||
--accent: #ffffff;
|
--accent: #b8860b;
|
||||||
--background-accent: #c6b180;
|
--background-accent: #8b6914;
|
||||||
|
|
||||||
/* 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