From abd2c97de9d3a535e27f12e66213bf2e5909828f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:43:44 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 543107b..4a5f33b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Shield } from "lucide-react"; +import { Shield, Sparkles, CheckCircle, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -86,12 +86,14 @@ export default function LandingPage() {
); -} \ No newline at end of file +} From b90b1dbd1c8d344408d7bfbe3c78fa9bd2d4166e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:43:44 +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 e0bdbf2..2bf7258 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #fffaf5e6; - --primary-cta: #ffaa70; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #120a00e6; + --primary-cta: #E34400; --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; + --secondary-cta: #f9f9f9; --secondary-cta-text: #fffaf5e6; - --accent: #737373; - --background-accent: #737373; + --accent: #e2e2e2; + --background-accent: #E34400; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);