diff --git a/src/app/page.tsx b/src/app/page.tsx
index e214788..361cd6a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,7 +8,6 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
-import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
@@ -30,187 +29,57 @@ export default function LandingPage() {
@@ -218,140 +87,52 @@ export default function LandingPage() {
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index ee8d361..d6f9142 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #f6f0e9;
- --card: #efe7dd;
- --foreground: #2b180a;
- --primary-cta: #2b180a;
+ --background: #fbf2f2;
+ --card: #fdf5f5;
+ --foreground: #4a4a4a;
+ --primary-cta: #7a9cc6;
--primary-cta-text: #f6f0e9;
- --secondary-cta: #efe7dd;
+ --secondary-cta: #f1d4d4;
--secondary-cta-text: #2b180a;
- --accent: #94877c;
- --background-accent: #afa094;
+ --accent: #f5d0d0;
+ --background-accent: #e7c2c2;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);