From dc50c1ccaefced644e6a9fd1ab86db613005e19f Mon Sep 17 00:00:00 2001 From: Satyam <95536056+Satyam-Rastogi@users.noreply.github.com> Date: Sun, 1 Feb 2026 19:47:02 +0530 Subject: [PATCH] feat: added landing page footer with contact info and credits --- src/pages/Landing.jsx | 68 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) diff --git a/src/pages/Landing.jsx b/src/pages/Landing.jsx index c10a37e..dd2409f 100644 --- a/src/pages/Landing.jsx +++ b/src/pages/Landing.jsx @@ -1,7 +1,7 @@ import React, { useEffect, useRef } from 'react'; import Chatbot from '../components/Chatbot'; import { useAuth } from '../context/AuthContext'; -import { ArrowRight, CheckCircle2, Home, Star, ShieldCheck, Clock, Award, TrendingDown, Users } from 'lucide-react'; +import { ArrowRight, CheckCircle2, Home, Star, ShieldCheck, Clock, Award, TrendingDown, Users, MapPin, Phone, Mail } from 'lucide-react'; import { Link } from 'react-router-dom'; import { SpotlightCard } from '../components/SpotlightCard'; @@ -303,6 +303,72 @@ const Landing = () => { + {/* FOOTER */} + + );