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