Skip to content

Commit

Permalink
content(home): minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuddy committed Dec 11, 2024
1 parent 9a27b64 commit 98d4e2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/app/components/FAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const FAQ: React.FC = () => {
{
question: 'Is Manifest for me?',
answer:
't does not matter if you are junior or senior developer, if you code in JS, PHP or Python. You can be frontend, backend or fullstack, a mobile developer, indie hacker or devsigner. If you know a bit of software development, you will have no problem using Manifest.'
'It does not matter if you are junior or senior developer, if you code in JS, PHP or Python. You can be frontend, backend or fullstack, a mobile developer, indie hacker or devsigner. If you know a bit of software development, you will have no problem using Manifest.'
},
{
question: 'Can I use Manifest in production?',
Expand Down
13 changes: 6 additions & 7 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ export default function Home() {
</h1>
<p className="subtitle">
Manifest micro-backend powers websites, apps and directories
around the world giving a full CMS experience with 1 YAML
file only.
around the world with 1 YAML file only.
</p>
</div>
</div>
Expand Down Expand Up @@ -79,8 +78,8 @@ export default function Home() {
CMS features.
</p>
<p>
Oversized platforms result in unnecessary costs, complexity
and hassle for your team and your customers.
Using such oversized solutions lead to unnecessary costs,
complexity and hassle for your team and your customers.
</p>
<p>
Manifest allows you to develop 10x faster integrating
Expand Down Expand Up @@ -112,7 +111,7 @@ export default function Home() {
<span className="icon backend-list__icon">
<i className="lni lni-layout has-text-success"></i>
</span>
<span>Admin panel</span>
<span>Admin Panel</span>
</span>

<p className="is-size-6">
Expand All @@ -130,7 +129,7 @@ export default function Home() {
</span>

<p className="is-size-6">
Instant CRUD endpoints with Swagger doc
Instant CRUD endpoints and OPEN API doc (Swagger)
</p>
</div>
</div>
Expand All @@ -140,7 +139,7 @@ export default function Home() {
<span className="icon backend-list__icon">
<i className="lni lni-cloud-download has-text-success"></i>
</span>
<span>File storage</span>
<span>File Storage</span>
</span>

<p className="is-size-6">
Expand Down

0 comments on commit 98d4e2f

Please sign in to comment.