From 8589a3bc97190c3d3bbb7246ea517e7855abfeed Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Tue, 22 Jul 2025 10:03:40 +0300 Subject: cleanup and styling --- src/pages/homes/mobile-app.astro | 297 --------------------------------------- 1 file changed, 297 deletions(-) delete mode 100644 src/pages/homes/mobile-app.astro (limited to 'src/pages/homes/mobile-app.astro') diff --git a/src/pages/homes/mobile-app.astro b/src/pages/homes/mobile-app.astro deleted file mode 100644 index 510a321..0000000 --- a/src/pages/homes/mobile-app.astro +++ /dev/null @@ -1,297 +0,0 @@ ---- -import Layout from '~/layouts/PageLayout.astro'; - -import Header from '~/components/widgets/Header.astro'; - -import Hero2 from '~/components/widgets/Hero2.astro'; -import CallToAction from '~/components/widgets/CallToAction.astro'; -import Features3 from '~/components/widgets/Features3.astro'; -import Content from '~/components/widgets/Content.astro'; -import Testimonials from '~/components/widgets/Testimonials.astro'; -import FAQs from '~/components/widgets/FAQs.astro'; -import Stats from '~/components/widgets/Stats.astro'; - -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 googlePlayImg = '~/assets/images/google-play.png'; -const googlePlayDownloadLink = 'https://github.com/onwidget/astrowind'; - -const metadata = { - title: 'Mobile App Homepage', -}; ---- - - - - -
- - - - - - - AstroWind App:
professional websites -
- - - - Download now and embark on a journey to elevate your projects like never before. - - -
- - - -
-
- - - - - - - - - -

Main Features

-
-
- - - - - -

Other features

-
-
- - - - - - - - - - - - - - - - -
- - - -
-
- -- cgit v1.2.3