9 Commits

Author SHA1 Message Date
fd0a173cd4 Merge version_12 into main
Merge version_12 into main
2026-03-01 17:42:15 +00:00
05d1cac8bf Update src/app/page.tsx 2026-03-01 17:42:11 +00:00
6bd4e66980 Update src/app/layout.tsx 2026-03-01 17:42:10 +00:00
49cee28aa8 Merge version_11 into main
Merge version_11 into main
2026-03-01 17:35:58 +00:00
4e41f55439 Update src/app/layout.tsx 2026-03-01 17:35:53 +00:00
351711705e Switch to version 8: modified src/app/page.tsx 2026-03-01 17:34:34 +00:00
463fbeb56a Switch to version 9: modified src/app/page.tsx 2026-03-01 17:34:24 +00:00
c0455e96ab Merge version_10 into main
Merge version_10 into main
2026-03-01 17:26:24 +00:00
422d66b83c Merge version_10 into main
Merge version_10 into main
2026-03-01 17:25:40 +00:00
2 changed files with 8 additions and 10 deletions

View File

@@ -27,9 +27,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${ibmPlexSans.variable} antialiased`}
>
<body className={`${ibmPlexSans.variable} antialiased`}>
<Tag />
{children}

View File

@@ -50,8 +50,8 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&q=80&_wi=1"
imageAlt="Team collaborating on innovative tech projects"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/uploaded-1772386907824-cil43xnf.jpg"
imageAlt="Computer workstation with development setup"
mediaAnimation="slide-up"
frameStyle="card"
/>
@@ -68,7 +68,7 @@ export default function LandingPage() {
{ value: "200+", title: "Active Members" },
{ value: "50+", title: "Projects Completed" }
]}
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=1"
imageAlt="Team collaborating on coding project"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -87,19 +87,19 @@ export default function LandingPage() {
{
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: {
imageSrc: "https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=1200&q=80&_wi=1"
imageSrc: "https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=1200&q=80&_wi=2"
},
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=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: {
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=3"
},
phoneTwo: {
imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&q=80&_wi=4"
imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&q=80&_wi=3"
}
}
]}