diff --git a/public/gallery/bettereagle_chip.png b/public/gallery/bettereagle_chip.png new file mode 100644 index 0000000..b7f2e46 Binary files /dev/null and b/public/gallery/bettereagle_chip.png differ diff --git a/public/gallery/mrbenword.png b/public/gallery/mrbenword.png new file mode 100644 index 0000000..400645d Binary files /dev/null and b/public/gallery/mrbenword.png differ diff --git a/public/gallery/spacecsdesign.jpg b/public/gallery/spacecsdesign.jpg new file mode 100644 index 0000000..5b05b5d Binary files /dev/null and b/public/gallery/spacecsdesign.jpg differ diff --git a/src/app/components/BottomBar.tsx b/src/app/components/BottomBar.tsx index 303c756..4a36cc1 100644 --- a/src/app/components/BottomBar.tsx +++ b/src/app/components/BottomBar.tsx @@ -7,15 +7,7 @@ export default function BottomBar() { return ( ); } diff --git a/src/app/components/Navbar.tsx b/src/app/components/Navbar.tsx index 52500ef..d5ca85a 100644 --- a/src/app/components/Navbar.tsx +++ b/src/app/components/Navbar.tsx @@ -10,12 +10,12 @@ export default function Navbar() { const toggleMenu = () => setIsOpen(!isOpen); return ( -