diff --git a/src/BCards.Web/Controllers/PaymentController.cs b/src/BCards.Web/Controllers/PaymentController.cs index b1b1355..e4f93b8 100644 --- a/src/BCards.Web/Controllers/PaymentController.cs +++ b/src/BCards.Web/Controllers/PaymentController.cs @@ -240,7 +240,7 @@ public class PaymentController : Controller MaxLinks = 15, AllowAnalytics = true, AllowCustomDomain = true, - Features = new List { "15 links", "Todos os temas", "Domínio personalizado", "Análises avançadas" }, + Features = new List { "15 links", "Todos os temas", "Página rápida", "Análises avançadas" }, IsCurrentPlan = currentPlan == "professional" }, new() @@ -253,7 +253,7 @@ public class PaymentController : Controller AllowCustomThemes = true, AllowAnalytics = true, AllowCustomDomain = true, - Features = new List { "Links ilimitados", "Temas personalizados", "Múltiplos domínios", "Suporte prioritário" }, + Features = new List { "Links ilimitados", "Temas personalizados", "Página rápida", "Suporte prioritário" }, IsCurrentPlan = currentPlan == "premium" } }; diff --git a/src/BCards.Web/Services/TrialExpirationService.cs b/src/BCards.Web/Services/TrialExpirationService.cs index 04313df..3123999 100644 --- a/src/BCards.Web/Services/TrialExpirationService.cs +++ b/src/BCards.Web/Services/TrialExpirationService.cs @@ -157,7 +157,7 @@ public class TrialExpirationService : BackgroundService • Básico - R$ 9,90/mês - 5 links, analytics básicos • Profissional - R$ 24,90/mês - 15 links, todos os temas, analytics avançados - • Premium - R$ 29,90/mês - Links ilimitados, temas customizáveis, analytics completos + • Premium - R$ 29,90/mês - Links ilimitados, temas premium, analytics completos Seus dados estão seguros e serão restaurados assim que você escolher um plano. diff --git a/src/BCards.Web/Views/Admin/Dashboard.cshtml b/src/BCards.Web/Views/Admin/Dashboard.cshtml index eb4f0ac..fbb4373 100644 --- a/src/BCards.Web/Views/Admin/Dashboard.cshtml +++ b/src/BCards.Web/Views/Admin/Dashboard.cshtml @@ -122,7 +122,7 @@ id="dropdownMenuButton@(pageItem.Id)" data-bs-toggle="dropdown" aria-expanded="false"> - + Ações @@ -89,11 +89,11 @@
  • - Domínio personalizado + Página rápida
  • - Temas customizáveis + Temas premium
  • @@ -189,7 +189,7 @@
  • - Temas customizáveis + Temas premium
  • diff --git a/src/BCards.Web/Views/Shared/_Layout.cshtml b/src/BCards.Web/Views/Shared/_Layout.cshtml index b5639a4..06c66cf 100644 --- a/src/BCards.Web/Views/Shared/_Layout.cshtml +++ b/src/BCards.Web/Views/Shared/_Layout.cshtml @@ -3,7 +3,7 @@ - @(ViewData["Title"] ?? "BCards - Crie seu LinkTree Profissional") + @(ViewData["Title"] ?? "BCards - Crie sua bios / links Profissional") @if (ViewBag.SeoSettings != null) { @@ -27,8 +27,8 @@ } else { - - + + } @await RenderSectionAsync("Head", required: false)