Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-05-02 08:56:11 +00:00
2 changed files with 16 additions and 7 deletions

View File

@@ -69,6 +69,7 @@ export default function LandingPage() {
{ type: "text", text: "Local Sourcing" },
{ type: "text", text: "Award-Winning Service" },
]}
containerClassName="px-4 md:px-0"
/>
</div>
@@ -82,6 +83,7 @@ export default function LandingPage() {
icon={Utensils}
imageSrc="http://img.b2bpic.net/free-photo/side-view-glass-wine-with-pasta-round-plate_176474-3106.jpg"
mediaAnimation="blur-reveal"
containerClassName="px-4 md:px-0"
/>
</div>
@@ -101,6 +103,7 @@ export default function LandingPage() {
]}
title="Signature Menu"
description="Discover our curated selection of fine dishes."
containerClassName="px-4 md:px-0"
/>
</div>
@@ -116,6 +119,7 @@ export default function LandingPage() {
]}
title="Why Choose Us?"
description="Excellence in every detail."
containerClassName="px-4 md:px-0"
/>
</div>
@@ -134,6 +138,7 @@ export default function LandingPage() {
showRating={true}
title="Guest Reviews"
description="What our guests say about us."
containerClassName="px-4 md:px-0"
/>
</div>
@@ -150,6 +155,7 @@ export default function LandingPage() {
]}
title="Our Impact"
description="Driven by flavor."
containerClassName="px-4 md:px-0"
/>
</div>
@@ -165,6 +171,7 @@ export default function LandingPage() {
title="Common Questions"
description="Here to assist you."
faqsAnimation="blur-reveal"
containerClassName="px-4 md:px-0"
/>
</div>
@@ -178,6 +185,7 @@ export default function LandingPage() {
{ 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"
containerClassName="px-4 md:px-0"
/>
</div>
@@ -188,6 +196,7 @@ export default function LandingPage() {
{ title: "Navigation", items: [{ label: "Menu", href: "#menu" }, { label: "About", href: "#about" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
]}
containerClassName="px-4 md:px-0"
/>
</div>
</ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--accent: #b8860b;
--background-accent: #8b6914;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);