Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-14 13:49:31 +00:00
3 changed files with 5 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ export default function AboutPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
background="floatingGradient"
background="sparkles-gradient"
cardStyle="gradient-radial"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"

View File

@@ -64,7 +64,7 @@ export default function DashboardPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
background="floatingGradient"
background="sparkles-gradient"
cardStyle="gradient-radial"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"

View File

@@ -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"