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
+}
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);