Bob AI: change hero section
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||||
@@ -44,35 +44,30 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero-section" data-section="hero-section">
|
<div id="hero-section" data-section="hero-section">
|
||||||
<HeroBillboard
|
<HeroCarouselLogo
|
||||||
title="Where Innovation Meets Community"
|
logoText="Computer Club"
|
||||||
description="Join our vibrant computer club and explore the latest in technology, collaborate on exciting projects, and connect with fellow tech enthusiasts aged 16-25."
|
description="Join our vibrant community of tech enthusiasts. Explore cutting-edge projects, attend workshops, and connect with fellow innovators."
|
||||||
background={{ variant: "radial-gradient" }}
|
|
||||||
tag="Tech Enthusiasts Welcome"
|
|
||||||
tagIcon={Sparkles}
|
|
||||||
tagAnimation="slide-up"
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Events", href: "/events" },
|
{ text: "Join Us", href: "/join", dataWebildId: "hero_join_btn" },
|
||||||
{ text: "View Projects", href: "/projects" }
|
{ text: "View Events", href: "/events", dataWebildId: "hero_events_btn" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
slides={[
|
||||||
avatars={[
|
{
|
||||||
{ src: "http://img.b2bpic.net/free-photo/three-students-working-together-laptops_23-2152025161.jpg", alt: "Club member" },
|
imageSrc: "https://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg"
|
||||||
{ src: "http://img.b2bpic.net/free-photo/two-teenage-friends-playing-video-games-together-home_23-2149332883.jpg", alt: "Club member" },
|
},
|
||||||
{ src: "http://img.b2bpic.net/free-photo/group-people-discussing-business-issues_53876-22915.jpg", alt: "Club member" }
|
{
|
||||||
|
imageSrc: "https://img.b2bpic.net/free-photo/three-students-working-together-laptops_23-2152025161.jpg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
imageSrc: "https://img.b2bpic.net/free-photo/group-people-discussing-business-issues_53876-22915.jpg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
imageSrc: "https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg"
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
avatarText="150+ Members"
|
autoplayDelay={4000}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg?_wi=1"
|
showDimOverlay={true}
|
||||||
imageAlt="Students collaborating on tech projects"
|
ariaLabel="Computer Club hero carousel section"
|
||||||
mediaAnimation="slide-up"
|
|
||||||
marqueeItems={[
|
|
||||||
{ type: "text", text: "Weekly Workshops" },
|
|
||||||
{ type: "text", text: "Project Showcases" },
|
|
||||||
{ type: "text", text: "Guest Speaker Series" }
|
|
||||||
]}
|
|
||||||
marqueeSpeed={30}
|
|
||||||
showMarqueeCard={true}
|
|
||||||
ariaLabel="Hero section"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user