Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-05 04:23:38 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "Internships",
id: "internships",
},
name: "Internships", id: "internships"},
{
name: "FAQ",
id: "faq",
},
name: "FAQ", id: "faq"},
]}
brandName="AlumniHub"
/>
@@ -54,93 +46,52 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "animated-grid",
}}
variant: "animated-grid"}}
title="Reconnect with Your Roots"
description="The ultimate platform for college alumni to network, fund startups, mentor current students, and foster lifelong connections."
testimonials={[
{
name: "Alex Rivier",
handle: "@alexr",
testimonial: "This platform helped me find my first internship through a college senior!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg",
},
name: "Alex Rivier", handle: "@alexr", testimonial: "This platform helped me find my first internship through a college senior!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg"},
{
name: "Jamie Lee",
handle: "@jamiel",
testimonial: "Finally, a real way to give back and mentor students.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-88087.jpg",
},
name: "Jamie Lee", handle: "@jamiel", testimonial: "Finally, a real way to give back and mentor students.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-88087.jpg"},
{
name: "Jordan Smith",
handle: "@jsmith",
testimonial: "Secured seed funding for my startup from fellow alumni.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-business-man-drinking-coffee-looking-sideways-with-satisfied-smile-standing-white-ba_1258-113954.jpg",
},
name: "Jordan Smith", handle: "@jsmith", testimonial: "Secured seed funding for my startup from fellow alumni.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-business-man-drinking-coffee-looking-sideways-with-satisfied-smile-standing-white-ba_1258-113954.jpg"},
{
name: "Taylor P.",
handle: "@tayp",
testimonial: "The chat features make staying connected so simple.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-lean-grey-wall-holding-laptop-hand_197531-348.jpg",
},
name: "Taylor P.", handle: "@tayp", testimonial: "The chat features make staying connected so simple.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-lean-grey-wall-holding-laptop-hand_197531-348.jpg"},
{
name: "Morgan D.",
handle: "@mdav",
testimonial: "The best alumni event management system ever.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-discussion-with-technology_482257-119445.jpg",
},
name: "Morgan D.", handle: "@mdav", testimonial: "The best alumni event management system ever.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-discussion-with-technology_482257-119445.jpg"},
]}
imageSrc="http://img.b2bpic.net/free-photo/gloomy-african-american-female-having-bored-look-annoyed-with-her-happy-cheerful-caucasian-girlfriend_273609-9092.jpg"
imageAlt="Alumni networking community"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg",
alt: "Alumni 1",
},
src: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg", alt: "Alumni 1"},
{
src: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-88087.jpg",
alt: "Alumni 2",
},
src: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-88087.jpg", alt: "Alumni 2"},
{
src: "http://img.b2bpic.net/free-photo/successful-business-man-drinking-coffee-looking-sideways-with-satisfied-smile-standing-white-ba_1258-113954.jpg",
alt: "Alumni 3",
},
src: "http://img.b2bpic.net/free-photo/successful-business-man-drinking-coffee-looking-sideways-with-satisfied-smile-standing-white-ba_1258-113954.jpg", alt: "Alumni 3"},
{
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-lean-grey-wall-holding-laptop-hand_197531-348.jpg",
alt: "Alumni 4",
},
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-lean-grey-wall-holding-laptop-hand_197531-348.jpg", alt: "Alumni 4"},
{
src: "http://img.b2bpic.net/free-photo/modern-office-discussion-with-technology_482257-119445.jpg",
alt: "Alumni 5",
},
src: "http://img.b2bpic.net/free-photo/modern-office-discussion-with-technology_482257-119445.jpg", alt: "Alumni 5"},
]}
avatarText="Join 10,000+ alumni today"
marqueeItems={[
{
type: "text",
text: "Career Growth",
},
type: "text", text: "Career Growth"},
{
type: "text",
text: "Startup Investment",
},
type: "text", text: "Startup Investment"},
{
type: "text",
text: "Mentorship",
},
type: "text", text: "Mentorship"},
{
type: "text",
text: "Job Networking",
},
type: "text", text: "Job Networking"},
{
type: "text",
text: "Global Reach",
},
type: "text", text: "Global Reach"},
]}
/>
</div>
@@ -153,24 +104,16 @@ export default function LandingPage() {
features={[
{
icon: Calendar,
title: "College Events",
description: "Stay updated on reunions, workshops, and guest speaker sessions.",
},
title: "College Events", description: "Stay updated on reunions, workshops, and guest speaker sessions."},
{
icon: Rocket,
title: "Startup Funding",
description: "Pitch your ideas and raise funds from successful alumni investors.",
},
title: "Startup Funding", description: "Pitch your ideas and raise funds from successful alumni investors."},
{
icon: Briefcase,
title: "Internships",
description: "Connect talented students with internship opportunities in top firms.",
},
title: "Internships", description: "Connect talented students with internship opportunities in top firms."},
{
icon: MessageSquare,
title: "Chat & Connect",
description: "Real-time secure chat with alumni and peer-to-peer mentoring.",
},
title: "Chat & Connect", description: "Real-time secure chat with alumni and peer-to-peer mentoring."},
]}
title="Everything You Need to Succeed"
description="Unlock the power of our exclusive alumni network and bridge the gap between education and industry."
@@ -181,50 +124,21 @@ export default function LandingPage() {
<ProductCardFour
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Frontend Intern",
price: "Remote",
variant: "Tech",
imageSrc: "http://img.b2bpic.net/free-vector/set-laptop-with-electronic-business-icons_24911-45468.jpg?_wi=1",
},
id: "1", name: "Frontend Intern", price: "Remote", variant: "Tech", imageSrc: "http://img.b2bpic.net/free-vector/set-laptop-with-electronic-business-icons_24911-45468.jpg"},
{
id: "2",
name: "UX Design Intern",
price: "In-Office",
variant: "Design",
imageSrc: "http://img.b2bpic.net/free-vector/set-laptop-with-electronic-business-icons_24911-45468.jpg?_wi=2",
},
id: "2", name: "UX Design Intern", price: "In-Office", variant: "Design", imageSrc: "http://img.b2bpic.net/free-vector/set-laptop-with-electronic-business-icons_24911-45468.jpg"},
{
id: "3",
name: "Data Analyst Intern",
price: "Stipend",
variant: "Data",
imageSrc: "http://img.b2bpic.net/free-vector/set-laptop-with-electronic-business-icons_24911-45468.jpg?_wi=3",
},
id: "3", name: "Data Analyst Intern", price: "Stipend", variant: "Data", imageSrc: "http://img.b2bpic.net/free-vector/set-laptop-with-electronic-business-icons_24911-45468.jpg"},
{
id: "4",
name: "Marketing Intern",
price: "Part-Time",
variant: "Biz",
imageSrc: "http://img.b2bpic.net/free-vector/set-laptop-with-electronic-business-icons_24911-45468.jpg?_wi=4",
},
id: "4", name: "Marketing Intern", price: "Part-Time", variant: "Biz", imageSrc: "http://img.b2bpic.net/free-vector/set-laptop-with-electronic-business-icons_24911-45468.jpg"},
{
id: "5",
name: "Backend Developer",
price: "Paid",
variant: "Dev",
imageSrc: "http://img.b2bpic.net/free-vector/set-laptop-with-electronic-business-icons_24911-45468.jpg?_wi=5",
},
id: "5", name: "Backend Developer", price: "Paid", variant: "Dev", imageSrc: "http://img.b2bpic.net/free-vector/set-laptop-with-electronic-business-icons_24911-45468.jpg"},
{
id: "6",
name: "Content Creator",
price: "Remote",
variant: "Media",
imageSrc: "http://img.b2bpic.net/free-vector/set-laptop-with-electronic-business-icons_24911-45468.jpg?_wi=6",
},
id: "6", name: "Content Creator", price: "Remote", variant: "Media", imageSrc: "http://img.b2bpic.net/free-vector/set-laptop-with-electronic-business-icons_24911-45468.jpg"},
]}
title="Exclusive Opportunities"
description="Browse internship openings shared by alumni-led companies."
@@ -236,20 +150,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "How do I register?",
content: "Simply verify your student ID and create an account.",
},
id: "q1", title: "How do I register?", content: "Simply verify your student ID and create an account."},
{
id: "q2",
title: "Is chat secure?",
content: "Yes, we use industry-standard encryption for all messages.",
},
id: "q2", title: "Is chat secure?", content: "Yes, we use industry-standard encryption for all messages."},
{
id: "q3",
title: "Can I pitch my startup?",
content: "Absolutely! Go to the Funding section to submit your pitch deck.",
},
id: "q3", title: "Can I pitch my startup?", content: "Absolutely! Go to the Funding section to submit your pitch deck."},
]}
sideTitle="Common Questions"
faqsAnimation="blur-reveal"
@@ -260,8 +165,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Join Our Network"
description="Be part of a thriving global alumni network today."
imageSrc="http://img.b2bpic.net/free-photo/abstract-dark-background-with-purple-lines-generative-ai_169016-30670.jpg"
@@ -274,13 +178,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="AlumniHub"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>