diff --git a/src/components/widgets/Hero.astro b/src/components/widgets/Hero.astro index bf9316e..c1426fd 100644 --- a/src/components/widgets/Hero.astro +++ b/src/components/widgets/Hero.astro @@ -1,7 +1,7 @@ --- import { Icon } from 'astro-icon/components'; import { Picture } from '@astrojs/image/components'; -import type { CallToAction } from '~/components/widgets/CallToAction.astro'; +import { CallToAction } from '~/types'; export interface Props { title?: string; @@ -48,7 +48,8 @@ const { {callToAction?.icon && ( <> -   + +   )} {callToAction?.text} @@ -66,7 +67,8 @@ const { {callToAction2?.icon && ( <> -   + +   )} {callToAction2.text} diff --git a/src/components/widgets/Hero2.astro b/src/components/widgets/Hero2.astro index 9f68674..411786d 100644 --- a/src/components/widgets/Hero2.astro +++ b/src/components/widgets/Hero2.astro @@ -1,8 +1,7 @@ --- import { Icon } from 'astro-icon/components'; import { Picture } from '@astrojs/image/components'; - -import type { CallToAction } from '~/components/widgets/CallToAction.astro'; +import { CallToAction } from '~/types'; export interface Props { title?: string; @@ -39,7 +38,9 @@ const { }
{subtitle &&

} -

+
{ callToAction && (
diff --git a/src/pages/landing/mobile-app.astro b/src/pages/landing/mobile-app.astro index 170a971..dfd7edc 100644 --- a/src/pages/landing/mobile-app.astro +++ b/src/pages/landing/mobile-app.astro @@ -4,9 +4,11 @@ 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'; const metadata = { - title: "Mobile App Landing Page", + title: 'Mobile App Landing Page', }; --- @@ -17,12 +19,12 @@ const metadata = { links={[]} actions={[ { - type: "ghost", + type: 'ghost', text: 'Login', href: '#', }, { - type: "primary", + type: 'primary', text: 'Sign Up', href: '#', }, @@ -33,7 +35,7 @@ const metadata = { @@ -44,19 +46,141 @@ const metadata = { AstroWind is a free, customizable and production-ready template for Astro 2.0 + + Tailwind CSS. - AstroWind: Production-ready. Suitable for Startups, - Small Business, Sass Websites, Professional Portfolios, Marketing Websites, Landing Pages & Blogs. + AstroWind: Production-ready. Suitable for + Startups, Small Business, Sass Websites, Professional Portfolios, Marketing Websites, Landing Pages & Blogs. + + + + + + + + +

Main Features

+
+
+ + + + + +

Benefits

+
+
+ - + + + + + +
+
+
+