remove corner animated image

This commit is contained in:
Triston Armstrong 2024-01-13 23:26:13 -06:00
parent f69a813be7
commit 59e3783cbd

View File

@ -16,8 +16,6 @@ interface LandingProps {
export default function Landing({ jobs, skills, projects }: LandingProps): React.JSX.Element { export default function Landing({ jobs, skills, projects }: LandingProps): React.JSX.Element {
return ( return (
<div> <div>
<Image src={'https://i.giphy.com/TBCVggEb9DzSHTUI19.webp'} alt={'peng'} width={220} height={220} style={{ position: 'fixed', bottom: 0, left: 0 }} />
<article className='flex-row align-baseline'> <article className='flex-row align-baseline'>
<p>👷 This site is under construction 🚧 🏗 🚧</p> <p>👷 This site is under construction 🚧 🏗 🚧</p>
</article> </article>