From 6d413c49ef8ae17a19ada912a6013355560066e2 Mon Sep 17 00:00:00 2001 From: Martyn Davies Date: Wed, 21 Aug 2024 00:30:06 +0200 Subject: [PATCH] update: adding landing page copy (#7) * update site title * update lead and sub * use correct jsx format * fix lint error --------- Co-authored-by: Daniel Lehr --- website/src/app/layout.tsx | 4 ++-- website/src/app/page.tsx | 18 +++++++++++++----- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/website/src/app/layout.tsx b/website/src/app/layout.tsx index b2861373..355ff352 100644 --- a/website/src/app/layout.tsx +++ b/website/src/app/layout.tsx @@ -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({ diff --git a/website/src/app/page.tsx b/website/src/app/page.tsx index 3664a38f..b0ddaa3e 100644 --- a/website/src/app/page.tsx +++ b/website/src/app/page.tsx @@ -36,7 +36,7 @@ export default function Home() { > @@ -54,13 +54,21 @@ export default function Home() {
- Zudoku makes -
all gorillas 🦍 + API documentation
- 🍌 go bananas + should be free.
-

Try it yourself

+
+ Zudoku is an open-source, OpenAPI powered, highly customizable +
+ API documentation framework for building quality developer + experiences. +
+ +

+ Try it with your API! +