Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4664b7e750 | |||
| a33d798a79 | |||
| fd3a5f1d6e |
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user