diff --git a/src/app/page.tsx b/src/app/page.tsx index 57ca5a1..d6b38ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Join Our Club", href: "contact" }, { text: "Learn More", href: "about" } ]} - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} imageSrc="http://img.b2bpic.net/free-photo/team-developers-doing-brainstorming-optimizing-code_482257-112972.jpg" imageAlt="Computer club members collaborating" mediaAnimation="slide-up" @@ -223,7 +223,7 @@ export default function LandingPage() { { text: "Join Now", href: "#contact-form" }, { text: "Attend Next Meeting", href: "#" } ]} - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} tagAnimation="slide-up" buttonAnimation="slide-up"