diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a18386..e0e5b61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import { Ticket, Star, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -61,7 +60,9 @@ export default function LandingPage() { @@ -101,6 +105,8 @@ export default function LandingPage() { title="Join the Waitlist" description="Receive updates about future tours and exclusive content." buttons={[{ text: "Subscribe" }]} + background={{ variant: "plain" }} + useInvertedBackground={false} />