From 818a9bcb7f9111d5ef35a0a084e40b7044f212db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Thu, 11 Nov 2021 17:26:27 +0300 Subject: [PATCH] Update Pricing.cshtml --- src/EventHub.Web/Pages/Pricing.cshtml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) 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