diff --git a/src/app/support/page.tsx b/src/app/support/page.tsx
index 3df8651..763182e 100644
--- a/src/app/support/page.tsx
+++ b/src/app/support/page.tsx
@@ -1,14 +1,13 @@
'use client';
-import { ThemeProvider } from '@/components/theme/ThemeProvider';
-import { NavbarStyleFullscreen } from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
-import { Mail, MessageSquare, Phone, AlertCircle } from 'lucide-react';
+import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
+import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
const navItems = [
{ name: 'Home', id: '/' },
- { name: 'Features', id: '/#features' },
- { name: 'Dashboard', id: '/dashboard' },
- { name: 'Sign In', id: '/login' },
+ { name: 'Support', id: '/support' },
+ { name: 'FAQ', id: '/faq' },
+ { name: 'Contact', id: '/contact' },
];
export default function SupportPage() {
@@ -25,137 +24,16 @@ export default function SupportPage() {
secondaryButtonStyle="glass"
headingFontWeight="bold"
>
-
- We\'re here to help. Choose your preferred way to contact our support team. -
-- Send us your questions and we\'ll respond within 24 hours. -
- - support@accounthub.com - -- Chat with our support team in real-time (Available 9 AM - 9 PM EST) -
- -- Call us directly for urgent issues (Available 9 AM - 5 PM EST) -
- - +1 (555) 123-4567 - -{item.answer}
-- Check our status page for real-time system updates and maintenance notifications. -
-Get help from our support team.