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