From 4e5c5bfd76188f67d8502365c9d22b2c269a0c51 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:23:17 +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 aa8b7e3..0448536 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Premium Beauty Services" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/still-life-various-cleaning-products_23-2150829671.jpg", imageAlt: "Luxury salon interior"}, @@ -184,7 +184,7 @@ export default function LandingPage() { description="Book your appointment today and discover the New Shringar difference. Our beauty experts are ready to make you feel absolutely fabulous." tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Book Now" -- 2.49.1