Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ddb08d0b3d | |||
| 8e65b2fa25 | |||
| 09207764aa | |||
| 6a9f26edf4 |
@@ -6,7 +6,7 @@ import { Zap, TrendingUp, Dumbbell, IceCream } from "lucide-react";
|
|||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
@@ -40,40 +40,16 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDoubleCarousel
|
<HeroBillboardCarousel
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Achieving Fraternity Peace Among the Youth"
|
title="Achieving Fraternity Peace Among the Youth"
|
||||||
description="We are The Freezer—a coalition of entrepreneurs, athletes, and visionaries dedicated to chilling, growing, and uniting the campus through shared ambitions and good vibes."
|
description="We are The Freezer—a coalition of entrepreneurs, athletes, and visionaries dedicated to chilling, growing, and uniting the campus through shared ambitions and good vibes."
|
||||||
leftCarouselItems={[
|
mediaItems={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg?_wi=1", imageAlt: "The Freezer team" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg?_wi=1", imageAlt: "The Freezer team" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg?_wi=2", imageAlt: "The Freezer team" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg?_wi=2", imageAlt: "The Freezer team" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg?_wi=3", imageAlt: "The Freezer team" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg?_wi=3", imageAlt: "The Freezer team" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg?_wi=4", imageAlt: "The Freezer team" },
|
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg?_wi=5", imageAlt: "The Freezer team" },
|
|
||||||
]}
|
|
||||||
rightCarouselItems={[
|
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg?_wi=6", imageAlt: "The Freezer team" },
|
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg?_wi=7", imageAlt: "The Freezer team" },
|
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg?_wi=8", imageAlt: "The Freezer team" },
|
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg?_wi=9", imageAlt: "The Freezer team" },
|
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg?_wi=10", imageAlt: "The Freezer team" },
|
|
||||||
]}
|
]}
|
||||||
buttons={[{ text: "Join the Coalition", href: "#contact" }]}
|
buttons={[{ text: "Join the Coalition", href: "#contact" }]}
|
||||||
avatars={[
|
|
||||||
{ src: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg", alt: "Member 1" },
|
|
||||||
{ src: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg", alt: "Member 2" },
|
|
||||||
{ src: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg", alt: "Member 3" },
|
|
||||||
{ src: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg", alt: "Member 4" },
|
|
||||||
{ src: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg", alt: "Member 5" },
|
|
||||||
]}
|
|
||||||
avatarText="Join 500+ active members"
|
|
||||||
marqueeItems={[
|
|
||||||
{ type: "text", text: "FRATERNITY PEACE" },
|
|
||||||
{ type: "text", text: "CAMPUS GROWTH" },
|
|
||||||
{ type: "text", text: "ENTREPRENEURSHIP" },
|
|
||||||
{ type: "text", text: "ATHLETIC EXCELLENCE" },
|
|
||||||
{ type: "text", text: "COMMUNITY CHILL" },
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -158,4 +134,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user