From 7b46785cc564b6b2364c6c1719cdeca7be7fe5dc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:31:34 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( -- 2.49.1 From 03ca36f4c5abe25877dd6d09fac5f111c286a5ab Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:31:34 +0000 Subject: [PATCH 2/2] 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 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; -- 2.49.1