Update page.tsx

This commit is contained in:
Damien Ostler 2024-05-26 21:12:39 -04:00
parent 21307711e6
commit f53ea97c3e

View File

@ -109,7 +109,7 @@ function PageComponent() {
</section> </section>
</div> </div>
<div className="absolute w-full h-full overflow-hidden z-0 animate-fade-left animate-once animate-duration-[5000ms] animate-ease-out"> <div className="absolute w-full h-full overflow-hidden z-0 animate-fade-left animate-fade-left animate-once animate-duration-[2000ms] animate-normal animate-fill-forwards">
<img <img
src="gallery_girl.png" src="gallery_girl.png"
className="float-right object-cover h-screen w-3/6 opacity-50" className="float-right object-cover h-screen w-3/6 opacity-50"