Merge version_1 into main #2
@@ -49,7 +49,7 @@ export default function EventsPage() {
|
||||
{ text: "View All Events", href: "#features" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/financial-charts-kpi-metrics-displays-office_482257-126638.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/financial-charts-kpi-metrics-displays-office_482257-126638.jpg"
|
||||
imageAlt="computer technology workspace digital tech"
|
||||
textPosition="bottom-left"
|
||||
showBlur={true}
|
||||
@@ -65,33 +65,21 @@ export default function EventsPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Spring Hackathon",
|
||||
description: "24-hour coding competition with prizes and mentorship from industry professionals",
|
||||
bentoComponent: "3d-task-list",
|
||||
title: "3d-task-list",
|
||||
items: [
|
||||
title: "Spring Hackathon", description: "24-hour coding competition with prizes and mentorship from industry professionals", bentoComponent: "3d-task-list", items: [
|
||||
{ icon: Trophy, label: "First Prize", time: "$5,000" },
|
||||
{ icon: Zap, label: "Runner Up", time: "$2,500" },
|
||||
{ icon: Star, label: "Innovation Award", time: "$1,000" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Code Challenge Series",
|
||||
description: "Monthly competitive programming challenges to sharpen your problem-solving skills",
|
||||
bentoComponent: "animated-bar-chart"
|
||||
title: "Code Challenge Series", description: "Monthly competitive programming challenges to sharpen your problem-solving skills", bentoComponent: "animated-bar-chart"
|
||||
},
|
||||
{
|
||||
title: "Technical Masterclasses",
|
||||
description: "Deep-dive sessions on emerging technologies like AI, blockchain, and cloud computing",
|
||||
bentoComponent: "timeline",
|
||||
heading: "Session Schedule",
|
||||
subheading: "March - May 2025",
|
||||
items: [
|
||||
title: "Technical Masterclasses", description: "Deep-dive sessions on emerging technologies like AI, blockchain, and cloud computing", bentoComponent: "timeline", items: [
|
||||
{ label: "AI & Machine Learning", detail: "March 15" },
|
||||
{ label: "Blockchain Fundamentals", detail: "April 12" },
|
||||
{ label: "Cloud Architecture", detail: "May 10" }
|
||||
],
|
||||
completedLabel: "Completed"
|
||||
]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -117,24 +105,21 @@ export default function EventsPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Events", href: "/events" },
|
||||
{ label: "Workshops", href: "/#features" },
|
||||
{ label: "Hackathons", href: "/#features" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Team", href: "/#team" },
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "GitHub", href: "https://github.com" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" }
|
||||
|
||||
@@ -52,7 +52,7 @@ export default function HomePage() {
|
||||
{ text: "Learn More", href: "/about" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/financial-charts-kpi-metrics-displays-office_482257-126638.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/financial-charts-kpi-metrics-displays-office_482257-126638.jpg"
|
||||
imageAlt="computer technology workspace digital tech"
|
||||
textPosition="bottom-left"
|
||||
showBlur={true}
|
||||
@@ -69,7 +69,7 @@ export default function HomePage() {
|
||||
{ value: "500+", title: "Active Members" },
|
||||
{ value: "50+", title: "Events Annually" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-diverse-friends-with-arms-around_53876-146204.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-diverse-friends-with-arms-around_53876-146204.jpg"
|
||||
imageAlt="people team community collaboration group"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -85,20 +85,14 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Technical Workshops",
|
||||
description: "Learn cutting-edge technologies and programming languages from industry experts",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Technical Workshops", description: "Learn cutting-edge technologies and programming languages from industry experts", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Code, label: "Programming", value: "Monthly" },
|
||||
{ icon: Database, label: "Databases", value: "Quarterly" },
|
||||
{ icon: Cloud, label: "Cloud Tech", value: "Ongoing" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Networking Events",
|
||||
description: "Connect with like-minded professionals and expand your tech network",
|
||||
bentoComponent: "orbiting-icons",
|
||||
centerIcon: Users,
|
||||
title: "Networking Events", description: "Connect with like-minded professionals and expand your tech network", bentoComponent: "orbiting-icons", centerIcon: Users,
|
||||
items: [
|
||||
{ icon: Github, ring: 1 },
|
||||
{ icon: Linkedin, ring: 1 },
|
||||
@@ -107,11 +101,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Upcoming Events",
|
||||
description: "Participate in exciting hackathons and coding competitions with prizes",
|
||||
bentoComponent: "3d-task-list",
|
||||
title: "3d-task-list",
|
||||
items: [
|
||||
title: "Upcoming Events", description: "Participate in exciting hackathons and coding competitions with prizes", bentoComponent: "3d-task-list", items: [
|
||||
{ icon: Trophy, label: "Spring Hackathon", time: "March 2025" },
|
||||
{ icon: Zap, label: "Code Challenge", time: "April 2025" },
|
||||
{ icon: Star, label: "Summit 2025", time: "May 2025" }
|
||||
@@ -150,40 +140,20 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "David Kim",
|
||||
role: "Software Developer",
|
||||
testimonial: "Computer Club has been instrumental in my professional growth. The workshops and networking opportunities have connected me with amazing mentors.",
|
||||
icon: Code,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "portrait professional person headshot avatar"
|
||||
id: "1", name: "David Kim", role: "Software Developer", testimonial: "Computer Club has been instrumental in my professional growth. The workshops and networking opportunities have connected me with amazing mentors.", icon: Code,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "portrait professional person headshot avatar"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Lisa Wong",
|
||||
role: "Student",
|
||||
testimonial: "I joined not knowing much about coding. The supportive community and hands-on learning made all the difference in my journey.",
|
||||
icon: BookOpen,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "portrait professional person headshot avatar"
|
||||
id: "2", name: "Lisa Wong", role: "Student", testimonial: "I joined not knowing much about coding. The supportive community and hands-on learning made all the difference in my journey.", icon: BookOpen,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "portrait professional person headshot avatar"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Marcus Johnson",
|
||||
role: "Tech Lead",
|
||||
testimonial: "Fantastic organization! The hackathons provide real-world experience and the competitive spirit keeps everyone motivated.",
|
||||
icon: Trophy,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "portrait professional person headshot avatar"
|
||||
id: "3", name: "Marcus Johnson", role: "Tech Lead", testimonial: "Fantastic organization! The hackathons provide real-world experience and the competitive spirit keeps everyone motivated.", icon: Trophy,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "portrait professional person headshot avatar"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sophie Laurent",
|
||||
role: "UX Designer",
|
||||
testimonial: "The cross-disciplinary events at Computer Club helped me understand different perspectives in tech and expand my skill set.",
|
||||
icon: Palette,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
|
||||
imageAlt: "portrait professional person headshot avatar"
|
||||
id: "4", name: "Sophie Laurent", role: "UX Designer", testimonial: "The cross-disciplinary events at Computer Club helped me understand different perspectives in tech and expand my skill set.", icon: Palette,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "portrait professional person headshot avatar"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -209,24 +179,21 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Events", href: "/events" },
|
||||
{ label: "Workshops", href: "/#features" },
|
||||
{ label: "Hackathons", href: "/#features" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Team", href: "/#team" },
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "GitHub", href: "https://github.com" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" }
|
||||
|
||||
Reference in New Issue
Block a user