Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-02-25 17:02:37 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; 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 TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
@@ -44,30 +44,18 @@ export default function HomePage() {
</div> </div>
<div id="hero-section" data-section="hero-section"> <div id="hero-section" data-section="hero-section">
<HeroCarouselLogo <HeroBillboard
logoText="Computer Club" title="Computer Club"
description="Join our vibrant community of tech enthusiasts. Explore cutting-edge projects, attend workshops, and connect with fellow innovators." 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={[ buttons={[
{ text: "Join Us", href: "/join", dataWebildId: "hero_join_btn" }, { label: "Join Us", href: "/join", dataWebildId: "hero_join_btn" },
{ text: "View Events", href: "/events", dataWebildId: "hero_events_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"
{ imageAlt="Computer Club members collaborating on tech projects"
imageSrc: "https://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg" ariaLabel="Computer Club hero section"
},
{
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"
/> />
</div> </div>