diff --git a/components/landing-page/footer.tsx b/components/landing-page/footer.tsx index 793f244..13f1b0c 100644 --- a/components/landing-page/footer.tsx +++ b/components/landing-page/footer.tsx @@ -1,4 +1,5 @@ import Image from "next/image"; +import Link from "next/link"; export default function Footer() { return ( @@ -13,72 +14,50 @@ export default function Footer() { className="ml-4" /> -
-
- - + +
+ + + + + + + +
+ + +
+ - - - - -
-
- - - -
-
- - - -
-
- - - -
+ +
+
@@ -130,10 +109,14 @@ export default function Footer() {

CONTACT