Bay Area IT durch Bay Area Affilates ersetzt
This commit is contained in:
@@ -10,7 +10,7 @@ const Footer: React.FC = () => {
|
||||
<div className="col-span-1 md:col-span-2">
|
||||
<div className="flex items-center gap-2 mb-6">
|
||||
<span className="material-symbols-outlined text-xl text-gray-900 dark:text-white">dns</span>
|
||||
<span className="font-display font-bold text-lg tracking-tight text-gray-900 dark:text-white">Bay Area IT</span>
|
||||
<span className="font-display font-bold text-lg tracking-tight text-gray-900 dark:text-white">Bay Area Affiliates</span>
|
||||
</div>
|
||||
<p className="text-sm text-gray-600 dark:text-gray-400 max-w-xs mb-6">
|
||||
Providing reliable IT services and practical technology support to the Coastal Bend community for over 30 years.
|
||||
@@ -97,7 +97,7 @@ const Footer: React.FC = () => {
|
||||
|
||||
<div className="border-t border-gray-200 dark:border-white/10 pt-8 flex flex-col md:flex-row justify-between items-center gap-4">
|
||||
<p className="text-xs text-gray-500 dark:text-gray-600">
|
||||
© 2026 Bay Area IT. All rights reserved.
|
||||
© 2026 Bay Area Affiliates. All rights reserved.
|
||||
</p>
|
||||
<div className="flex flex-wrap items-center justify-center gap-4 text-xs text-gray-500 dark:text-gray-600">
|
||||
<Link to="/privacy-policy" className="transition-colors hover:text-gray-900 dark:hover:text-white">
|
||||
|
||||
@@ -74,7 +74,7 @@ const LoadingScreen: React.FC<LoadingScreenProps> = ({ onComplete }) => {
|
||||
};
|
||||
}, [onComplete]);
|
||||
|
||||
const text = 'BAY AREA IT';
|
||||
const text = 'Bay Area Affiliates';
|
||||
|
||||
return (
|
||||
<div
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
|
||||
@@ -61,7 +61,7 @@ const SEO: React.FC<SEOProps> = ({ title, description, keywords, canonicalUrl, s
|
||||
setOgTag('og:title', title);
|
||||
setOgTag('og:description', description);
|
||||
setOgTag('og:type', ogType || 'website');
|
||||
setOgTag('og:site_name', 'Bay Area IT');
|
||||
setOgTag('og:site_name', 'Bay Area Affiliates');
|
||||
if (canonicalUrl) setOgTag('og:url', canonicalUrl);
|
||||
if (ogImage) setOgTag('og:image', ogImage);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user