5 Commits

Author SHA1 Message Date
bba3582e04 Bob AI: revert latest changes 2026-02-25 19:02:23 +02:00
3e3c5d663f Merge version_2 into main
Merge version_2 into main
2026-02-25 16:59:30 +00:00
192fd930a5 Bob AI: change hero section 2026-02-25 18:58:59 +02:00
06c55e3eac Merge version_1 into main
Merge version_1 into main
2026-02-25 16:55:05 +00:00
f8be5a84da Merge version_1 into main
Merge version_1 into main
2026-02-25 16:53:09 +00:00

View File

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