diff --git a/src/pages/landing/mobile-app.astro b/src/pages/landing/mobile-app.astro new file mode 100644 index 0000000..c7f2667 --- /dev/null +++ b/src/pages/landing/mobile-app.astro @@ -0,0 +1,73 @@ +--- +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'; + +const meta = { + title: "Mobile App Landing Page", +}; +--- + + + + +
+ + + + + + + Free template for + Astro v2 + Tailwind CSS + + + + + AstroWind: Production-ready. Suitable for Startups, + Small Business, Sass Websites, Professional Portfolios, Marketing Websites, Landing Pages & Blogs. + + + + + + + + Astro +
Tailwind CSS +
+ + + Be very surprised by these huge fake numbers you are seeing on this page. Don't + waste more time! :P + +
+ \ No newline at end of file diff --git a/src/pages/landing/saas.astro b/src/pages/landing/saas.astro new file mode 100644 index 0000000..57706ea --- /dev/null +++ b/src/pages/landing/saas.astro @@ -0,0 +1,203 @@ +--- +import Layout from '~/layouts/PageLayout.astro'; + +import Header from '~/components/widgets/Header.astro'; +import Hero2 from '~/components/widgets/Hero2.astro'; +import Steps2 from '~/components/widgets/Steps2.astro'; +import Content from '~/components/widgets/Content.astro'; +import CallToAction from '~/components/widgets/CallToAction.astro'; + +import { headerData } from '~/data'; + +const meta = { + title: 'Saas Landing Page', +}; +--- + + + +
+ + + + + + + Free template for
+ Astro v2 + Tailwind CSS +
+ + + + AstroWind: Production-ready. Suitable for Startups, + Small Business, Sass Websites, Professional Portfolios, Marketing Websites, Landing Pages & Blogs. + +
+ + + + + +

Ad vix debet docendi

+ Ne dicta praesent ocurreret has, diam theophrastus at pro. Eos etiam regione ut, persius eripuit quo id. Sit te euismod + tacimates. +
+
+ + + + + +

Ad vix debet docendi

+ Ne dicta praesent ocurreret has, diam theophrastus at pro. Eos etiam regione ut, persius eripuit quo id. Sit te euismod + tacimates. +
+
+ + + + + +

Ad vix debet docendi

+ Ne dicta praesent ocurreret has, diam theophrastus at pro. Eos etiam regione ut, persius eripuit quo id. Sit te euismod + tacimates. +
+
+ + + + + + + + + + Astro +
Tailwind CSS +
+ + + Be very surprised by these huge fake numbers you are seeing on this page. Don't + waste more time! :P + +
+ diff --git a/src/pages/landing/startup.astro b/src/pages/landing/startup.astro new file mode 100644 index 0000000..e5cdae7 --- /dev/null +++ b/src/pages/landing/startup.astro @@ -0,0 +1,56 @@ +--- +import Layout from '~/layouts/PageLayout.astro'; + +import Hero from '~/components/widgets/Hero.astro'; +import CallToAction from '~/components/widgets/CallToAction.astro'; + +const meta = { + title: "Startup Landing Page", +}; +--- + + + + + + + Free template for + Astro v2 + Tailwind CSS + + + + + AstroWind: Production-ready. Suitable for Startups, + Small Business, Sass Websites, Professional Portfolios, Marketing Websites, Landing Pages & Blogs. + + + + + + + + + + + + Astro +
Tailwind CSS +
+ + + Be very surprised by these huge fake numbers you are seeing on this page. Don't + waste more time! :P + +
+
\ No newline at end of file