From 242d4c24b12b65306cf57bc60e3e6568ce9583f6 Mon Sep 17 00:00:00 2001 From: Vidhi-Ajmera Date: Tue, 12 Aug 2025 15:21:03 +0530 Subject: [PATCH 1/2] footer section improvement --- src/components/Footer.tsx | 129 ++++++++++++++++++++++++++++++++------ 1 file changed, 109 insertions(+), 20 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 878366f..b241968 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,34 +1,123 @@ -import { FaGithub } from 'react-icons/fa'; -import { Link } from 'react-router-dom'; +import React from 'react'; +import { Github, Mail, Info } from 'lucide-react'; function Footer() { return ( - ); } From 062c5023bacf05a15d8af5946a03fa28929f894e Mon Sep 17 00:00:00 2001 From: Vidhi-Ajmera Date: Tue, 12 Aug 2025 15:58:28 +0530 Subject: [PATCH 2/2] changes in padding and margin --- src/components/Footer.tsx | 72 +++++++++------------------------------ 1 file changed, 16 insertions(+), 56 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index b241968..aa6c42a 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -4,26 +4,23 @@ import { Github, Mail, Info } from 'lucide-react'; function Footer() { return (