2024-02-05 01:02:32 +01:00
---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
name: 'Kvaesitso'
tagline: A search-focused, free and open source launcher for Android
image: /icon.png
actions:
- theme: brand
text: Get started
link: /docs/user-guide/
---
< script setup >
import Footer from '.vitepress/theme/Footer.vue'
< / script >
< div class = "home-screenshots" >
< img src = "/img/screenshot-1.png" > < / img >
< img src = "/img/screenshot-2.png" > < / img >
< img src = "/img/screenshot-3.png" > < / img >
< img src = "/img/screenshot-4.png" > < / img >
< img src = "/img/screenshot-5.png" > < / img >
< img src = "/img/screenshot-6.png" > < / img >
2025-02-25 18:44:32 +01:00
< div class = "credits" > Wallpaper by Allec Gomes on < a href = "https://unsplash.com/de/fotos/ein-grunes-blatt-das-auf-einem-gewasser-schwimmt-UcWUMqIsld8" target = "_blank" > Unspash.com< / a > < / div >
2024-02-05 01:02:32 +01:00
< / div >
< Footer > < / Footer >