From 7e939dec1ea30fbe538c87ca81de3d2ba9543068 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 13:49:27 +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 e83b60b..43a5b41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function HomePage() { { text: "Learn More", href: "#features" }, ]} buttonAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} mediaAnimation="opacity" className="min-h-screen" containerClassName="flex flex-col items-center justify-center text-center" @@ -123,7 +123,7 @@ export default function HomePage() { tagIcon={Award} tagAnimation="slide-up" animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} metrics={[ { id: "projects", title: "Active Projects", subtitle: "Currently Managed", category: "System", value: "2,847" }, @@ -193,7 +193,7 @@ export default function HomePage() { description="Join institutions across the country using ProjectHub to streamline project approvals and enhance academic collaboration." tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} mediaAnimation="opacity" mediaPosition="right"