diff --git a/main-website/app/page.tsx b/main-website/app/page.tsx
index 178034c..dcd2ebe 100644
--- a/main-website/app/page.tsx
+++ b/main-website/app/page.tsx
@@ -1,7 +1,6 @@
'use client'
import {demoCategories} from './data/demos'
-import Image from 'next/image'
import Link from 'next/link'
import {motion} from 'framer-motion'
@@ -23,14 +22,31 @@ export default function Home() {
animate={{opacity: 1, y: 0}}
transition={{duration: 0.4}}
>
-