Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update homepage copy #8

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@ export default async function Home() {
{
title: "Unstoppable apps",
body: [
"Build apps that work everywhere - verifiable on any device and unconstrained by intermediaries, not even RPC providers.",
"Send money like a meme, craft onchain worlds, or deploy programs that outlive you.",
"Celestia powers apps that work in every corner of the planet – unstoppable by intermediaries and verifiable from any device.",
],
buttons: [
{ text: "Build modular", url: "/build", type: "secondary" },
{ text: "Build", url: "/build", type: "secondary" },
{ text: "Deploy", url: "/build#rollups", type: "primary" },
],
videoSrc: "/videos/home/CE_BLOB.mp4 ",
},
{
title: "Full-stack customizability",
body: [
"With Celestia underneath, developers can build whatever and aren’t locked-in to a single programming language, virtual-machine, or framework.",
"Deploy your own sovereign network using any VM or launch fast with leading Ethereum rollup frameworks.",
"Own your product end-to-end. Customize every layer of the stack without being locked into a single virtual-machine or framework.",
"With Celestia underneath, deploy your application on its own sovereign network or launch fast with leading Ethereum rollup frameworks.",
],
buttons: [
{ text: "Build modular", url: "/build", type: "secondary" },
Expand All @@ -68,7 +68,7 @@ export default async function Home() {
videoSrc: "/videos/home/CE_Under.mp4 ",
},
{
title: "Access Abundance",
title: "Onchain Abundance",
body: [
<>
Celestia’s{" "}
Expand All @@ -78,7 +78,7 @@ export default async function Home() {
has a core objective: relentlessly scale to 1 GB/s data throughput,
removing crypto’s ultimate scaling bottleneck.
</>,
"Build applications and capabilities that were previously considered unviable onchain, enabled by a capacity equivalent to running many Visa networks in parallel.",
"Now build expressive applications previously unimaginable onchain by accessing capacity equivalent to running many Visa networks in parallel.",
],
buttons: [
{
Expand Down
Loading