diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 2d1bcd4..c0c36ee 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -1,11 +1,17 @@ import Link from 'next/link' +import Image from 'next/image' const Navbar = () => { return (