Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-10 12:31:38 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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 (

View File

@@ -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;