Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-02-25 15:44:23 +00:00

View File

@@ -9,6 +9,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
export default function HomePage() {
return (
@@ -27,7 +28,7 @@ export default function HomePage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Events", id: "/events" },
{ name: "Projects", id: "/projects" },
@@ -38,7 +39,7 @@ export default function HomePage() {
</div>
<div id="hero-section" data-section="hero-section">
<HeroSplitDualMedia
<HeroBillboard
title="Welcome to the Computer Club"
description="Join a vibrant community of students and faculty passionate about technology. Explore projects, attend events, and build skills together."
background={{ variant: "radial-gradient" }}
@@ -50,11 +51,9 @@ export default function HomePage() {
{ text: "Join Now", href: "/membership" }
]}
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-casual-clothes-working-modern-office_146671-16433.jpg", imageAlt: "students coding tech collaboration group work laptop computers" },
{ imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg", imageAlt: "computer lab programming students innovation space academic technology" }
]}
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/group-young-people-casual-clothes-working-modern-office_146671-16433.jpg"
imageAlt="students coding tech collaboration group work laptop computers"
imageAnimation="slide-up"
rating={5}
ratingText="Trusted by 200+ Members"
/>