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 +} 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);