diff --git a/components/Footer.tsx b/components/Footer.tsx index b37e4cdf..f4e66d8b 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -1,18 +1,120 @@ -const Footer = () => { +import { + Slack, + Facebook, + Instagram, + Github, + Mail, + ExternalLink, + Bug, +} from "lucide-react"; +import Link from "next/link"; +import Image from "next/image"; +import { useTheme } from "../lib/hooks/useTheme"; + +const footerLinks = [ + { name: "Slack", icon: , link: "https://onlinentnu.slack.com/" }, + { + name: "Facebook", + icon: , + link: "http://facebook.com/LinjeforeningenOnline", + }, + { + name: "Instagram", + icon: , + link: "https://www.instagram.com/online_ntnu/", + }, + { name: "Github", icon: , link: "https://github.com/appKom" }, +]; + +export default function Footer() { + const theme = useTheme(); + return ( -
-
- Skjedd en feil? Ta kontakt med{" "} - - Appkom - {" "} - :) +
+ ); -}; - -export default Footer; +} diff --git a/components/Navbar.tsx b/components/Navbar.tsx index bc2d6570..45b2181b 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -25,16 +25,14 @@ const Navbar = () => { const handleLogout = () => signOut(); const handleLogin = () => signIn("auth0"); - const isLinkActive = (uri: string) => router.pathname === uri; const smallOnlineLogoSrc = theme === "dark" ? "/Online_hvit_o.svg" : "/Online_bla_o.svg"; const onlineLogoSrc = theme === "dark" ? "/Online_hvit.svg" : "/Online_bla.svg"; - const bekkLogoSrc = theme === "dark" ? "/bekk_white.svg" : "/bekk_black.svg"; return (
-
@@ -115,14 +102,6 @@ const Navbar = () => { className="transition-all cursor-pointer hover:opacity-60" onClick={() => router.push("/")} /> - Bekk logo router.push("https://www.bekk.no/")} - />