From aa250894faf89d219d903672cc30b965dbf7adee Mon Sep 17 00:00:00 2001 From: Grenish rai <107925840+Grenish@users.noreply.github.com> Date: Sun, 10 Aug 2025 15:26:34 +0530 Subject: [PATCH 1/8] Refactor footer component for improved structure and styling --- src/components/footer.tsx | 46 +++++++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 19 deletions(-) diff --git a/src/components/footer.tsx b/src/components/footer.tsx index b49e730..8758df4 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -1,41 +1,49 @@ import { ExternalLink, Github, Heart } from "lucide-react"; export function Footer() { + const year = new Date().getFullYear(); + return ( -