diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..3287ec5 --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,59 @@ +"use client"; + +import ContactForm from "@/components/contact/ContactForm"; +import ContactMethods from "@/components/contact/ContactMethods"; +import SupportHours from "@/components/contact/SupportHours"; +import QuickHelp from "@/components/contact/QuickHelp"; +import OfficeLocations from "@/components/contact/OfficeLocations"; +import { ThemeToggle } from "@/components/theme-toggle"; +import Link from "next/link"; +import { Send } from "lucide-react"; + +export default function ContactPage() { + return ( +
+ Have questions or need help? We're here to assist you. Reach out to + our team and we'll get back to you as soon as possible. +
++ Fill out the form below and we'll respond within 24 hours +
++ Choose your preferred way to reach us +
++ {method.description} +
++ {method.contact} +
+ ++ Visit us at one of our global locations +
+{office.address}
++ {office.country} +
++ Looking for immediate answers? Check out our help categories +
++ {category.description} +
+ ++ Emergency support available 24/7 for critical issues +
+