From 3d9af46812f0bb14ae1490c92ebae753c73bc4f2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 20:49:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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} /> -- 2.49.1