Update component count from 110+ to 145+

This commit is contained in:
Atanas Korchev
2026-04-24 11:23:48 +03:00
committed by Vladimir Enchev
parent 8968f4b388
commit 31f93f7d0a
3 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,7 @@
<RadzenStack Gap="1rem">
<RadzenStack Orientation="Orientation.Horizontal">
<RadzenIcon Icon="task_alt" />
<RadzenText>Component API docs, ready-made templates, and usage guides for 110+ components</RadzenText>
<RadzenText>Component API docs, ready-made templates, and usage guides for 145+ components</RadzenText>
</RadzenStack>
<RadzenStack Orientation="Orientation.Horizontal">
<RadzenIcon Icon="task_alt" />

View File

@@ -13,7 +13,7 @@
<RadzenStack Orientation="Orientation.Vertical" Gap="0px" class="rz-mx-auto">
<RadzenRow>
<RadzenColumn Size="12" class="rz-text-align-center">
<RadzenText TextStyle="TextStyle.DisplayH6" TagName="TagName.H1" Style="max-width: 900px;" class="rz-mt-8 rz-mb-4 rz-mx-auto"><strong>110+</strong> native, open source Blazor components</RadzenText>
<RadzenText TextStyle="TextStyle.DisplayH6" TagName="TagName.H1" Style="max-width: 900px;" class="rz-mt-8 rz-mb-4 rz-mx-auto"><strong>145+</strong> native, open source Blazor components</RadzenText>
<RadzenText TextStyle="TextStyle.DisplayH2" TagName="TagName.H2" Style="--rz-text-display-h2-font-size: clamp(3rem, 4.75vw, 4.75rem); max-width: 920px; font-weight: 500;" class="rz-mx-auto">The Most Sophisticated Free UI Component Library for Blazor</RadzenText>
<RadzenText TextStyle="TextStyle.Body1" TextAlign="TextAlign.Center" Style="max-width: 640px; font-weight: 500; text-wrap: balance;" class="rz-mt-8 rz-mx-auto"><strong>Radzen Blazor Components</strong> give you everything you need to build responsive, data-driven web apps — for free.</RadzenText>
<RadzenText TextStyle="TextStyle.Body1" TextAlign="TextAlign.Center" Style="max-width: 640px; font-weight: 500;" class="rz-mt-4 rz-mb-0 rz-mx-auto">The <Anchor href="#subscription-benefits" Style="font-weight: 700;">Subscription</Anchor> extends your toolkit with dedicated support, premium themes, reusable UI blocks, complete app templates, and a visual design-time experience.</RadzenText>

View File

@@ -16,7 +16,7 @@ namespace RadzenBlazorDemos
{
Name = "Overview",
Path = "/",
Description = "110+ free, open-source Blazor UI components for data-rich web apps. DataGrid, Scheduler, Charts, Forms, and more. MIT licensed.",
Description = "145+ free, open-source Blazor UI components for data-rich web apps. DataGrid, Scheduler, Charts, Forms, and more. MIT licensed.",
Icon = "\ue88a"
},
new Example
@@ -3135,7 +3135,7 @@ namespace RadzenBlazorDemos
return example.Title ?? $"Blazor {example.Name} | Free UI Components by Radzen";
}
return "Free Blazor Components | 110+ UI controls by Radzen";
return "Free Blazor Components | 145+ UI controls by Radzen";
}
public string DescriptionFor(Example example)