Bay Area IT durch Bay Area Affilates ersetzt
This commit is contained in:
@@ -13,10 +13,10 @@ const Navbar: React.FC = () => {
|
||||
<Link to="/" className="flex items-center gap-2">
|
||||
<img
|
||||
src="/logo.svg"
|
||||
alt="Bay Area IT logo"
|
||||
alt="Bay Area Affiliates logo"
|
||||
className="h-8 w-8"
|
||||
/>
|
||||
<span className="font-display font-bold text-lg tracking-tight">Bay Area IT</span>
|
||||
<span className="font-display font-bold text-lg tracking-tight">Bay Area Affiliates</span>
|
||||
</Link>
|
||||
|
||||
<div className="hidden md:flex items-center gap-8 text-sm font-medium text-gray-600 dark:text-gray-400">
|
||||
@@ -34,12 +34,12 @@ const Navbar: React.FC = () => {
|
||||
))}
|
||||
</div>
|
||||
|
||||
<Link
|
||||
to="/contact"
|
||||
className="selection-inverse hidden md:inline-flex items-center px-4 py-1.5 bg-black dark:bg-white text-white dark:text-black rounded-full text-sm font-medium hover:bg-gray-800 dark:hover:bg-gray-100 transition-colors"
|
||||
>
|
||||
Get IT Support
|
||||
</Link>
|
||||
<Link
|
||||
to="/contact"
|
||||
className="selection-inverse hidden md:inline-flex items-center px-4 py-1.5 bg-black dark:bg-white text-white dark:text-black rounded-full text-sm font-medium hover:bg-gray-800 dark:hover:bg-gray-100 transition-colors"
|
||||
>
|
||||
Get IT Support
|
||||
</Link>
|
||||
</div>
|
||||
</nav>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user