From 2e97ec9857945daa4a2811cfcf4a2cb384e70f77 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 27 Jul 2025 13:06:02 -0400 Subject: [PATCH] subscription page --- src/component/subscription/Subscription.jsx | 80 ++++++++++++++++++++- 1 file changed, 79 insertions(+), 1 deletion(-) diff --git a/src/component/subscription/Subscription.jsx b/src/component/subscription/Subscription.jsx index 008d174..84803c4 100644 --- a/src/component/subscription/Subscription.jsx +++ b/src/component/subscription/Subscription.jsx @@ -5,7 +5,85 @@ export default function Subscription() { return ( <> - Subscription Starter + + + +
+
+
+
+
+ + + +
+
+
+
+ +
+
+
+
+
Premium
+

$150

+

/ Monthly

+
    +
  • post jobs
  • +
  • advanced instructors search
  • +
  • invite candidates
  • +
  • post events
  • +
  • cancel any time
  • +
+ +
+
+
+
+ +
+
+
+
+
basic
+

$130

+

/ Monthly

+
    +
  • post jobs
  • +
  • advanced instructors search
  • +
  • invite candidates
  • +
  • post events
  • +
  • cancel any time
  • +
+ +
+
+
+
+ +
+
+
+
+
starter
+

$100

+

/ Monthly

+
    +
  • post jobs
  • +
  • advanced instructors search
  • +
  • invite candidates
  • +
  • post events
  • +
  • cancel any time
  • +
+ +
+
+
+
+ + +
+ ) }