diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6f7e92d..3f6781b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import MediaAbout from '@/components/sections/about/MediaAbout';
-import { Rocket, Globe, Compass, Globe2, BookOpen } from "lucide-react";
+import { Rocket, Globe, Compass } from "lucide-react";
export default function LandingPage() {
return (
@@ -64,12 +64,13 @@ export default function LandingPage() {
@@ -78,6 +79,7 @@ export default function LandingPage() {
@@ -108,6 +111,7 @@ export default function LandingPage() {
]}
faqsAnimation="slide-up"
textboxLayout="split"
+ useInvertedBackground={false}
/>
@@ -117,6 +121,8 @@ export default function LandingPage() {
title="Connect with Mission Control"
description="Send us your cosmic questions."
mediaAnimation="blur-reveal"
+ useInvertedBackground={false}
+ background={{ variant: "plain" }}
/>