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 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.
+
+
+
+
-
+