@@ -123,7 +123,7 @@ export default function LockItTradePage() {
123123 width = { 500 }
124124 height = { 300 }
125125 loading = "lazy"
126- className = "object-cover w-full h-full transition-transform duration-500 group-hover:scale-105"
126+ className = "object-cover w-full h-full rounded-2xl transition-transform duration-500 group-hover:scale-105"
127127 />
128128 </ div >
129129 </ div >
@@ -143,7 +143,7 @@ export default function LockItTradePage() {
143143 width = { 500 }
144144 height = { 300 }
145145 loading = "lazy"
146- className = "object-cover w-full h-full transition-transform duration-500 group-hover:scale-105"
146+ className = "object-cover w-full h-full rounded-2xl transition-transform duration-500 group-hover:scale-105"
147147 />
148148 </ div >
149149 </ div >
@@ -163,7 +163,7 @@ export default function LockItTradePage() {
163163 width = { 500 }
164164 height = { 300 }
165165 loading = "lazy"
166- className = "object-cover w-full h-full transition-transform duration-500 group-hover:scale-105"
166+ className = "object-cover w-full h-full rounded-2xl transition-transform duration-500 group-hover:scale-105"
167167 />
168168 </ div >
169169 </ div >
@@ -293,7 +293,7 @@ export default function LockItTradePage() {
293293 alt = { feature . title }
294294 width = { 700 }
295295 height = { 700 }
296- className = "object-contain opacity-50 group-hover:opacity-70 transition-all duration-500 grayscale group-hover:grayscale-0 group-hover:scale-110"
296+ className = "object-contain opacity-50 group-hover:opacity-70 transition-all duration-500 grayscale group-hover:grayscale-0 group-hover:scale-110 rounded-2xl "
297297 />
298298 </ div >
299299
@@ -533,35 +533,35 @@ export default function LockItTradePage() {
533533 src = { withBasePath ( "/LockItTradeSS.png" ) }
534534 alt = "Lock It Trade Platform"
535535 fill
536- className = "object-cover"
536+ className = "object-cover rounded-[2.5rem] "
537537 />
538538 < div className = "absolute top-0 left-1/2 -translate-x-1/2 w-32 sm:w-40 h-6 sm:h-7 bg-black/40 rounded-b-3xl z-30" > </ div >
539539 </ div >
540540
541541 < motion . div
542- animate = { { y : [ 0 , - 15 , 0 ] , x : [ 0 , 8 , 0 ] , rotate : [ 0 , 8 , 0 ] } }
542+ animate = { { y : [ 0 , - 20 , 0 ] , x : [ 0 , 10 , 0 ] , rotate : [ 0 , 12 , 0 ] } }
543543 transition = { { duration : 5 , repeat : Infinity , ease : "easeInOut" } }
544- className = "absolute top-28 -left-4 sm:top-20 sm:-left-16 z-30 drop-shadow-2xl filter brightness-110"
544+ className = "absolute top-12 -left-12 sm:top-8 sm:-left-24 z-30 drop-shadow-[0_20px_40px_rgba(0,0,0,0.5)] filter brightness-110"
545545 >
546546 < Image
547547 src = { withBasePath ( "/images/LockITTradeLogoNoBg.png" ) }
548548 alt = "Logo"
549- width = { 64 }
550- height = { 64 }
551- className = "object-contain rounded-[1rem ] sm:w-[80px ] sm:h-[80px ]"
549+ width = { 96 }
550+ height = { 96 }
551+ className = "object-contain rounded-[1.5rem ] sm:w-[120px ] sm:h-[120px ]"
552552 />
553553 </ motion . div >
554554 < motion . div
555- animate = { { y : [ 0 , - 12 , 0 ] , x : [ 0 , - 6 , 0 ] , rotate : [ 0 , - 8 , 0 ] } }
555+ animate = { { y : [ 0 , - 15 , 0 ] , x : [ 0 , - 8 , 0 ] , rotate : [ 0 , - 12 , 0 ] } }
556556 transition = { { duration : 6 , repeat : Infinity , ease : "easeInOut" , delay : 1 } }
557- className = "absolute bottom-12 -right-2 sm:-right-4 z-30 drop-shadow-2xl filter brightness-110"
557+ className = "absolute - bottom-4 -right-8 sm:-bottom-10 sm:- right-24 z-30 drop-shadow-[0_20px_40px_rgba(0,0,0,0.5)] filter brightness-110"
558558 >
559559 < Image
560560 src = { withBasePath ( "/images/LockITTradeLogoNoBg.png" ) }
561561 alt = "Logo"
562- width = { 56 }
563- height = { 56 }
564- className = "object-contain rounded-[0.75rem ] sm:w-[72px ] sm:h-[72px ]"
562+ width = { 80 }
563+ height = { 80 }
564+ className = "object-contain rounded-[1.25rem ] sm:w-[100px ] sm:h-[100px ]"
565565 />
566566 </ motion . div >
567567 </ motion . div >
0 commit comments