From d7be3230e7775b17ea688839637758359a76e9b6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:13:51 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 85a3c3e..fb038ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia import FaqBase from '@/components/sections/faq/FaqBase'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { HelpCircle, Rocket, Sparkles, Star, TrendingUp, Users } from 'lucide-react'; +import { HelpCircle, Rocket, Sparkles, Star, TrendingUp, Users, Zap, FileText, Send } from 'lucide-react'; export default function LandingPage() { return ( @@ -44,7 +44,7 @@ export default function LandingPage() {
@@ -84,7 +84,7 @@ export default function LandingPage() { Date: Wed, 11 Mar 2026 13:13:51 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0fdb09b..2aa8504 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fffefe; - --card: #f6f7f4; - --foreground: #080908; - --primary-cta: #0e3a29; + --background: #fef5f5; + --card: #fef0ed; + --foreground: #240b0f; + --primary-cta: #e1297e; --primary-cta-text: #fffefe; - --secondary-cta: #e7eecd; + --secondary-cta: #ffffff; --secondary-cta-text: #080908; - --accent: #35c18b; - --background-accent: #ecebe4; + --accent: #f5b8d1; + --background-accent: #f596bf; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1