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 */} + + );