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" > - - -
-
-
-

- Customer Support -

-

- We\'re here to help. Choose your preferred way to contact our support team. -

-
- -
- {/* Email Support */} -
-
-
- -
-
-

- Email Support -

-

- Send us your questions and we\'ll respond within 24 hours. -

- - support@accounthub.com - -
- - {/* Live Chat */} -
-
-
- -
-
-

- Live Chat -

-

- Chat with our support team in real-time (Available 9 AM - 9 PM EST) -

- -
- - {/* Phone Support */} -
-
-
- -
-
-

- Phone Support -

-

- Call us directly for urgent issues (Available 9 AM - 5 PM EST) -

- - +1 (555) 123-4567 - -
-
- - {/* FAQ Section */} -
-

Quick Answers

-
- {[ - { - title: 'How do I reset my password?', - answer: - 'Click "Forgot Password" on the login page and follow the email instructions to reset your password.', - }, - { - title: 'How do I track my order?', - answer: - 'Log into your dashboard and click "Track Order" on any order to see real-time tracking information.', - }, - { - title: 'How do I update my profile?', - answer: - 'Go to your dashboard, click the Profile tab, and click Edit to update your personal information.', - }, - { - title: 'Is my payment information secure?', - answer: - 'Yes, we use industry-standard encryption and security protocols to protect all payment information.', - }, - ].map((item, index) => ( -
-

- {item.title} -

-

{item.answer}

-
- ))} -
-
- - {/* Status Page */} -
- -
-

- System Status: All Systems Operational -

-

- Check our status page for real-time system updates and maintenance notifications. -

-
-
+ +
+
+

Support

+

Get help from our support team.