From 2e3bb9b25ea1a58977365ce7dcf5bbccdecf583f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:13:58 +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 59e0c39..635217f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="mediumLarge" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -51,7 +51,7 @@ export default function LandingPage() { tag="Expert Tutoring Support" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} buttons={[ { text: "Start Your Free Consultation", href: "#contact" }, { text: "Learn More", href: "#about" } @@ -213,7 +213,7 @@ export default function LandingPage() { { text: "Schedule Free Consultation", href: "https://calendly.com/example" }, { text: "Contact Us", href: "#" } ]} - background={{ variant: "grid" }} + background={{ variant: "canvas-reveal" }} useInvertedBackground={false} />