From d95cd411e7d136d981c3a1ae24ddb3140abfff04 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:24:20 +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 c9f7340..c3fae3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -47,7 +47,7 @@ export default function LandingPage() { { text: "Get Started", href: "#contact" }, { text: "Learn More", href: "#about" } ]} - background={{ variant: "grid" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/collaborative-work-group-young-project-managers-working-new-startup-analysis-plans-three-perspective-professional-young-people-sitting-modern-library-meeting_176420-8280.jpg" imageAlt="Students in a consultation session" frameStyle="card" @@ -195,7 +195,7 @@ export default function LandingPage() { tagIcon={MessageSquare} title="Start Your Journey Today" description="Ready to unlock your educational potential? Schedule a free consultation with one of our experienced advisors and take the first step toward your goals." - background={{ variant: "grid" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/multiracial-male-female-colleagues-having-discussion-team-meeting_1163-5107.jpg" imageAlt="Consultation meeting" -- 2.49.1