From bd54f01ac161b4cc7fdc964c77a1c74555438df9 Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Tue, 22 Jul 2025 18:08:59 +0530 Subject: [PATCH] fix(web): footer overflow --- .../web/src/app/(home)/_components/footer.tsx | 72 ++++++++----------- apps/web/src/app/(home)/page.tsx | 41 ++++++----- 2 files changed, 55 insertions(+), 58 deletions(-) diff --git a/apps/web/src/app/(home)/_components/footer.tsx b/apps/web/src/app/(home)/_components/footer.tsx index 550dd3e..e00a776 100644 --- a/apps/web/src/app/(home)/_components/footer.tsx +++ b/apps/web/src/app/(home)/_components/footer.tsx @@ -3,37 +3,36 @@ import Link from "next/link"; const Footer = () => { return ( -