Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user