@@ -133,7 +133,7 @@ export default function Landing() {
133133 < Motion . div initial = { { opacity : 0 , y : 30 } }
134134 animate = { { opacity : 1 , y : 0 } }
135135 transition = { { duration : 0.8 , delay : 0.3 } }
136- className = "mt-20 grid grid-cols-3 gap-8 max-w-2xl mx-auto"
136+ className = "mt-16 grid grid-cols-3 gap-8 max-w-2xl mx-auto"
137137 >
138138 { stats . map ( ( stat , index ) => (
139139 < div key = { index } className = "text-center" >
@@ -149,12 +149,12 @@ export default function Landing() {
149149 </ section >
150150
151151 { /* Features Section */ }
152- < section className = "py-32 px-6 bg-[#0a0a0a]" >
152+ < section className = "py-20 px-6 bg-[#0a0a0a]" >
153153 < div className = "max-w-7xl mx-auto" >
154154 < Motion . div initial = { { opacity : 0 , y : 20 } }
155155 whileInView = { { opacity : 1 , y : 0 } }
156156 viewport = { { once : true } }
157- className = "text-center mb-20 "
157+ className = "text-center mb-12 "
158158 >
159159 < h2 className = "text-4xl md:text-5xl font-heading font-bold text-white mb-6" >
160160 Powerful Features
@@ -205,7 +205,7 @@ export default function Landing() {
205205 </ section >
206206
207207 { /* How It Works */ }
208- < section className = "py-32 px-6 bg-black" >
208+ < section className = "py-20 px-6 bg-black" >
209209 < div className = "max-w-7xl mx-auto" >
210210 < Motion . div initial = { { opacity : 0 , y : 20 } }
211211 whileInView = { { opacity : 1 , y : 0 } }
@@ -272,7 +272,7 @@ export default function Landing() {
272272 </ section >
273273
274274 { /* Benefits Section */ }
275- < section className = "py-32 px-6 bg-[#0a0a0a]" >
275+ < section className = "py-20 px-6 bg-[#0a0a0a]" >
276276 < div className = "max-w-7xl mx-auto" >
277277 < div className = "grid grid-cols-1 lg:grid-cols-2 gap-16 items-center" >
278278 < Motion . div initial = { { opacity : 0 , x : - 30 } }
@@ -385,7 +385,7 @@ export default function Landing() {
385385 </ section >
386386
387387 { /* CTA Section */ }
388- < section className = "py-32 px-6 bg-[#0a0a0a]" >
388+ < section className = "py-20 px-6 bg-[#0a0a0a]" >
389389 < Motion . div initial = { { opacity : 0 , y : 20 } }
390390 whileInView = { { opacity : 1 , y : 0 } }
391391 viewport = { { once : true } }
0 commit comments