@@ -286,31 +286,6 @@ export const Home: React.FC = () => {
286286 ref = { sectionRef }
287287 className = "sticky top-0 pb-12 min-h-screen flex flex-col items-center justify-center overflow-hidden px-4 sm:px-6 animate-gradient bg-gradient-to-br from-[#0f172a] via-[#1e293b] to-[#0f172a] bg-[length:400%_400%] z-[999]"
288288 >
289- { /* Desktop lines - top */ }
290- < motion . div
291- style = { { width : lineWidth } }
292- className = "absolute -right-44 top-[38.4vh] md:top-[37.5vh] mx-auto
293- h-[clamp(3px,0.6vw,8px)] bg-white
294- drop-shadow-[0_0_10px_rgba(255,255,255,1)] hidden lg:block z-[999]"
295- />
296- < motion . div
297- style = { { width : lineWidth } }
298- className = "absolute -left-44 top-[53.2vh] mx-auto
299- h-[clamp(3px,0.6vw,8px)] bg-white
300- drop-shadow-[0_0_10px_rgba(255,255,255,1)] hidden lg:block z-[999]"
301- />
302- < motion . div
303- style = { { width : lineWidth } }
304- className = "absolute -left-44 top-[38.4vh] md:top-[37.5vh] mx-auto
305- h-[clamp(3px,0.6vw,8px)] bg-white
306- drop-shadow-[0_0_10px_rgba(255,255,255,1)] hidden lg:block z-[999]"
307- />
308- < motion . div
309- style = { { width : lineWidth } }
310- className = "absolute -right-44 top-[53.2vh] mx-auto
311- h-[clamp(3px,0.6vw,8px)] bg-white
312- drop-shadow-[0_0_10px_rgba(255,255,255,1)] hidden lg:block z-[999]"
313- />
314289 { /* Hero Logo */ }
315290 < motion . img
316291 src = { logo }
0 commit comments