Update src/app/page.tsx

This commit is contained in:
2026-03-04 15:40:32 +00:00
parent 941738ebc5
commit 39cfee1be2

View File

@@ -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" }