diff --git a/components/chart/overview.md b/components/chart/overview.md
index b07efa2054..03b1ed5e3e 100644
--- a/components/chart/overview.md
+++ b/components/chart/overview.md
@@ -10,7 +10,7 @@ position: 0
# Blazor Chart Overview
-The Blazor Chart component allows you to visualize data to your users in a meaningful way so they can draw conclusions. You can use a variety of graph types and control all aspects of the component's appearance - from colors and fonts, to paddings, margins and templates.
+The Blazor Charts components enables you to present data in a visually meaningful way, helping users draw insights effectively. It offers a wide range of graph types and provides full control over its appearance, including colors, fonts, paddings, margins, and templates.
## Creating Blazor Chart
diff --git a/components/datetimepicker/overview.md b/components/datetimepicker/overview.md
index 57dee78e65..8d65190f15 100644
--- a/components/datetimepicker/overview.md
+++ b/components/datetimepicker/overview.md
@@ -1,7 +1,7 @@
---
title: Overview
page_title: Date-Time Picker Overview
-description: Overview of the DateTime Picker for Blazor.
+description: Blazor DateTime Picker lets users select dates and times through an interactive UI, enhancing forms and scheduling.
slug: components/datetimepicker/overview
tags: telerik,blazor,datetime,picker,datetimepicker,overview
published: True
@@ -10,7 +10,7 @@ position: 0
# Blazor DateTime Picker Overview
-The Blazor DateTime Picker component allows the user to choose both a date and a time from a visual list in a dropdown, or to type it into a [date input](slug:components/dateinput/overview) that can accept only DateTime values. You can control the date and time format of the input, and respond to [events](slug:components/datetimepicker/events ).
+The Blazor DateTime Picker component allows the user to choose both a date and a time from a visual list in a dropdown, or to type it into a [date input](slug:components/dateinput/overview) that can accept only DateTime values. You can control the date and time format of the input, and respond to [events](slug:components/datetimepicker/events ).
## Creating Blazor DateTimePicker
@@ -64,7 +64,7 @@ The time format specifiers in the `Format` control the tumblers available in the
@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)
-## DateTime Picker Parameters
+## Blazor DateTime Picker Parameters
The Blazor Date Time Picker provides various parameters that allow you to configure the component. Also check the [DateTimePicker's public API](slug:Telerik.Blazor.Components.TelerikDateTimePicker-1).
@@ -106,7 +106,7 @@ You can find more options for customizing the DateTimePicker styling in the [App
@[template](/_contentTemplates/date-inputs/general.md#format-placeholder)
-## DateTimePicker Reference and Methods
+## Blazor DateTimePicker Reference and Methods
Add a reference to the component instance to use the [Date Time Picker's methods](slug:Telerik.Blazor.Components.TelerikDateTimePicker-1).