File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -92,14 +92,14 @@ export default function LandingPage() {
92
92
{ /* Main Content */ }
93
93
< main className = "flex-1" >
94
94
{ /* Hero Section */ }
95
- < section className = "w-full min-h-[calc(100vh-3.5rem)] py-12 md:py-24 lg:py-32 relative overflow-hidden bg-background" >
95
+ < section className = "w-full py-12 md:py-24 lg:py-32 relative overflow-hidden bg-background" >
96
96
{ /* <NetworkBackground /> */ }
97
97
< div className = "container mx-auto px-4 md:px-6 relative z-10 flex flex-col items-center justify-center h-full text-center" >
98
98
< h1 className = "text-3xl font-bold tracking-tighter sm:text-4xl md:text-5xl lg:text-7xl/none" >
99
99
< div className = "relative font-medium text-[3rem] sm:text-[4rem] md:text-[5rem] leading-none text-foreground" >
100
100
< span className = "relative inline-block" >
101
101
LeetCodeJournal
102
- < Star
102
+ { /* <Star
103
103
style={{
104
104
top: "-30px",
105
105
left: "10%",
@@ -147,7 +147,7 @@ export default function LandingPage() {
147
147
color: "text-foreground",
148
148
animationDelay: "1.2s",
149
149
}}
150
- />
150
+ /> */ }
151
151
</ span >
152
152
</ div >
153
153
< p > </ p >
@@ -162,9 +162,6 @@ export default function LandingPage() {
162
162
transition = { { duration : 1 , delay : 0.5 } }
163
163
className = "text-2xl sm:text-3xl md:text-4xl lg:text-6xl/none relative"
164
164
>
165
- < span className = "bg-gradient-to-b from-transparent via-foreground to-foreground bg-clip-text text-transparent" >
166
- & Master LeetCode
167
- </ span >
168
165
< div className = "absolute inset-0 bg-gradient-to-b from-background via-transparent to-transparent" />
169
166
</ motion . div >
170
167
</ h1 >
Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ export default function Footer() {
41
41
< SocialLinks />
42
42
</ div >
43
43
</ div >
44
- </ div >
45
- < div className = "flex flex-col md:flex-row justify-start items-center border-t border-border" >
46
44
< p className = "text-sm text-muted-foreground mb-4 md:mb-0" >
47
45
© 2025 LeetCode Journal. All rights reserved.
48
46
</ p >
You can’t perform that action at this time.
0 commit comments