2 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

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
@@ -44,30 +44,18 @@ export default function HomePage() {
</div>
<div id="hero-section" data-section="hero-section">
<HeroCarouselLogo
logoText="Computer Club"
<HeroBillboard
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="Welcome"
buttons={[
{ text: "Join Us", href: "/join", dataWebildId: "hero_join_btn" },
{ text: "View Events", href: "/events", dataWebildId: "hero_events_btn" }
{ label: "Join Us", href: "/join", dataWebildId: "hero_join_btn" },
{ label: "View Events", href: "/events", dataWebildId: "hero_events_btn" }
]}
slides={[
{
imageSrc: "https://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/three-students-working-together-laptops_23-2152025161.jpg"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/group-people-discussing-business-issues_53876-22915.jpg"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg"
}
]}
autoplayDelay={4000}
showDimOverlay={true}
ariaLabel="Computer Club hero carousel 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>