From 6ac01c5e7956a28fcf171fd19f26f625f85d3ba9 Mon Sep 17 00:00:00 2001 From: Lukas Thrane <76877975+Windove@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:59:31 +0100 Subject: [PATCH] feat(frontend): :sparkles: Add footer styling and content (#57) --- frontend/src/components/Footer.tsx | 67 +++++++++++++++++++++++++++++- frontend/src/components/Navbar.tsx | 2 +- 2 files changed, 66 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index fa572fd..18d7efc 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -1,7 +1,70 @@ +import Image from "next/image"; + export default function Footer() { return ( -