From 0f7c302d8f6d17ace7662c2b07dfb3a9ad7f7761 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 16:15:18 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 76 +++++++++++++++++++++++-------------------- 1 file changed, 41 insertions(+), 35 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 046c996..d0dac40 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -23,45 +23,51 @@ export default function BlogPage() { secondaryButtonStyle="radial-glow" headingFontWeight="semibold" > - +
- {isLoading ? ( -
-

Loading posts...

-
- ) : ( - - )} +
+ {isLoading ? ( +
+

Loading posts...

+
+ ) : ( + + )} +
- {} }, { label: "GitHub", href: "https://github.com/yourclub", onClick: () => {} }] }, - ]} - logoText="CodeWave" - /> + ); } -- 2.49.1 From ad64f22c2e3099d859ef22b39acd0621b97569e4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 16:15:19 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a3a7df..c680999 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { ]} tag="Unleash Your Inner Coder" tagIcon={Sparkles} - mediaAnimation="reveal-blur" + mediaAnimation="blur-reveal" /> @@ -75,7 +75,7 @@ export default function LandingPage() { imageAlt="Students collaborating on a programming project" textboxLayout="default" useInvertedBackground={false} - mediaAnimation="reveal-blur" + mediaAnimation="blur-reveal" /> @@ -86,13 +86,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Interactive Coding Workshops", description: "Master new programming languages, frameworks, and tools with our expert-led, hands-on sessions. Perfect for all skill levels!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SgGlSmvaVv2SYOkECykbr8Q49/a-dynamic-image-of-a-coding-workshop-in--1771776666086-db46facb.png?_wi=1", imageAlt: "People coding in a workshop"}, + title: "Interactive Coding Workshops", description: "Master new programming languages, frameworks, and tools with our expert-led, hands-on sessions. Perfect for all skill levels!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SgGlSmvaVv2SYOkECykbr8Q49/a-dynamic-image-of-a-coding-workshop-in--1771776666086-db46facb.png", imageAlt: "People coding in a workshop"}, { id: 2, title: "Annual Hackathon Challenges", description: "Team up, ideate, and build innovative solutions against the clock. Showcase your creativity and problem-solving skills to win exciting prizes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SgGlSmvaVv2SYOkECykbr8Q49/an-intense-hackathon-scene-with-young-di-1771776666466-d676a270.png", imageAlt: "Students participating in a hackathon"}, { id: 3, - title: "Tech Talk & Guest Speaker Series", description: "Gain insights from industry professionals, academics, and successful alumni. Stay updated on the latest trends and career opportunities in tech.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SgGlSmvaVv2SYOkECykbr8Q49/a-dynamic-image-of-a-coding-workshop-in--1771776666086-db46facb.png?_wi=2", imageAlt: "A speaker giving a presentation at a tech event"}, + title: "Tech Talk & Guest Speaker Series", description: "Gain insights from industry professionals, academics, and successful alumni. Stay updated on the latest trends and career opportunities in tech.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SgGlSmvaVv2SYOkECykbr8Q49/a-dynamic-image-of-a-coding-workshop-in--1771776666086-db46facb.png", imageAlt: "A speaker giving a presentation at a tech event"}, { id: 4, title: "Casual Gaming & Social Nights", description: "Unwind and connect with fellow club members during our regular gaming sessions. From competitive esports to casual co-op, there's fun for everyone.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SgGlSmvaVv2SYOkECykbr8Q49/a-lively-computer-club-game-night-studen-1771776667885-8112597c.png", imageAlt: "People playing video games at a computer club"}, @@ -146,7 +146,7 @@ export default function LandingPage() { { id: "3", title: "What kind of activities does the club offer?", content: "We host a variety of activities including coding workshops, hackathons, tech talks from industry experts, collaborative projects, competitive gaming nights, and social events. Check our 'Activities' section for more details!" }, { id: "4", title: "When and where do you meet?", content: "Our general meetings are held weekly in the Computer Lab (Room 101). Specific workshop and event schedules are announced on our Discord server and website calendar. Make sure to subscribe to our newsletter!" }, ]} - faqsAnimation="reveal-blur" + faqsAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} /> -- 2.49.1 From eb2d3fd2d6972825d83b6fee7e53737630faaaca Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 16:15:20 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index feeb7b3..635258d 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -81,8 +81,8 @@ function ProductPageContent({ params }: ProductPageProps) { const footerProps = { logoText: "CodeWave", columns: [ - { items: [{ label: "About Us", href: "about" }, { label: "Our Team", href: "team" }, { label: "Activities", href: "activities" }] }, - { items: [{ label: "FAQ", href: "faq" }, { label: "Join Now", href: "faq" }] }, + { items: [{ label: "About Us", href: "/#about" }, { label: "Our Team", href: "/#team" }, { label: "Activities", href: "/#activities" }] }, + { items: [{ label: "FAQ", href: "/#faq" }, { label: "Join Now", href: "/#faq" }] }, { items: [{ label: "Discord", href: "https://discord.gg/yourclub" }, { label: "GitHub", href: "https://github.com/yourclub" }] }, ], }; @@ -102,7 +102,7 @@ function ProductPageContent({ params }: ProductPageProps) { headingFontWeight="semibold" > -