From 6ec68abf5337a845db246e4d56ce4ddebbdeee00 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 16:25:52 +0000 Subject: [PATCH 1/3] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 63 +++++++++++++++++++++---------------------- 1 file changed, 31 insertions(+), 32 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index c524ab8..d74d8d6 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -3,9 +3,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Instagram, Facebook } from "lucide-react"; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import { Facebook, Instagram } from "lucide-react"; export default function MenuPage() { return ( @@ -22,45 +22,44 @@ export default function MenuPage() { headingFontWeight="semibold" > - + - -
- + button={{ text: "Reserve Now", href: "/contact" }} + />
- + + + +
); -- 2.49.1 From 5b902d61f8a18d12c3bdd9afc3da6da7a74a9908 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 16:25:53 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 84 ++---------------------------------------------- 1 file changed, 2 insertions(+), 82 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b8cbca..255c1d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Coffee, Facebook, Instagram, Music, Sparkles, Utensils, Camera, MapPin, Award } from "lucide-react"; +import { Facebook, Instagram, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -32,10 +27,7 @@ export default function LandingPage() { - - -
- -
- - - -
- -
- -
- -
-
Date: Mon, 20 Apr 2026 16:25:53 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8671c28..4b9c427 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #0a0a0a; - --card: #1a1712; + --card: #1a1a1a; --foreground: #f5f5f5; --primary-cta: #d4af37; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1712; --secondary-cta-text: #d4af37; --accent: #b8860b; - --background-accent: #2c2621; + --background-accent: #262626; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1