Update src/app/page.tsx

This commit is contained in:
2026-02-27 14:13:34 +00:00
parent 18f1a94d94
commit b2de0bf5a3

View File

@@ -242,7 +242,7 @@ export default function ComputerClubPage() {
title="Stay Connected" title="Stay Connected"
description="Get exclusive updates about events, workshops, and opportunities. Join our community of passionate tech enthusiasts." description="Get exclusive updates about events, workshops, and opportunities. Join our community of passionate tech enthusiasts."
tagIcon={Mail} tagIcon={Mail}
tagAnimation="reveal-blur" tagAnimation="blur-reveal"
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/team-developers-doing-brainstorming-optimizing-code_482257-112972.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/team-developers-doing-brainstorming-optimizing-code_482257-112972.jpg?_wi=2"
imageAlt="Join the Computer Club" imageAlt="Join the Computer Club"
@@ -292,4 +292,4 @@ export default function ComputerClubPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }