diff --git a/src/app/page.tsx b/src/app/page.tsx index ef73c1e..888c05f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLarge" - background="noise" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Professional Coaching" tagIcon={Dumbbell} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} buttons={[ { text: "Start Your Journey", href: "contact" }, @@ -175,7 +175,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Ready to Transform?" description="Join hundreds of satisfied clients who have achieved their fitness goals. Book your free consultation today to discuss your objectives and create your personalized training plan." - background={{ variant: "noise" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Book Consultation"