Skip to content

Commit

Permalink
Merge pull request #86 from alex-beckett/link
Browse files Browse the repository at this point in the history
Update homepage button
  • Loading branch information
jcstein authored Feb 11, 2025
2 parents 68fb39e + 7d5d34d commit 283705e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default async function Home() {
"With Celestia underneath, deploy as your own sovereign network or launch fast with leading Ethereum rollup frameworks.",
],
buttons: [
{ text: "Build modular", url: "/build", type: "secondary", trackEvent: ANALYTICS_EVENTS.HOMEPAGE_CUSTOMIZABILITY_BUILD },
{ text: "Build", url: "/build", type: "secondary", trackEvent: ANALYTICS_EVENTS.HOMEPAGE_CUSTOMIZABILITY_BUILD },
{ text: "Deploy", url: "/build#rollups", type: "primary", trackEvent: ANALYTICS_EVENTS.HOMEPAGE_CUSTOMIZABILITY_DEPLOY },
],
videoSrc: "/videos/home/CE_Under.mp4 ",
Expand Down

0 comments on commit 283705e

Please sign in to comment.