2 Commits

Author SHA1 Message Date
894acaa204 Update src/app/page.tsx 2026-02-27 11:12:23 +00:00
f5c69fb9cd Merge version_2 into main
Merge version_2 into main
2026-02-27 11:08:04 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
import SplitAbout from '@/components/sections/about/SplitAbout'; import SplitAbout from '@/components/sections/about/SplitAbout';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TeamCardOne from '@/components/sections/team/TeamCardOne';
@@ -41,29 +41,20 @@ export default function ComputerClubPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDualMedia <HeroLogoBillboardSplit
title="Join the Computer Club Community" logoText="COMPUTER CLUB"
description="Connect, learn, and innovate with passionate tech enthusiasts. From coding workshops to hackathons, we're building the future of technology together." description="Connect, learn, and innovate with passionate tech enthusiasts. From coding workshops to hackathons, we're building the future of technology together."
background={{ variant: "plain" }} background={{ variant: "radial-gradient" }}
tag="Welcome to Tech"
tagIcon={Zap}
tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Join Us", href: "#contact" }, { text: "Join Us", href: "#contact" },
{ text: "Learn More", href: "#about" } { text: "Learn More", href: "#about" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ layoutOrder="default"
{ imageSrc="http://img.b2bpic.net/free-photo/binary-code-digits-technology-software-concept_53876-120040.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/binary-code-digits-technology-software-concept_53876-120040.jpg", imageAlt: "Computer Club - Technology workspace" imageAlt="Computer Club - Technology workspace"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-92639.jpg", imageAlt: "Computer Club - Coding and development"
}
]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
rating={5} frameStyle="card"
ratingText="Trusted by 500+ Members"
/> />
</div> </div>