From 0b27ce4ccaaefe1c255412401077089ec28c8124 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 02:43:35 +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 79e3420..b9af645 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Start Your Placement Today", href: "#contact" }, { text: "Learn More", href: "#howitworks" } ]} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/smiling-showing-thumb-up-young-cleaning-guy-wearing-uniform-cap-holding-sponge-tray_141793-123708.jpg" imageAlt="Happy family with trusted domestic care professional" frameStyle="card" @@ -241,7 +241,7 @@ export default function LandingPage() { { text: "Contact Us Now", href: "mailto:hello@fortuneglobalrecruitment.com" }, { text: "Schedule a Call", href: "#" } ]} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} buttonAnimation="slide-up" /> -- 2.49.1