4 Commits

Author SHA1 Message Date
ddb08d0b3d Update src/app/page.tsx 2026-04-09 03:13:30 +00:00
8e65b2fa25 Merge version_1 into main
Merge version_1 into main
2026-04-09 03:05:45 +00:00
09207764aa Merge version_1 into main
Merge version_1 into main
2026-04-09 03:05:21 +00:00
6a9f26edf4 Merge version_1 into main
Merge version_1 into main
2026-04-09 03:04:48 +00:00

View File

@@ -6,7 +6,7 @@ import { Zap, TrendingUp, Dumbbell, IceCream } from "lucide-react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
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 TeamCardTen from '@/components/sections/team/TeamCardTen';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
@@ -40,40 +40,16 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
<HeroBillboardCarousel
background={{ variant: "gradient-bars" }}
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."
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=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=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" }]}
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>
@@ -158,4 +134,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}