diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index 9319c5f..1fd2155 100644 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -1,29 +1,41 @@ import React from 'react'; -import { Link } from 'react-router-dom'; // Assuming you're using React Router for navigation -import { Globe } from 'lucide-react'; // Optional: Add any icons you want +import { Link } from 'react-router-dom'; +import { Globe } from 'lucide-react'; const Navbar = () => { return ( -