diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index db2f8bf..0049cdb 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -6,7 +6,7 @@ import Frame1597884853 from '../imports/Frame1597884853'; import { Button } from './ui/button'; import { ImageWithFallback } from './figma/ImageWithFallback'; import { CTAButton } from './CTAButton'; -import logoImage from '../assets/cityLogo.png'; +import logoImage from '../assets/cit-logo.png'; interface NavbarProps { activeCity: string; @@ -326,13 +326,9 @@ export default function Navbar({ - {/*
- -
*/} - - {/* Right Section */} -
- +
{/* Navigation Items based on page type */} {navigationItems.map((item) => ( ))} + +
+ + {/* Right Section */} +
- {/* City Dropdown */} {/* City Dropdown */}