From 217453396f8f19dd9e9291c039c4a4cb4a668abf Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 26 Sep 2022 20:31:01 +0100 Subject: [PATCH] ADD --- components/Footer.js | 69 +++++++++++++++++++++++++++++---- components/SocialMediaLinks.js | 9 +++++ components/navbar.js | 5 ++- public/Vector-1.png | Bin 0 -> 2124 bytes public/Vector-2.png | Bin 0 -> 603 bytes public/Vector-3.png | Bin 0 -> 2350 bytes public/Vector.png | Bin 0 -> 1486 bytes 7 files changed, 74 insertions(+), 9 deletions(-) create mode 100644 components/SocialMediaLinks.js create mode 100644 public/Vector-1.png create mode 100644 public/Vector-2.png create mode 100644 public/Vector-3.png create mode 100644 public/Vector.png diff --git a/components/Footer.js b/components/Footer.js index f3c6a9e..88a6d4c 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -1,15 +1,70 @@ import Image from "next/image"; +import Link from "next/link"; const Footer = () => { return ( -