Update right_hand_layout_image.tsx

This commit is contained in:
Damien Ostler 2024-06-02 07:51:11 -04:00
parent 58d384a3fc
commit 78a25ab398

View File

@ -5,7 +5,7 @@ const RightHandLayoutImage: React.FC = () => {
return (
<div className="fixed w-full h-full overflow-hidden z-0 animate-fade-left animate-once animate-duration-[2000ms] animate-normal animate-fill-forwards">
<img
src="gallery_girl.png"
src="./gallery_girl.png"
className="float-right object-cover h-screen w-full lg:w-5/6 xl:w-3/6 opacity-50 overflow-hidden"
alt="Background"
/>