diff --git a/src/app/page.tsx b/src/app/page.tsx
index 93756f9..3148549 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -7,7 +7,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
+import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
export default function LandingPage() {
@@ -29,17 +29,11 @@ export default function LandingPage() {
@@ -48,19 +42,14 @@ export default function LandingPage() {
-
@@ -248,29 +161,19 @@ 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 f30953a..353c3f4 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #F7F8F0;
- --card: #ffffff;
- --foreground: #355872;
- --primary-cta: #355872;
+ --background: #ffffff;
+ --card: #f9f9f9;
+ --foreground: #000612e6;
+ --primary-cta: #15479c;
--primary-cta-text: #ffffff;
- --secondary-cta: #7AAACE;
+ --secondary-cta: #f9f9f9;
--secondary-cta-text: #ffffff;
- --accent: #9CD5FF;
- --background-accent: #e8ebe2;
+ --accent: #e2e2e2;
+ --background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);