diff --git a/components/Breadcrumb.tsx b/components/Breadcrumb.tsx
index b939401..4009265 100644
--- a/components/Breadcrumb.tsx
+++ b/components/Breadcrumb.tsx
@@ -1,41 +1,61 @@
-import Link from 'next/link'
+import type { ParsedUrlQuery } from 'querystring'
-import { ParsedUrlQuery } from 'querystring'
+import Link from 'next/link'
+import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
+
+const HomeCrumb = () => {
+ return (
+
+
+