Skip to content

Commit

Permalink
Edit text
Browse files Browse the repository at this point in the history
  • Loading branch information
sntxerror committed Apr 18, 2024
1 parent 2060a44 commit afbac70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/components/Benefits/benefits.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
[
{
"title": "All modular",
"description": "Build unique instruments, and learn about synthesis step by step"
},
{
"title": "Highly accessible",
"description": "Affordable kits and simple design for all kinds of users"
Expand All @@ -11,8 +7,12 @@
"title": "Limitless variability",
"description": "Customize your setup and combine with anything you can imagine"
},
{
"title": "All modular",
"description": "Create unique instruments and learn about synthesis step by step"
},
{
"title": "DIY & Open-source",
"description": "Feel free to collaborate, contribute and implement new ideas"
"description": "Feel free to collaborate and contribute new ideas to microrack platform"
}
]
2 changes: 1 addition & 1 deletion src/components/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const Hero: React.FC<HeroProps> = ({className}: HeroProps) => {
Most accessible analog modular synthesizer
</Text>
<Text size="m" className={styles.description}>
Combine dozens of modules, play unique instruments, experiment and have fun!
Combine dozens of modules, build unique instruments, experiment with sound and have fun!
</Text>
<Button
className={styles.button}
Expand Down

0 comments on commit afbac70

Please sign in to comment.