Update src/app/page.tsx

This commit is contained in:
2026-03-03 15:32:05 +00:00
parent d46428180f
commit 90ef7bbfd3

View File

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