From ad12fccea7991e7910183cab51b0d3c1055cba41 Mon Sep 17 00:00:00 2001 From: widgeter Date: Sat, 5 Aug 2023 21:40:13 +0200 Subject: [PATCH] Include a feature widget in mobile-app page --- src/pages/landing/mobile-app.astro | 57 +++++++++++++++++++++++++----- src/pages/landing/startup.astro | 2 +- 2 files changed, 49 insertions(+), 10 deletions(-) diff --git a/src/pages/landing/mobile-app.astro b/src/pages/landing/mobile-app.astro index 170a971..23d080a 100644 --- a/src/pages/landing/mobile-app.astro +++ b/src/pages/landing/mobile-app.astro @@ -4,9 +4,10 @@ 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'; const metadata = { - title: "Mobile App Landing Page", + title: 'Mobile App Landing Page', }; --- @@ -17,12 +18,12 @@ const metadata = { links={[]} actions={[ { - type: "ghost", + type: 'ghost', text: 'Login', href: '#', }, { - type: "primary", + type: 'primary', text: 'Sign Up', href: '#', }, @@ -33,7 +34,7 @@ const metadata = { @@ -44,19 +45,57 @@ 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. + + + + - +