Skip to content

Commit b254c29

Browse files
committed
chore: update site content
1 parent 052fabc commit b254c29

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</p>
2020
</div>
2121

22-
## What is Composify?
22+
## Introduction
2323

2424
Composify is a visual page builder for React that works with your own components.
2525

packages/docs/pages/blog/2025-09-01-announcing-composify.md renamed to packages/docs/pages/blog/2025-10-26-introducing-composify.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
layout: minimal
33
authors:
44
- "[injung](https://github.com/mu29)"
5-
date: 2025-09-01
5+
date: 2025-10-26
66
---
77

8-
# Lorem Ipsum
8+
# Introducing Composify
99

1010
::authors
1111

packages/docs/pages/cloud.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ export default function Cloud() {
1313
return (
1414
<main>
1515
<HeroBanner
16-
tagline="Supercharge your editor"
17-
description="Hassle-free setup. Get the features that matter."
16+
tagline="Skip the setup. Focus on building."
17+
description="Build and ship with our cloud — everything you need is ready out of the box."
1818
actions={[
1919
{ label: 'Start free ›', href: 'https://app.composify.cloud', primary: true },
2020
{ label: 'Explore features →', href: '#features', primary: false },
@@ -24,8 +24,8 @@ export default function Cloud() {
2424
<PlanGroup />
2525
<FeatureGroup
2626
id="features"
27-
title="The fastest way to build Server Driven UI."
28-
description="Build and ship with our cloud — everything you need is ready out of the box."
27+
title="Supercharge your editor."
28+
description="Start building in seconds. Get features that make your team faster."
2929
>
3030
<FeatureItemCompact
3131
emoji="🌐"
@@ -40,14 +40,14 @@ export default function Cloud() {
4040
/>
4141
<FeatureItemCompact
4242
emoji=""
43-
title="Time-travel version history"
44-
description="Roll back to any previous version in seconds. Explore the full history and experiment freely without worrying about losing progress."
43+
title="Version history that actually helps"
44+
description="Broke something? Roll back in one click. Want to see what changed last week? It's all there, searchable and instant."
4545
planned={true}
4646
/>
4747
<FeatureItemCompact
4848
emoji="💳"
49-
title="Start free and pay as you go"
50-
description="No upfront costs or hidden fees. Get started for free and pay only for the resources you use, scaling as your needs grow."
49+
title="Free to start, simple to scale"
50+
description="Straightforward pricing based on the number of pages and team members. No hidden fees or surprise charges."
5151
/>
5252
</FeatureGroup>
5353
</main>

packages/docs/pages/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ export default function Home() {
3333
spacing={{ top: 0, bottom: -50 }}
3434
/>
3535
<FeatureItem
36-
title="It just works"
37-
description="No special props. No rigid structure. Just register your components and go."
36+
title="Your components, unchanged"
37+
description="No special props. No rigid structure. Your components stay exactly as they are."
3838
preview={<CodePreview asset="/assets/catalog" />}
3939
wide={false}
4040
spacing={{ top: 0, bottom: -50 }}

0 commit comments

Comments
 (0)