From 613ef6fcee09cbab92cafc26c8ca5e81bbc02e78 Mon Sep 17 00:00:00 2001 From: pushkar Date: Mon, 29 Dec 2025 23:24:42 +0530 Subject: [PATCH] Entered Into the final stage --- app/(routes)/Contact/page.tsx | 87 ++++++++ app/(routes)/Projects/page.tsx | 18 ++ .../[courseId]/_components/CourseChapters.tsx | 4 + .../dashboard/_components/UpgradeToPro.tsx | 6 +- .../dashboard/_components/WelcomeBanner.tsx | 1 - app/(routes)/pricing/page.tsx | 48 +++++ app/_components/Exploremoresection.tsx | 24 +++ app/_components/Header.tsx | 189 ++++++++---------- app/_components/Hero.tsx | 74 +++++-- 9 files changed, 328 insertions(+), 123 deletions(-) create mode 100644 app/(routes)/Contact/page.tsx create mode 100644 app/(routes)/Projects/page.tsx create mode 100644 app/(routes)/pricing/page.tsx create mode 100644 app/_components/Exploremoresection.tsx 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 */} +
+ + + + +