9 Commits

Author SHA1 Message Date
2d798c8f50 Update src/app/page.tsx 2026-03-01 17:26:20 +00:00
7bcd3096f0 Update src/app/page.tsx 2026-03-01 17:25:36 +00:00
c3a0c3327f Switch to version 8: modified src/app/page.tsx 2026-03-01 17:24:11 +00:00
30a783f84b Merge version_9 into main
Merge version_9 into main
2026-03-01 17:14:11 +00:00
3c567d98f6 Update src/app/page.tsx 2026-03-01 17:14:07 +00:00
94a36f1107 Merge version_9 into main
Merge version_9 into main
2026-03-01 17:13:27 +00:00
12070ae376 Update src/app/page.tsx 2026-03-01 17:13:22 +00:00
ca1d7ca0a6 Merge version_8 into main
Merge version_8 into main
2026-03-01 17:09:09 +00:00
1d35800e51 Merge version_8 into main
Merge version_8 into main
2026-03-01 17:08:19 +00:00

View File

@@ -50,8 +50,8 @@ export default function LandingPage() {
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
imageSrc="https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=1200&q=80&_wi=1" imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&q=80&_wi=1"
imageAlt="Computer workstation with development setup" imageAlt="Team collaborating on innovative tech projects"
mediaAnimation="slide-up" mediaAnimation="slide-up"
frameStyle="card" frameStyle="card"
/> />
@@ -68,7 +68,7 @@ export default function LandingPage() {
{ value: "200+", title: "Active Members" }, { value: "200+", title: "Active Members" },
{ value: "50+", title: "Projects Completed" } { value: "50+", title: "Projects Completed" }
]} ]}
imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&q=80&_wi=1" imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&q=80&_wi=2"
imageAlt="Team collaborating on coding project" imageAlt="Team collaborating on coding project"
mediaAnimation="slide-up" mediaAnimation="slide-up"
metricsAnimation="slide-up" metricsAnimation="slide-up"
@@ -87,19 +87,19 @@ export default function LandingPage() {
{ {
id: 1, id: 1,
title: "Weekly Coding Workshops", description: "Learn from industry professionals through hands-on workshops covering web development, mobile apps, data science, and more.", phoneOne: { title: "Weekly Coding Workshops", description: "Learn from industry professionals through hands-on workshops covering web development, mobile apps, data science, and more.", phoneOne: {
imageSrc: "https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=1200&q=80&_wi=2" imageSrc: "https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=1200&q=80&_wi=1"
}, },
phoneTwo: { phoneTwo: {
imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&q=80&_wi=2" imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&q=80&_wi=3"
} }
}, },
{ {
id: 2, id: 2,
title: "Hackathons & Competitions", description: "Compete with peers in exciting hackathons, coding challenges, and tech competitions. Win prizes and showcase your skills.", phoneOne: { title: "Hackathons & Competitions", description: "Compete with peers in exciting hackathons, coding challenges, and tech competitions. Win prizes and showcase your skills.", phoneOne: {
imageSrc: "https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=1200&q=80&_wi=3" imageSrc: "https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=1200&q=80&_wi=2"
}, },
phoneTwo: { phoneTwo: {
imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&q=80&_wi=3" imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&q=80&_wi=4"
} }
} }
]} ]}