From db974efbf29a6db60f3784c9281c5b4460273dce Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:52:48 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d44014..643e006 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Award, CheckCircle, Facebook, Heart, Instagram, MessageSquare, Phone, Star, TrendingUp, Users } from 'lucide-react'; +import { Award, CheckCircle, Facebook, Heart, Instagram, MessageSquare, Phone, Star, TrendingUp, Users, Coffee } from 'lucide-react'; export default function LandingPage() { return ( @@ -40,11 +40,11 @@ export default function LandingPage() {
Date: Sat, 7 Mar 2026 20:52:49 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 92128b0..87fd738 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #341f51; + --background: #fdf8f3; + --card: #f5ede2; + --foreground: #3d2817; + --primary-cta: #8b5a2b; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #6139e6; - --background-accent: #b3a8e8; + --accent: #d2691e; + --background-accent: #daa520; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1