From 99ea5a3ecef4efa6c8a1d340f216824217bf5eb9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:50:04 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f82f8c..6afbf9a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { MapPin, Phone, Mail, Clock } from 'lucide-react'; +import { MapPin, Phone, Mail, Clock, Facebook, Instagram, Twitter, Linkedin } from 'lucide-react'; export default function LandingPage() { return ( @@ -65,7 +65,7 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[ { text: "Our Story", href: "#community" }, - { text: "Reserve a Table", href: "#contact" } + { text: "Reserve a Table", href: "#visit" } ]} buttonAnimation="opacity" /> @@ -178,7 +178,7 @@ export default function LandingPage() {
); -} \ No newline at end of file +} -- 2.49.1 From 866655cee7133d427caf9405f5afc73e7b179ea0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:50:04 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 37dd7bd..827b148 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; + --background: #0a0a0a; --card: #1a1a1a; --foreground: #ffffff; --primary-cta: #10b981; --primary-cta-text: #f6f0e9; - --secondary-cta: #0a1a0c; + --secondary-cta: #1a1a1a; --secondary-cta-text: #2b180a; - --accent: #1a3d1f; - --background-accent: #355e3b; + --accent: #059669; + --background-accent: #047857; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1