Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 638c0b74f5 | |||
| ef3c44512d | |||
| 1a2b552374 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||||
@@ -53,27 +53,29 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero-section" data-section="hero-section">
|
<div id="hero-section" data-section="hero-section">
|
||||||
<HeroSplitKpi
|
<HeroCentered
|
||||||
title="Tech Club by the Numbers"
|
title="Welcome to Tech Club"
|
||||||
description="A thriving community of developers, designers, and innovators pushing the boundaries of technology."
|
description="Join a thriving community of developers, designers, and innovators pushing the boundaries of technology together."
|
||||||
background={{ variant: "grid-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
kpiItems={[
|
avatars={[
|
||||||
{ label: "Active Members", value: "150+" },
|
{ src: "http://img.b2bpic.net/free-photo/side-view-friends-winning-videogame_23-2149349984.jpg", alt: "Member 1" },
|
||||||
{ label: "Projects Completed", value: "45" },
|
{ src: "http://img.b2bpic.net/free-photo/teen-smiling-boy-vr-headset-playing-video-games-video-game-club-with-blue-illumination-using-gamepad_1268-24604.jpg", alt: "Member 2" },
|
||||||
{ label: "Events Hosted", value: "32" },
|
{ src: "http://img.b2bpic.net/free-photo/young-adult-listening-study-music-writing-ideas-bachelor-paper_482257-126990.jpg", alt: "Member 3" }
|
||||||
{ label: "Years Running", value: "8" }
|
|
||||||
]}
|
]}
|
||||||
mediaContent={{
|
avatarText="Join 150+ members"
|
||||||
type: "image",
|
|
||||||
src: "http://img.b2bpic.net/free-photo/side-view-friends-winning-videogame_23-2149349984.jpg",
|
|
||||||
alt: "Tech Club members collaborating"
|
|
||||||
}}
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{ label: "Join Us Today", href: "/contact", dataWebildId: "hero_join_btn" },
|
{ label: "Join Us Today", href: "/contact", dataWebildId: "hero_join_btn" },
|
||||||
{ label: "View Projects", href: "/projects", dataWebildId: "hero_projects_btn" }
|
{ label: "View Projects", href: "/projects", dataWebildId: "hero_projects_btn" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
enableKpiAnimation={true}
|
marqueeItems={[
|
||||||
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/finger-touching-numeric-keypad_1134-136.jpg", alt: "Tech" },
|
||||||
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/mystical-numerology-scene_52683-107763.jpg", alt: "Innovation" },
|
||||||
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/relaxed-company-ceo-enjoying-successful-business_482257-76955.jpg", alt: "Collaboration" },
|
||||||
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/time-smartphone-screen_53876-16162.jpg", alt: "Development" }
|
||||||
|
]}
|
||||||
|
marqueeSpeed={30}
|
||||||
|
showMarqueeCard={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user