Update page.tsx

This commit is contained in:
Damien Ostler 2024-05-27 23:26:41 -04:00
parent e82305954e
commit 54a771b47f

View File

@ -83,7 +83,7 @@ function PageComponent() {
<div className="fixed w-full h-full overflow-hidden z-0 animate-fade-left animate-fade-left animate-once animate-duration-[2000ms] animate-normal animate-fill-forwards"> <div className="fixed 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-6/6 md:w-5/6 lg:w-3/6 opacity-50 overflow-hidden" className="float-right object-cover h-screen w-full lg:w-5/6 xl:w-3/6 opacity-50 overflow-hidden"
alt="Background" alt="Background"
/> />
</div> </div>