diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c95f10..cb6b8cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Revolutionary Platform" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} buttons={[ { text: "Start Managing", href: "#features" }, { text: "Learn More", href: "#about" } @@ -244,7 +244,7 @@ export default function LandingPage() {