From 5cd33d0491f2eb4a2859f1bb98bc9ca3dc7a7132 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 23:22:50 +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 99d779a..e42ac68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="medium" - background="floatingGradient" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -45,7 +45,7 @@ export default function LandingPage() { tag="Premium Nail Spa" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-manicurist-filing-nails-with-nail-file_176420-11580.jpg", imageAlt: "Luxury nail salon interior"}, @@ -156,7 +156,7 @@ export default function LandingPage() { description="Ready to treat yourself to luxury nail care? Contact us today to schedule your appointment. Our team is excited to help you achieve your nail goals." tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Schedule Now" -- 2.49.1