From 95cd915c163eb4fae9d9a98630b62de2ed080a57 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 17:52:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c6a3bb..0bbe874 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -45,12 +45,12 @@ export default function LandingPage() { { text: "Request Mentorship", href: "#contact" }, { text: "Learn More", href: "#services" } ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/people-having-debate-while-looking-computer_23-2149389780.jpg" imageAlt="Mentorship and professional guidance" frameStyle="card" mediaAnimation="slide-up" - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" /> @@ -67,6 +67,7 @@ export default function LandingPage() { imageAlt="Professional real estate mentor" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> -- 2.49.1