From 68ff692c20718427f5eac0813a4317509bbc196d Mon Sep 17 00:00:00 2001 From: Nikhil Kumar Date: Wed, 21 Jan 2026 20:31:20 +0530 Subject: [PATCH] Add consistent underline styling to footer headings --- frontend/src/components/Footer.jsx | 222 +++++++++++++++-------------- 1 file changed, 118 insertions(+), 104 deletions(-) diff --git a/frontend/src/components/Footer.jsx b/frontend/src/components/Footer.jsx index 89026e6..28558ca 100644 --- a/frontend/src/components/Footer.jsx +++ b/frontend/src/components/Footer.jsx @@ -61,55 +61,62 @@ const Footer = () => { aria-label="Footer navigation" > {/* Company Info */} -
-

- Smart - RentSystem -

-

- {descriptionText} -

-
- - - - - - - - - - - - -
-
+ {/* Company Info */} +
+

+ Smart + RentSystem +

+ +

+ {descriptionText} +

+ +
+ + + + + + + + + + + + + + + +
+
+ {/* Quick Links */}
@@ -161,61 +168,68 @@ const Footer = () => {
{/* Support */} -
-

{supportText}

- -
+
+

+ {supportText} +

+ + +
{/* Contact */}