Skip to content

Commit

Permalink
[AMB-295] style: update landing page assets (#72)
Browse files Browse the repository at this point in the history
* style: update landing page assets

* style: adjust scale
  • Loading branch information
secondl1ght authored Sep 19, 2024
1 parent 2ff0886 commit aaa442c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified public/images/landing/6.webp
Binary file not shown.
Binary file modified public/images/landing/7.webp
Binary file not shown.
Binary file modified public/images/landing/8.webp
Binary file not shown.
Binary file modified public/images/landing/9.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export default function Page() {
<Image
src={six}
alt="phone-pay"
className="scale-150 transition-transform duration-500 hover:scale-[200%]"
className="scale-125 transition-transform duration-500 hover:scale-150"
/>
</div>
}
Expand Down

0 comments on commit aaa442c

Please sign in to comment.