From c735556726e75428550a3d28a2cf58e2c8490b7d Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Mon, 21 Jul 2025 21:56:55 +0300 Subject: Initial template --- src/pages/homes/mobile-app.astro | 297 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 297 insertions(+) create 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 new file mode 100644 index 0000000..510a321 --- /dev/null +++ b/src/pages/homes/mobile-app.astro @@ -0,0 +1,297 @@ +--- +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