Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a33d798a79 | |||
| fd3a5f1d6e |
@@ -9,6 +9,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
|||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
|
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
return (
|
return (
|
||||||
@@ -27,7 +28,7 @@ export default function HomePage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Events", id: "/events" },
|
{ name: "Events", id: "/events" },
|
||||||
{ name: "Projects", id: "/projects" },
|
{ name: "Projects", id: "/projects" },
|
||||||
@@ -38,7 +39,7 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero-section" data-section="hero-section">
|
<div id="hero-section" data-section="hero-section">
|
||||||
<HeroSplitDualMedia
|
<HeroBillboard
|
||||||
title="Welcome to the Computer Club"
|
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."
|
description="Join a vibrant community of students and faculty passionate about technology. Explore projects, attend events, and build skills together."
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
@@ -50,11 +51,9 @@ export default function HomePage() {
|
|||||||
{ text: "Join Now", href: "/membership" }
|
{ text: "Join Now", href: "/membership" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
mediaItems={[
|
imageSrc="http://img.b2bpic.net/free-photo/group-young-people-casual-clothes-working-modern-office_146671-16433.jpg"
|
||||||
{ 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" },
|
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" }
|
imageAnimation="slide-up"
|
||||||
]}
|
|
||||||
mediaAnimation="slide-up"
|
|
||||||
rating={5}
|
rating={5}
|
||||||
ratingText="Trusted by 200+ Members"
|
ratingText="Trusted by 200+ Members"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user