diff --git a/pages/index.tsx b/pages/index.tsx index d4e7b66..5591cf1 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -4,7 +4,6 @@ import ListItem, { type ListItemProps } from '../components/ListItem' import { UsefulLinksList } from '../components/UsefulLinks/index' import { SocialLinksList } from '../components/SocialLinks/SocialLinks' import type { GetStaticProps } from 'next' -import Image from 'next/image' import AlienHeader from 'components/AlienHeader' interface LandingProps { @@ -48,7 +47,7 @@ export default function Landing({ jobs, skills, projects }: LandingProps): React

🤹 Skills

- {skills.map(skill => )} + {skills.map(skill => )}
@@ -100,51 +99,51 @@ export function getStaticProps(): ReturnType