From 575df35155091e0b3456fbdecec0675b02aa10a2 Mon Sep 17 00:00:00 2001 From: Sumanth U <157620444+Sumanth077s@users.noreply.github.com> Date: Fri, 18 Oct 2024 12:20:53 +0530 Subject: [PATCH] Updated Footer.tsx --- apps/web/components/Footer.tsx | 72 +++++++++++----------------------- 1 file changed, 23 insertions(+), 49 deletions(-) diff --git a/apps/web/components/Footer.tsx b/apps/web/components/Footer.tsx index 5cd93f4..ceb0e67 100644 --- a/apps/web/components/Footer.tsx +++ b/apps/web/components/Footer.tsx @@ -4,65 +4,39 @@ import Link from "next/link"; import { Montserrat } from "next/font/google"; import LinkedInButton from "./ui/TailwindButton"; - - const alata = Montserrat({ weight: "800", subsets: ["latin"], display: "swap", }); + function Footer() { return (
-
-