Merge version_1 into main #2
@@ -62,7 +62,8 @@ export default function LandingPage() {
|
||||
<TextSplitAbout
|
||||
title="About CompClub"
|
||||
description={[
|
||||
"CompClub is a vibrant community of technology enthusiasts, programmers, and innovators dedicated to fostering collaboration, knowledge sharing, and innovation in computer science.", "Founded with a mission to create inclusive spaces for learning and networking, we host regular events, workshops, and hackathons that bring together students and professionals passionate about technology.", "From coding bootcamps to tech talks and competitive programming challenges, CompClub provides the resources and community needed to advance your skills and launch your career in technology."]}
|
||||
"CompClub is a vibrant community of technology enthusiasts, programmers, and innovators dedicated to fostering collaboration, knowledge sharing, and innovation in computer science.", "Founded with a mission to create inclusive spaces for learning and networking, we host regular events, workshops, and hackathons that bring together students and professionals passionate about technology.", "From coding bootcamps to tech talks and competitive programming challenges, CompClub provides the resources and community needed to advance your skills and launch your career in technology."
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#" }]}
|
||||
useInvertedBackground={false}
|
||||
showBorder={true}
|
||||
@@ -80,7 +81,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Development", title: "Advanced Coding Skills", subtitle: "Master programming through hands-on projects and mentorship.", description: "Participate in intensive coding workshops led by experienced developers. Learn multiple programming languages, frameworks, and best practices while working on real-world projects that build your portfolio.", imageSrc: "http://img.b2bpic.net/free-photo/working-code_1098-19858.jpg?_wi=1", imageAlt: "Coding and programming workshop", buttons: [],
|
||||
tag: "Development", title: "Advanced Coding Skills", subtitle: "Master programming through hands-on projects and mentorship.", description: "Participate in intensive coding workshops led by experienced developers. Learn multiple programming languages, frameworks, and best practices while working on real-world projects that build your portfolio.", imageSrc: "http://img.b2bpic.net/free-photo/working-code_1098-19858.jpg", imageAlt: "Coding and programming workshop", buttons: [],
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
@@ -107,16 +108,20 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "CompClub", name: "Spring Hackathon 2025", price: "FREE", rating: 5,
|
||||
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-winning-videogame_23-2149349984.jpg", imageAlt: "Spring Hackathon event"},
|
||||
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-winning-videogame_23-2149349984.jpg", imageAlt: "Spring Hackathon event"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "CompClub", name: "Web Development Workshop", price: "$15", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/working-code_1098-19858.jpg?_wi=2", imageAlt: "Web development workshop"},
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/working-code_1098-19858.jpg", imageAlt: "Web development workshop"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "CompClub", name: "AI & Machine Learning Bootcamp", price: "FREE", rating: 5,
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg", imageAlt: "AI and Machine Learning bootcamp"},
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg", imageAlt: "AI and Machine Learning bootcamp"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "CompClub", name: "Competitive Programming Challenge", price: "FREE", rating: 5,
|
||||
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/working-code_1098-19858.jpg?_wi=3", imageAlt: "Competitive programming challenge"},
|
||||
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/working-code_1098-19858.jpg", imageAlt: "Competitive programming challenge"
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
@@ -135,13 +140,17 @@ export default function LandingPage() {
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Alex Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Alex Chen - President"},
|
||||
id: "1", name: "Alex Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Alex Chen - President"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jordan Smith", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Jordan Smith - Vice President"},
|
||||
id: "2", name: "Jordan Smith", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Jordan Smith - Vice President"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Maya Patel", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Maya Patel - Events Director"},
|
||||
id: "3", name: "Maya Patel", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Maya Patel - Events Director"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Lee", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "David Lee - Treasurer"},
|
||||
id: "4", name: "David Lee", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Lee - Treasurer"
|
||||
},
|
||||
]}
|
||||
memberVariant="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -157,17 +166,23 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Transformed My Tech Career", quote: "CompClub gave me the confidence and skills I needed to land my dream job as a software engineer. The mentorship and networking opportunities were invaluable.", name: "Sarah Johnson", role: "Software Engineer at TechCorp", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=1", imageAlt: "Sarah Johnson"},
|
||||
id: "1", title: "Transformed My Tech Career", quote: "CompClub gave me the confidence and skills I needed to land my dream job as a software engineer. The mentorship and networking opportunities were invaluable.", name: "Sarah Johnson", role: "Software Engineer at TechCorp", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Amazing Community & Resources", quote: "I've learned more in three months at CompClub than I did in a year of online courses. The hands-on projects and expert guidance make all the difference.", name: "Michael Rodriguez", role: "Full Stack Developer", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=2", imageAlt: "Michael Rodriguez"},
|
||||
id: "2", title: "Amazing Community & Resources", quote: "I've learned more in three months at CompClub than I did in a year of online courses. The hands-on projects and expert guidance make all the difference.", name: "Michael Rodriguez", role: "Full Stack Developer", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Michael Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Best Decision I Made", quote: "Joining CompClub connected me with my best friends and business partners. We started our own tech startup after meeting here!", name: "Emily Watson", role: "Founder & CEO at StartupXYZ", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=3", imageAlt: "Emily Watson"},
|
||||
id: "3", title: "Best Decision I Made", quote: "Joining CompClub connected me with my best friends and business partners. We started our own tech startup after meeting here!", name: "Emily Watson", role: "Founder & CEO at StartupXYZ", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Emily Watson"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Invaluable Learning Experience", quote: "The hackathons and workshops are top-notch. I've built projects here that showcase real skills to employers.", name: "James Park", role: "Junior Developer at InnovateLab", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=4", imageAlt: "James Park"},
|
||||
id: "4", title: "Invaluable Learning Experience", quote: "The hackathons and workshops are top-notch. I've built projects here that showcase real skills to employers.", name: "James Park", role: "Junior Developer at InnovateLab", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "James Park"
|
||||
},
|
||||
{
|
||||
id: "5", title: "Perfect For Career Transition", quote: "As someone switching careers into tech, CompClub provided the structured learning path and community support I needed.", name: "Lisa Chen", role: "QA Engineer at TechFlow", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=5", imageAlt: "Lisa Chen"},
|
||||
id: "5", title: "Perfect For Career Transition", quote: "As someone switching careers into tech, CompClub provided the structured learning path and community support I needed.", name: "Lisa Chen", role: "QA Engineer at TechFlow", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Lisa Chen"
|
||||
},
|
||||
{
|
||||
id: "6", title: "Growing Network & Opportunities", quote: "The connections I've made at CompClub continue to open doors for new opportunities and collaborations.", name: "Robert Morrison", role: "DevOps Engineer at CloudSync", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=6", imageAlt: "Robert Morrison"},
|
||||
id: "6", title: "Growing Network & Opportunities", quote: "The connections I've made at CompClub continue to open doors for new opportunities and collaborations.", name: "Robert Morrison", role: "DevOps Engineer at CloudSync", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Robert Morrison"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user