From e9ae1df7ba3ae105c18396222bd7c5302d3adc78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berk=20Alt=C4=B1ok?= <17373485+berkaltiok@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:27:03 +0000 Subject: [PATCH] feat: Update landing page hero section with new tagline and actions --- index.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/index.md b/index.md index 352c418..f7e0430 100644 --- a/index.md +++ b/index.md @@ -1,24 +1,23 @@ --- -# https://vitepress.dev/reference/default-theme-home-page layout: home hero: - name: "Parsek" - text: "Open-source modular back-end written in Kotlin" - tagline: My great project tagline + name: Parsek + text: Rest API Build Structure for Kotlin + tagline: Create Rest API with Kotlin in Minutes actions: - theme: brand - text: Markdown Examples - link: /markdown-examples + text: What is Parsek? + link: /guide/what-is-parsek - theme: alt - text: API Examples - link: /api-examples + text: Quickstart + link: /guide/getting-started features: - - title: Feature A + - title: Modular Codebase details: Lorem ipsum dolor sit amet, consectetur adipiscing elit - - title: Feature B + - title: Only Rest API details: Lorem ipsum dolor sit amet, consectetur adipiscing elit - - title: Feature C + - title: Basic Development details: Lorem ipsum dolor sit amet, consectetur adipiscing elit ---