From e32009bfb78e3e2b054c7dbc8c68feec91a97dd3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:56:36 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 110 +++++++++++------------------------------------ 1 file changed, 26 insertions(+), 84 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 544063f..b408b7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import { Sparkles, Star, Heart } from 'lucide-react'; +import { Sparkles, Star, Heart, Award, Globe, CheckCircle } from 'lucide-react'; const navItems = [ { name: "Home", id: "/" }, @@ -93,12 +93,12 @@ export default function HomePage() { {/* About Section */}
@@ -221,21 +169,15 @@ export default function HomePage() { {/* Social Proof Section */}
Date: Mon, 9 Mar 2026 01:56:36 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ee8d361..892df85 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,12 +13,12 @@ --background: #f6f0e9; --card: #efe7dd; --foreground: #2b180a; - --primary-cta: #2b180a; + --primary-cta: #c4733f; --primary-cta-text: #f6f0e9; --secondary-cta: #efe7dd; --secondary-cta-text: #2b180a; - --accent: #94877c; - --background-accent: #afa094; + --accent: #d4a574; + --background-accent: #e8c9a8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1