feat: add rise effect to StackCard in AboutSection for enhanced visual dynamics

This commit is contained in:
jinhojang6
2026-06-16 11:56:58 +09:00
committed by Jinho Jang
parent 8da3fe77f0
commit d1daaf4d66
@@ -71,6 +71,7 @@ export default async function AboutSection({ locale }: { locale: string }) {
return (
<StackCard
id="about"
rise={180}
className="relative z-[2] mt-[96px] rounded-t-[40px] bg-brand-dark-green text-brand-off-white lg:mt-[48px] lg:rounded-t-[100px]"
>
<div className="mx-auto max-w-[1440px] px-6 pt-[88px] pb-[200px] lg:px-[130px] lg:pt-[112px] lg:pb-[291px]">