Skip to content

Commit

Permalink
feat: Update landing page hero section with new tagline and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaltiok committed Jun 6, 2024
1 parent af88b99 commit e9ae1df
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions index.md
Original file line number Diff line number Diff line change
@@ -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
---

0 comments on commit e9ae1df

Please sign in to comment.