Update src/app/page.tsx

This commit is contained in:
2026-02-27 14:15:30 +00:00
parent b757c0a3d2
commit e001562656

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="blur-reveal" tagAnimation="entrance-slide"
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>
); );
} }