Skip to content

Commit

Permalink
refactor(aos): About Us 페이지 AOS delay 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
son-daehyeon committed Sep 19, 2024
1 parent 317bb17 commit 05e0291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/about-us/we/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const AboutUsWePage = () => {
data-aos="fade-left"
data-aos-easing="ease-out"
data-aos-duration="1000"
data-aos-delay="1000"
data-aos-delay="300"
>
<div className="flex justify-center pb-4">
<Image src={AboutUsImage2} alt="thumbnail" width={300} className="rounded-3xl" />
Expand Down

0 comments on commit 05e0291

Please sign in to comment.