diff --git a/src/app/page.tsx b/src/app/page.tsx index 9bc88fd..cb77f96 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqBase from '@/components/sections/faq/FaqBase'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Images, MapPin, Phone, Utensils } from 'lucide-react'; +import { Images, MapPin, Phone, Utensils, Facebook, Instagram, Twitter } from 'lucide-react'; export default function LandingPage() { return ( diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 59a261c..f4e2d94 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,8 +10,8 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #1a1410; - --card: #2a2218; + --background: #0f0804; + --card: #1a1410; --foreground: #f5f1ed; --primary-cta: #ff8c42; --primary-cta-text: #1a1410;