File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,7 @@ export function LandingPage() {
40
40
{ /* Hero Section */ }
41
41
< div className = "flex flex-col items-center justify-center min-h-[80vh] text-center max-w-4xl mx-auto" >
42
42
< 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
48
44
</ p >
49
45
50
46
{ /* Call to Action Buttons */ }
@@ -55,7 +51,7 @@ export function LandingPage() {
55
51
size = "lg"
56
52
className = "hover:scale-105 transition-transform duration-300"
57
53
>
58
- Join Now →
54
+ Join Us →
59
55
</ Button >
60
56
< Button
61
57
to = "/login?auth-view=sign_in"
@@ -70,4 +66,4 @@ export function LandingPage() {
70
66
</ div >
71
67
</ div >
72
68
) ;
73
- }
69
+ }
You can’t perform that action at this time.
0 commit comments