diff --git a/src/app/(home)/page.tsx b/src/app/(home)/page.tsx
index a11d102a..a47e8463 100644
--- a/src/app/(home)/page.tsx
+++ b/src/app/(home)/page.tsx
@@ -1,3 +1,4 @@
+import Button from '@/components/Button';
import Duck from '@/components/Duck';
import FancyRectangle from '@/components/FancyRectangle';
import ImageCarousel from '@/components/ImageCarousel';
@@ -5,6 +6,7 @@ import Title from '@/components/Title';
import { CAROUSEL_IMAGES } from '@/data/home';
import { SPONSOR_TYPES, getSponsors } from '@/data/sponsors';
import Image from 'next/image';
+import Link from 'next/link';
import { Fragment } from 'react';
export default function HomePage() {
@@ -189,7 +191,7 @@ export default function HomePage() {
Supported By
-
+
Industry's
@@ -205,10 +207,10 @@ export default function HomePage() {
if (sponsors.length === 0) return;
return (
-