Skip to content

Commit

Permalink
update: adding landing page copy (#7)
Browse files Browse the repository at this point in the history
* update site title

* update lead and sub

* use correct jsx format

* fix lint error

---------

Co-authored-by: Daniel Lehr <[email protected]>
  • Loading branch information
martyndavies and dan-lee authored Aug 20, 2024
1 parent 25ea4ad commit 6d413c4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions website/src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type { Metadata } from "next";

export const metadata: Metadata = {
title: "Zudoku - Open Source Developer Portal",
title: "Zudoku - Open Source API Documentation",
description:
"Zudoku is an Open Source Framework for building Developer Portals",
"Zudoku is an Open Source framework for building OpenAPI and GraphQL schema powered documentation websites.",
};

export default function RootLayout({
Expand Down
18 changes: 13 additions & 5 deletions website/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Home() {
>
<a
className="pointer-events-none flex place-items-center gap-2 p-8 lg:pointer-events-auto lg:p-0"
href="https://zuplo.com"
href="https://zuplo.com?utm_source=zudoku-web&utm_medium=web&utm_content=made-by-zuplo"
target="_blank"
rel="noopener noreferrer"
>
Expand All @@ -54,13 +54,21 @@ export default function Home() {
</div>

<div className="text-6xl font-bold text-center mt-14 leading-snug">
Zudoku makes
<br /> all gorillas 🦍
API documentation
<br />
🍌 go bananas
should be <span style={{ color: "#FF00BD" }}>free</span>.
</div>

<h2 className="mt-12 mb-4 text-2xl font-semibold">Try it yourself</h2>
<div className="text-1xl text-center mt-10 leading-snug">
Zudoku is an open-source, OpenAPI powered, highly customizable
<br />
API documentation framework for building quality developer
experiences.
</div>

<h2 className="mt-12 mb-4 text-2xl font-semibold">
Try it with your API!
</h2>

<input
placeholder="https://example.com/api/openapi.json"
Expand Down

0 comments on commit 6d413c4

Please sign in to comment.