diff --git a/app/(routes)/Contact/page.tsx b/app/(routes)/Contact/page.tsx new file mode 100644 index 0000000..51622e8 --- /dev/null +++ b/app/(routes)/Contact/page.tsx @@ -0,0 +1,87 @@ +import React from "react"; +import { Button } from "@/components/ui/button"; +import Header from "@/app/_components/Header"; + +function Contacts() { + return ( + <> + {/* Header */} +
+
+
+ + {/* Contact Page */} +
+ + {/* Background Glow */} +
+ +
+ + {/* Page Title */} +
+

+ Contact Us +

+

+ Have a question, feedback, or idea? We’d love to hear from you. +

+
+ + {/* Contact Card */} +
+ + {/* Left Info */} +
+

+ Let’s Talk πŸ‘‹ +

+ +

+ Reach out for course support, collaboration, or general queries. + Our team usually replies within 24 hours. +

+ +
+

πŸ“§ support@yourplatform.com

+

🌍 Available worldwide

+

⏰ 24/7 Community Support

+
+
+ + {/* Right Form */} +
+ + + + +