Skip to content

Commit

Permalink
swap out values links for the feature sections
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Sep 11, 2023
1 parent 46845e1 commit b3c4e6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/components/productJoyUI/JoyUISummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@ const content = [
title: 'Beautiful out of the box',
description:
'Start looking good with very little effort. Joy UI is designed to be simple and agnostic.',
link: '/base-ui/getting-started/quickstart/#components-and-hooks',
link: '/joy-ui/getting-started/#beautiful-out-of-the-box/',
},
{
icon: <HandymanRoundedIcon fontSize="small" color="primary" />,
title: 'Highly customizable',
description:
'Complete control over how the component looks, powered by several customization tools.',
link: '/base-ui/getting-started/quickstart/#components-and-hooks',
link: '/joy-ui/getting-started/#highly-customizable/',
},
{
icon: <ArticleRoundedIcon fontSize="small" color="primary" />,
title: 'Developer experience',
description:
'Feel joy when working with Joy UI. Streamlined component API, documentation, and more.',
link: '/base-ui/getting-started/quickstart/#components-and-hooks',
link: '/joy-ui/getting-started/#developer-experience/',
},
{
icon: <AccessibilityNewRounded fontSize="small" color="primary" />,
title: 'Accessibility',
description:
'Joy UI is built off of from Base UI, which delivers several built-in accessibility features.',
link: '/base-ui/getting-started/quickstart/#components-and-hooks',
link: '/joy-ui/getting-started/#accessibility/',
},
];

Expand Down

0 comments on commit b3c4e6c

Please sign in to comment.