Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4511d781b2 | |||
| cfad2cf3f4 | |||
| d4c7f067ea | |||
| d2f5202031 |
@@ -31,10 +31,10 @@ export default function ComputerClubPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Computer Club"
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Events", id: "events" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Events", id: "#events" },
|
||||
{ name: "Team", id: "#team" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Join Us", href: "#contact"
|
||||
@@ -242,7 +242,7 @@ export default function ComputerClubPage() {
|
||||
title="Stay Connected"
|
||||
description="Get exclusive updates about events, workshops, and opportunities. Join our community of passionate tech enthusiasts."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-developers-doing-brainstorming-optimizing-code_482257-112972.jpg?_wi=2"
|
||||
imageAlt="Join the Computer Club"
|
||||
|
||||
Reference in New Issue
Block a user