Update page.tsx

This commit is contained in:
Damien Ostler 2024-05-26 21:12:09 -04:00
parent 867af6ac1d
commit 7780a3a0d1

View File

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