diff --git a/src/app/page.tsx b/src/app/page.tsx index caf0a4b..8c139ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { { text: "📅 Book Appointment", href: "#contact" } ]} buttonAnimation="slide-up" - background={{ variant: "plain" }} + background={{ variant: "grid" }} useInvertedBackground={false} /> @@ -172,7 +172,7 @@ export default function LandingPage() { title="Ready for Your Glam Transformation?" description="Book your appointment today and experience premium beauty services at Purezza Glam Makeover. We're located in Vallabh Nagar Circle, Kota." tagIcon={Sparkles} - background={{ variant: "plain" }} + background={{ variant: "grid" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Get Started" @@ -211,4 +211,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file