diff --git a/index.html b/index.html index ea78246..5ce9d9c 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,10 @@ - + + + + Queue North Technologies | Modern Communications Infrastructure diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000..c21f7bb Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/assets/logo2.png b/public/assets/logo2.png deleted file mode 100644 index 61038a5..0000000 Binary files a/public/assets/logo2.png and /dev/null differ diff --git a/public/assets/og-image.png b/public/assets/og-image.png new file mode 100644 index 0000000..d60c0c2 Binary files /dev/null and b/public/assets/og-image.png differ diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png new file mode 100644 index 0000000..e714229 Binary files /dev/null and b/public/favicon-16x16.png differ diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png new file mode 100644 index 0000000..91c926d Binary files /dev/null and b/public/favicon-32x32.png differ diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..3db7663 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 0000000..8207474 Binary files /dev/null and b/public/logo.png differ diff --git a/public/logo.svg b/public/logo.svg deleted file mode 100644 index 61e8dbf..0000000 --- a/public/logo.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 0000000..006c214 --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1,26 @@ +{ + "name": "Queue North Technologies", + "short_name": "Queue North", + "description": "IT solutions and managed services provider", + "start_url": "/", + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#0B1B3F", + "icons": [ + { + "src": "/favicon-16x16.png", + "sizes": "16x16", + "type": "image/png" + }, + { + "src": "/favicon-32x32.png", + "sizes": "32x32", + "type": "image/png" + }, + { + "src": "/apple-touch-icon.png", + "sizes": "180x180", + "type": "image/png" + } + ] +} diff --git a/src/components/layout/Footer.jsx b/src/components/layout/Footer.jsx index 13d8cb8..d55ecee 100644 --- a/src/components/layout/Footer.jsx +++ b/src/components/layout/Footer.jsx @@ -46,7 +46,7 @@ const Footer = () => {
Queue North diff --git a/src/components/layout/Header.jsx b/src/components/layout/Header.jsx index e097127..3fba461 100644 --- a/src/components/layout/Header.jsx +++ b/src/components/layout/Header.jsx @@ -54,7 +54,7 @@ const Header = () => {
Queue North Technologies @@ -133,7 +133,7 @@ const Header = () => {
- Queue North + Queue North Queue North
diff --git a/src/components/layout/MobileNav.jsx b/src/components/layout/MobileNav.jsx index f3770fc..b5e0791 100644 --- a/src/components/layout/MobileNav.jsx +++ b/src/components/layout/MobileNav.jsx @@ -61,7 +61,7 @@ const MobileNav = () => {
Queue North diff --git a/src/pages/About.jsx b/src/pages/About.jsx index 312140e..c85a7f0 100644 --- a/src/pages/About.jsx +++ b/src/pages/About.jsx @@ -11,7 +11,7 @@ const About = () => { - + {/* Page Hero */} diff --git a/src/pages/Contact.jsx b/src/pages/Contact.jsx index 41d21a4..3c715f9 100644 --- a/src/pages/Contact.jsx +++ b/src/pages/Contact.jsx @@ -116,7 +116,7 @@ const Contact = () => { - + {/* Page Hero */} diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx index 920f3e1..5e1e24b 100644 --- a/src/pages/Home.jsx +++ b/src/pages/Home.jsx @@ -20,7 +20,7 @@ const Home = () => { '@type': 'Organization', name: 'Queue North Technologies', url: 'https://queuenorth.com', - logo: 'https://queuenorth.com/logo.svg', + logo: 'https://queuenorth.com/assets/og-image.png', description: 'Business communications and IT partner. 8x8 Certified Partner, Veteran Owned, 25+ years of service.', address: { '@type': 'PostalAddress', @@ -40,7 +40,7 @@ const Home = () => { '@type': 'LocalBusiness', '@id': 'https://queuenorth.com/#business', name: 'Queue North Technologies', - image: 'https://queuenorth.com/logo.svg', + image: 'https://queuenorth.com/assets/og-image.png', url: 'https://queuenorth.com', telephone: '+1-321-730-8020', email: 'info@queuenorth.com', @@ -66,7 +66,7 @@ const Home = () => { - + diff --git a/src/pages/Industries.jsx b/src/pages/Industries.jsx index 027bb68..e8074a7 100644 --- a/src/pages/Industries.jsx +++ b/src/pages/Industries.jsx @@ -21,7 +21,7 @@ const Industries = () => { - + {/* Page Hero */} diff --git a/src/pages/IndustryDetail.jsx b/src/pages/IndustryDetail.jsx index 42454de..0f85109 100644 --- a/src/pages/IndustryDetail.jsx +++ b/src/pages/IndustryDetail.jsx @@ -41,7 +41,7 @@ const IndustryDetail = () => { - + {/* Page Hero */} diff --git a/src/pages/ServiceDetail.jsx b/src/pages/ServiceDetail.jsx index 8765901..bd2a228 100644 --- a/src/pages/ServiceDetail.jsx +++ b/src/pages/ServiceDetail.jsx @@ -57,7 +57,7 @@ const ServiceDetail = () => { - + diff --git a/src/pages/Services.jsx b/src/pages/Services.jsx index d2a8c26..e52a458 100644 --- a/src/pages/Services.jsx +++ b/src/pages/Services.jsx @@ -28,7 +28,7 @@ const Services = () => { - + diff --git a/src/pages/Support.jsx b/src/pages/Support.jsx index 8d28c88..bbbebcb 100644 --- a/src/pages/Support.jsx +++ b/src/pages/Support.jsx @@ -114,7 +114,7 @@ const Support = () => { - + {/* Page Hero */}