diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index a34a171..317d57f 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -1,25 +1,16 @@ import { Link } from 'react-router-dom'; -import { GraduationCap, MapPin, Phone, Mail, Camera, Send, Globe, Play, ArrowRight } from 'lucide-react'; +import { GraduationCap, MapPin, Phone, Mail, ArrowRight } from 'lucide-react'; const quickLinks = [ { label: 'Home', path: '/' }, { label: 'Notes & PYQs', path: '/notes' }, - { label: 'Chatbot', path: '/ai-assistant' }, - { label: 'Campus Map', path: '/campus' }, + { label: 'RIT Chatbot', path: '/ai-assistant' }, + { label: '3D Campus Map', path: '/campus' }, { label: 'Bus Routes', path: '/bus-routes' }, { label: 'Faculty Directory', path: '/faculty' }, { label: 'Events', path: '/events' }, { label: 'Community', path: '/community' }, - { label: 'Dev Collab', path: '/collab' }, -]; - -const resources = [ - { label: 'Student Handbook', path: '#' }, - { label: 'Academic Calendar', path: '#' }, - { label: 'ERP Portal', path: '#' }, - { label: 'Library Portal', path: '#' }, - { label: 'Exam Results', path: '#' }, - { label: 'Fee Payment', path: '#' }, + { label: 'Dev Hub', path: '/collab' }, ]; export default function Footer() { @@ -49,7 +40,7 @@ export default function Footer() { {/* Main Footer */}
-
+
{/* Brand */}
@@ -65,68 +56,34 @@ export default function Footer() {

- Your all-in-one guide to campus life at RIT. Notes, chatbot, events, faculty, and more — made for freshers. + Your all-in-one guide to campus life at RIT. Notes, chatbot, bus routes, 3D campus map, and developer hub — built for students.

-
- {[Camera, Send, Globe, Play].map((Icon, i) => ( - - - - ))} -
{/* Quick Links */}

- Quick Links + Quick Navigation

-
    +
    {quickLinks.map((link) => ( -
  • - - - {link.label} - -
  • + + + {link.label} + ))} -
-
- - {/* Resources */} -
-

- Resources -

- +
{/* Contact */}

- Contact + Campus Location & Contact