diff --git a/src/pages/Support.jsx b/src/pages/Support.jsx index 0705393..ab0348b 100644 --- a/src/pages/Support.jsx +++ b/src/pages/Support.jsx @@ -1,5 +1,5 @@ import SEO from '@/components/SEO' -import { AlertCircle, ArrowRight, CheckCircle2, Clock3, ExternalLink, Headphones, LifeBuoy, ShieldCheck, TicketCheck, Wrench } from 'lucide-react' +import { AlertCircle, ArrowRight, CheckCircle2, Clock3, ExternalLink, LifeBuoy, ShieldCheck, TicketCheck, Wrench } from 'lucide-react' const portalLinks = [ { @@ -124,35 +124,6 @@ const Support = () => {
-
-
- - -
-

Support Center

-

- Use the client portal to create requests, manage existing tickets, add updates, and keep support history in one place. -

-
-
- -
- {portalLinks.map((link, index) => ( - - {link.label} - - ))} -
-
-