Skip to content

Commit 9dc0ca8

Browse files
authored
update doc (#336)
1 parent 172217b commit 9dc0ca8

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

website/src/pages/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ export default function Home(): JSX.Element {
4747
},
4848
{
4949
imgSrc: feature2,
50-
alt: 'Compositional Architecture',
51-
title: 'Compositional Architecture',
50+
alt: 'Works with Any UI Library',
51+
title: 'Works with Any UI Library',
5252
html: {
5353
__html:
54-
'AMA features a compositional architecture with well-defined sub-packages, enabling developers to include only the accessibility features they need. This approach keeps apps lightweight and efficient while ensuring all necessary accessibility concerns are addressed.',
54+
"AMA's checks run natively on iOS and Android, inspecting your app's real view hierarchy — not a fixed set of components you have to adopt. That means AMA works with your own components, a third-party UI library, or anything else you're already using. Independent sub-packages let you install only what you need.",
5555
},
5656
},
5757
{

website/static/img/ama-checks.png

Lines changed: 2 additions & 2 deletions
Loading

website/static/img/ama-issue.png

Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)