diff --git a/src/pages/Services.jsx b/src/pages/Services.jsx
index 3ab19fa..eff788e 100644
--- a/src/pages/Services.jsx
+++ b/src/pages/Services.jsx
@@ -1,4 +1,4 @@
-import { Helmet } from 'react-helmet-async'
+import SEO from '@/components/SEO'
import { services } from '@/data/services'
import { MessageCircle, Users, LifeBuoy, GraduationCap, Link as LinkIcon, Wifi, Network } from 'lucide-react'
import { Link } from 'react-router-dom'
@@ -21,17 +21,12 @@ const serviceLd = {
const Services = () => {
return (
<>
-
- Business Phone, UCaaS & IT Services | Queue North Technologies
-
-
-
-
-
-
-
-
-
+
{/* Page Hero */}
diff --git a/src/pages/Support.jsx b/src/pages/Support.jsx
index 93de4f8..2b52f0a 100644
--- a/src/pages/Support.jsx
+++ b/src/pages/Support.jsx
@@ -1,4 +1,4 @@
-import { Helmet } from 'react-helmet-async'
+import SEO from '@/components/SEO'
import { useState } from 'react'
import { toast } from 'sonner'
import { Button } from '@/components/ui/Button'
@@ -135,16 +135,11 @@ const Support = () => {
return (
<>
-
- IT Support & Help Desk | Queue North Technologies
-
-
-
-
-
-
-
-
+
{/* Page Hero */}