diff --git a/src/EventHub.Web/Pages/Pricing.cshtml b/src/EventHub.Web/Pages/Pricing.cshtml
index 00b9f9b..e7510d4 100644
--- a/src/EventHub.Web/Pages/Pricing.cshtml
+++ b/src/EventHub.Web/Pages/Pricing.cshtml
@@ -15,23 +15,22 @@
Pricing plans
- Choose the best plan that fits your needs
+ Choose the plan best for your organization.
-
Normal
+
Free account
$
0
-
1 Organization
-
2 Events
-
No ads
+
1 event per month
+
300 attendees per event
@@ -43,7 +42,7 @@
- @Model.PremiumPlanInfo.PlanType
+ @Model.PremiumPlanInfo.PlanType account
@if (Model.Organization.IsPremium)
{
Current Plan
@@ -55,9 +54,8 @@
@Model.PremiumPlanInfo.Price
-
1 Organization
-
2 Events
-
No ads
+
unlimited events
+
unlimited attendees
@@ -82,7 +80,7 @@
}
-
+ @*
Frequently Asked Questions
@@ -133,5 +131,6 @@
+ *@
\ No newline at end of file