Skip to content

Commit

Permalink
Merge pull request #8 from alex-beckett/homepage
Browse files Browse the repository at this point in the history
Update homepage copy
  • Loading branch information
sysrex authored Jan 6, 2025
2 parents 0cd2913 + 1ef4ebe commit dd0c7ff
Showing 1 changed file with 6 additions and 6 deletions.
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

0 comments on commit dd0c7ff

Please sign in to comment.