Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bba3582e04 | |||
| 3e3c5d663f | |||
| 192fd930a5 | |||
| 06c55e3eac | |||
| f8be5a84da |
@@ -45,34 +45,17 @@ export default function HomePage() {
|
||||
|
||||
<div id="hero-section" data-section="hero-section">
|
||||
<HeroBillboard
|
||||
title="Where Innovation Meets Community"
|
||||
description="Join our vibrant computer club and explore the latest in technology, collaborate on exciting projects, and connect with fellow tech enthusiasts aged 16-25."
|
||||
title="Computer Club"
|
||||
description="Join our vibrant community of tech enthusiasts. Explore cutting-edge projects, attend workshops, and connect with fellow innovators."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Tech Enthusiasts Welcome"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
tag="Welcome"
|
||||
buttons={[
|
||||
{ text: "Explore Events", href: "/events" },
|
||||
{ text: "View Projects", href: "/projects" }
|
||||
{ label: "Join Us", href: "/join", dataWebildId: "hero_join_btn" },
|
||||
{ label: "View Events", href: "/events", dataWebildId: "hero_events_btn" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/three-students-working-together-laptops_23-2152025161.jpg", alt: "Club member" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-teenage-friends-playing-video-games-together-home_23-2149332883.jpg", alt: "Club member" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/group-people-discussing-business-issues_53876-22915.jpg", alt: "Club member" }
|
||||
]}
|
||||
avatarText="150+ Members"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg?_wi=1"
|
||||
imageAlt="Students collaborating on tech projects"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Weekly Workshops" },
|
||||
{ type: "text", text: "Project Showcases" },
|
||||
{ type: "text", text: "Guest Speaker Series" }
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
showMarqueeCard={true}
|
||||
ariaLabel="Hero section"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg"
|
||||
imageAlt="Computer Club members collaborating on tech projects"
|
||||
ariaLabel="Computer Club hero section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user