From 867b2eb5b09c34e98d477b6fa703895c733eed87 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:41:15 +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 b8c786f..775f823 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="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Nepal's Leading Education Consultant" tagIcon={Star} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} buttons={[ { text: "Book Free Consultation Now", href: "#contact" }, { text: "Learn More" } @@ -213,7 +213,7 @@ export default function LandingPage() { { text: "Call Us Today", href: "tel:+977-1-XXXXXXXXX" } ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} /> -- 2.49.1