Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-09 03:05:22 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
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';
@@ -29,22 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "About",
id: "about",
},
{
name: "Lifestyle",
id: "lifestyle",
},
{
name: "The Team",
id: "team",
},
{
name: "Contact",
id: "contact",
},
{ name: "About", id: "about" },
{ name: "Lifestyle", id: "lifestyle" },
{ name: "The Team", id: "team" },
{ name: "Contact", id: "contact" },
]}
brandName="THE FREEZER"
/>
@@ -52,105 +41,38 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "gradient-bars",
}}
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={[
{
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",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg", imageAlt: "The Freezer team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg", imageAlt: "The Freezer team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg", imageAlt: "The Freezer team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg", imageAlt: "The Freezer team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg", 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",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg", imageAlt: "The Freezer team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg", imageAlt: "The Freezer team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg", imageAlt: "The Freezer team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg", imageAlt: "The Freezer team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg", 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",
},
{ 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",
},
{ 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>
@@ -159,12 +81,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Welcome to The Freezer House"
buttons={[
{
text: "Read Our Vision",
href: "#",
},
]}
buttons={[{ text: "Read Our Vision", href: "#" }]}
/>
</div>
@@ -173,30 +90,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "The Chill & Booze",
description: "Relaxing and unwinding after a long week.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-friends-outdoors-with-ice-cream-cones_23-2149431395.jpg?_wi=1",
buttonIcon: "Zap",
},
{
title: "Financial Hustle",
description: "Entrepreneurs and accountants making moves.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-friends-outdoors-with-ice-cream-cones_23-2149431395.jpg?_wi=2",
buttonIcon: "TrendingUp",
},
{
title: "Health & Looks",
description: "Athletes, healthmaxxers, and looksmaxxers.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-friends-outdoors-with-ice-cream-cones_23-2149431395.jpg?_wi=3",
buttonIcon: "Dumbbell",
},
{
title: "The Freezer Pits",
description: "Late night cravings and Eureka trips.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-friends-outdoors-with-ice-cream-cones_23-2149431395.jpg?_wi=4",
buttonIcon: "IceCream",
},
{ title: "The Chill & Booze", description: "Relaxing and unwinding after a long week.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-friends-outdoors-with-ice-cream-cones_23-2149431395.jpg", buttonIcon: Zap },
{ title: "Financial Hustle", description: "Entrepreneurs and accountants making moves.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-friends-outdoors-with-ice-cream-cones_23-2149431395.jpg", buttonIcon: TrendingUp },
{ title: "Health & Looks", description: "Athletes, healthmaxxers, and looksmaxxers.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-friends-outdoors-with-ice-cream-cones_23-2149431395.jpg", buttonIcon: Dumbbell },
{ title: "The Freezer Pits", description: "Late night cravings and Eureka trips.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-friends-outdoors-with-ice-cream-cones_23-2149431395.jpg", buttonIcon: IceCream },
]}
title="Our Hobbies & Hustle"
description="From late night ice cream pits to building businesses and making money, The Freezer is defined by our diverse passions."
@@ -208,51 +105,15 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Meet the Freezer King & Members"
members={[
{
id: "1",
name: "ICE (The King)",
imageSrc: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg?_wi=1",
},
{
id: "2",
name: "Lorenzo",
imageSrc: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg?_wi=2",
},
{
id: "3",
name: "Jake",
imageSrc: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg?_wi=3",
},
{
id: "4",
name: "Josiah",
imageSrc: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg?_wi=4",
},
{
id: "5",
name: "Unc",
imageSrc: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg?_wi=5",
},
{
id: "6",
name: "Nolan",
imageSrc: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg?_wi=6",
},
{
id: "7",
name: "Aidan",
imageSrc: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg?_wi=7",
},
{
id: "8",
name: "Eddie",
imageSrc: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg?_wi=8",
},
{
id: "9",
name: "Ben",
imageSrc: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg?_wi=9",
},
{ id: "1", name: "ICE (The King)", imageSrc: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg" },
{ id: "2", name: "Lorenzo", imageSrc: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg" },
{ id: "3", name: "Jake", imageSrc: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg" },
{ id: "4", name: "Josiah", imageSrc: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg" },
{ id: "5", name: "Unc", imageSrc: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg" },
{ id: "6", name: "Nolan", imageSrc: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg" },
{ id: "7", name: "Aidan", imageSrc: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg" },
{ id: "8", name: "Eddie", imageSrc: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg" },
{ id: "9", name: "Ben", imageSrc: "http://img.b2bpic.net/free-photo/young-boy-with-backpack-coming-into-classroom_23-2147659089.jpg" },
]}
memberVariant="card"
tag="Leadership"
@@ -264,31 +125,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Campus Student",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-laughting-young-woman-with-collected-hair-walking-backlight_291650-657.jpg?_wi=1",
},
{
id: "2",
name: "SDSU Member",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-laughting-young-woman-with-collected-hair-walking-backlight_291650-657.jpg?_wi=2",
},
{
id: "3",
name: "Future Chiller",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-laughting-young-woman-with-collected-hair-walking-backlight_291650-657.jpg?_wi=3",
},
{
id: "4",
name: "Fraternity Brother",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-laughting-young-woman-with-collected-hair-walking-backlight_291650-657.jpg?_wi=4",
},
{
id: "5",
name: "Freezer Ally",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-laughting-young-woman-with-collected-hair-walking-backlight_291650-657.jpg?_wi=5",
},
{ id: "1", name: "Campus Student", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-laughting-young-woman-with-collected-hair-walking-backlight_291650-657.jpg" },
{ id: "2", name: "SDSU Member", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-laughting-young-woman-with-collected-hair-walking-backlight_291650-657.jpg" },
{ id: "3", name: "Future Chiller", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-laughting-young-woman-with-collected-hair-walking-backlight_291650-657.jpg" },
{ id: "4", name: "Fraternity Brother", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-laughting-young-woman-with-collected-hair-walking-backlight_291650-657.jpg" },
{ id: "5", name: "Freezer Ally", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-laughting-young-woman-with-collected-hair-walking-backlight_291650-657.jpg" },
]}
cardTitle="Words from the Campus"
cardTag="Testimonials"
@@ -299,14 +140,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Join the Coalition"
title="Become a Part of The Freezer"
description="Ready for fraternity peace? Reach out and connect with our diverse group."
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg?_wi=11"
mediaAnimation="fade-in"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149009257.jpg"
mediaAnimation="slide-up"
/>
</div>