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
+
+
+
+
+
+
+
+
+
+
>
)
}