Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f99d28e

Browse files
committedJan 15, 2025·
change landing page copy
1 parent 44b2f22 commit f99d28e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed
 

‎src/components/LandingPage.tsx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ export function LandingPage() {
4040
{/* Hero Section */}
4141
<div className="flex flex-col items-center justify-center min-h-[80vh] text-center max-w-4xl mx-auto">
4242
<p className="text-lg md:text-xl text-gray-600 dark:text-gray-300 leading-relaxed mb-12 font-mono">
43-
A dedicated space for developers and other tech workers in our community to connect with each other.
44-
</p>
45-
46-
<p className="text-lg md:text-xl text-gray-600 dark:text-gray-300 leading-relaxed mb-12 font-mono">
47-
Discover the talent in our community.
43+
A digital community for passionate software developers
4844
</p>
4945

5046
{/* Call to Action Buttons */}
@@ -55,7 +51,7 @@ export function LandingPage() {
5551
size="lg"
5652
className="hover:scale-105 transition-transform duration-300"
5753
>
58-
Join Now
54+
Join Us
5955
</Button>
6056
<Button
6157
to="/login?auth-view=sign_in"
@@ -70,4 +66,4 @@ export function LandingPage() {
7066
</div>
7167
</div>
7268
);
73-
}
69+
}

0 commit comments

Comments
 (0)
Please sign in to comment.