diff --git a/src/app/page.tsx b/src/app/page.tsx index 19fd0e2..a087626 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, CheckCircle, Shield, Mail } from "lucide-react"; +import { Award, CheckCircle, Shield } from "lucide-react"; export default function LandingPage() { return ( @@ -177,6 +177,7 @@ export default function LandingPage() { { text: "Contact Support", href: "mailto:support@kapapepresearch.com" }, ]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />