diff --git a/src/app/page.tsx b/src/app/page.tsx
index b337f04..f1be897 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,7 +1,7 @@
"use client";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
+import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
@@ -43,19 +43,20 @@ export default function LandingPage() {
-
@@ -182,4 +183,4 @@ 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 19409bc..6f595b7 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;
+ --background: #000000;
+ --card: #0c0c0c;
--foreground: #ffffff;
- --primary-cta: #1f7cff;
+ --primary-cta: #106EFB;
--primary-cta-text: #FFFFFF;
- --secondary-cta: #010101;
+ --secondary-cta: #000000;
--secondary-cta-text: #C0C0D0;
- --accent: #1f7cff;
- --background-accent: #f96b2f;
+ --accent: #535353;
+ --background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);