diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e5d765..a39fa5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import ReactLenis from "lenis/react"; import { Sparkles, BarChart3, ShieldCheck, Zap } from "lucide-react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import BlogCardThree from '@/components/sections/blog/BlogCardThree'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; @@ -45,6 +44,7 @@ export default function LandingPage() { @@ -129,6 +134,8 @@ export default function LandingPage() { title="Ready to Start Trading?" description="Sign up today to join our elite network of collectors and earn while you collect." buttons={[{ text: "Get Started" }]} + background={{ variant: "plain" }} + useInvertedBackground={false} />