From 254a32f5c989b5e04b9f3ca796bec44584649e93 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:34:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.49.1