Skip to content

Commit

Permalink
Sam's copywriting review
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Nov 27, 2023
1 parent a816af2 commit fbc8956
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/src/components/productMaterial/MaterialTemplates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default function MaterialTemplates() {
<br /> <GradientText>specific use case</GradientText>
</Typography>
}
description="A collection of 4.5 average rating templates, for multiple use cases, all powered by Material UI components and carefully curated by MUI's team."
description="A carefully curated collection of gorgeous, fully functional templates, all powered by Material UI."
/>
<Group rowLayout desktopColumns={2} sx={{ mt: 3 }}>
{DEMOS.map((name) => (
Expand Down
4 changes: 2 additions & 2 deletions docs/src/components/productX/XComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ export default function XComponents() {
overline="Advanced React component library"
title={
<Typography variant="h2">
Powerful components for <GradientText>advanced use-cases</GradientText>
Powerful components for <GradientText>advanced use cases</GradientText>
</Typography>
}
description="The MUI X packages enable applications to have complex use-cases, supported by several advanced components."
description="The MUI X packages can power complex and data-intensive applications across a wide spectrum of use cases."
/>
<XComponentsSwitcher
componentIndex={componentIndex}
Expand Down
12 changes: 6 additions & 6 deletions docs/src/components/productX/XComponentsSwitcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,22 +96,22 @@ export default function XComponentsSwitcher(props: {
const componentElement = [
<ComponentItem
name="Data Grid"
label="Feature-rich and fast table extension."
description="Feature-rich and fast table extension."
label="Fast, feature-rich data table."
description="Fast, feature-rich data table."
icon={<PivotTableChartRoundedIcon />}
href={ROUTES.dataGridOverview}
/>,
<ComponentItem
name="Date and Time Pickers"
description="Let users pick a date and time, or both together."
label="Let users pick a date and time, or both together."
description="A suite of components for selecting dates, times, and ranges."
label="A suite of components for selecting dates, times, and ranges."
icon={<CalendarMonthRoundedIcon />}
href={ROUTES.datePickersOverview}
/>,
<ComponentItem
name="Charts"
description="Features bar, line, pie, scatter, and more types of graphs."
label="Features bar, line, pie, scatter, and more types of graphs."
description="A collection of data visualization graphs, including bar, line, pie, scatter, and more."
label="A collection of data visualization graphs, including bar, line, pie, scatter, and more."
icon={<BarChartRoundedIcon />}
href={ROUTES.chartsOverview}
/>,
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/productX/XDataGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export default function XDataGrid() {
</Typography>
<Typography color="grey.300" variant="body2">
The Data Grid and all other MUI X components are available on free and paid
versions. More details about each plan and its features are on{' '}
plans. Find more details about each plan and its features are on{' '}
<Link href={ROUTES.pricing}>the pricing page</Link>.
</Typography>
</React.Fragment>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/productX/XPlans.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const content = [
icon: <IconImage name="pricing/x-plan-premium" mode="" loading="eager" />,
title: 'Premium plan',
description:
'Every advanced feature of every component, such as row grouping and Excel export, for the Data Grid, plus what is included in the Pro plan.',
'The most advanced features for every component, including row grouping and Excel export for the Data Grid, plus everything included in the Pro plan.',
},
];

Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/productX/XRoadmap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default function XRoadmap() {
Follow the <GradientText>MUI X roadmap</GradientText> for future updates
</Typography>
}
description="It's just the beginning for the MUI X components. Stay tuned for the exciting news and updates coming soon!"
description="It's just the beginning for the MUI X components. Stay tuned for exciting news and updates coming soon!"
/>
<Button
component={Link}
Expand Down
4 changes: 2 additions & 2 deletions docs/src/components/productX/XTheming.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default function XTheming() {
Advanced and <GradientText>beautiful</GradientText>
</Typography>
}
description="Use the sophisticated theming features to make the MUI X components look exactly as you want. Take this Data Grid as example."
description="Use sophisticated theming features to make the MUI X components look exactly how you want. Take this Data Grid as an example."
/>
<Group sx={{ m: -2, p: 2 }}>
<Highlighter disableBorder selected={customized} onClick={() => setCustomized(true)}>
Expand All @@ -117,7 +117,7 @@ export default function XTheming() {
<Item
icon={<SvgMaterialDesign />}
title="Material Design"
description="Every component comes with Google's tried and tested design system built-in ready for use."
description="Every component comes with Google's tried-and-tested design system, built-in and ready for use."
/>
</Highlighter>
</Group>
Expand Down

0 comments on commit fbc8956

Please sign in to comment.