Replace onwidget with arthelokyo

This commit is contained in:
prototypa
2025-08-18 23:50:18 -04:00
parent ed3cc87a41
commit 2381a12d64
15 changed files with 29 additions and 201 deletions

View File

@@ -15,10 +15,10 @@ import Button from '~/components/ui/Button.astro';
import Image from '~/components/common/Image.astro';
const appStoreImg = '~/assets/images/app-store.png';
const appStoreDownloadLink = 'https://github.com/onwidget/astrowind';
const appStoreDownloadLink = 'https://github.com/arthelokyo/astrowind';
const googlePlayImg = '~/assets/images/google-play.png';
const googlePlayDownloadLink = 'https://github.com/onwidget/astrowind';
const googlePlayDownloadLink = 'https://github.com/arthelokyo/astrowind';
const metadata = {
title: 'Mobile App Homepage',
@@ -240,7 +240,7 @@ const metadata = {
callToAction={{
target: '_blank',
text: 'Read more testimonials',
href: 'https://github.com/onwidget/astrowind',
href: 'https://github.com/arthelokyo/astrowind',
icon: 'tabler:chevron-right',
}}
/>