From 9acaed1f7c8dfd0a126f8de03967998048f30010 Mon Sep 17 00:00:00 2001 From: widgeter Date: Wed, 16 Aug 2023 15:00:04 +0200 Subject: [PATCH 1/7] Modify Hero texts on saas, startup and mobile-app pages --- src/pages/homes/mobile-app.astro | 13 ++++++------- src/pages/homes/saas.astro | 21 ++++++++++++--------- src/pages/homes/startup.astro | 15 +++++++-------- 3 files changed, 25 insertions(+), 24 deletions(-) diff --git a/src/pages/homes/mobile-app.astro b/src/pages/homes/mobile-app.astro index 80ea7f1..5a79a11 100644 --- a/src/pages/homes/mobile-app.astro +++ b/src/pages/homes/mobile-app.astro @@ -26,17 +26,16 @@ const metadata = { }} > - Free template for - Astro 2.0 + Tailwind CSS + AstroWind App:
+ templates crafted with + Astro + Tailwind CSS
- AstroWind: Production-ready. Suitable for - Startups, Small Business, Sass Websites, Professional Portfolios, Marketing Websites, Landing Pages & Blogs. + Unlock boundless creativity at your fingertips: your gateway to innovative design. + + Download now and embark on a journey to elevate your projects like never before. diff --git a/src/pages/homes/saas.astro b/src/pages/homes/saas.astro index 50e7314..eb2d538 100644 --- a/src/pages/homes/saas.astro +++ b/src/pages/homes/saas.astro @@ -40,26 +40,29 @@ const metadata = { - Free template for
- Astro 2.0 + Tailwind CSS + Simplify web design with Astrowind:
your ultimate SaaS companion
AstroWind's SaaS solutions. - AstroWind: Production-ready. Suitable for - Startups, Small Business, Sass Websites, Professional Portfolios, Marketing Websites, Landing Pages & Blogs. + Seamlessly blend the power of Astro 2.0 and Tailwind CSS to craft websites that resonate with your brand and + audience.
- + - - Free template for - Astro 2.0 + Tailwind CSS + Astrowind: your website with Astro 2.0 + Tailwind CSS - Astrowind's templates.
+ - AstroWind: Production-ready. Suitable for - Startups, Small Business, Sass Websites, Professional Portfolios, Marketing Websites, Landing Pages & Blogs.
From f591623d734447f529c1c6bdea252b3dc4da3f05 Mon Sep 17 00:00:00 2001 From: widgeter Date: Wed, 16 Aug 2023 15:44:28 +0200 Subject: [PATCH 2/7] Include blog widget on personal page --- src/pages/homes/personal.astro | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/pages/homes/personal.astro b/src/pages/homes/personal.astro index 0c66b55..28d8df2 100644 --- a/src/pages/homes/personal.astro +++ b/src/pages/homes/personal.astro @@ -8,6 +8,7 @@ import CallToAction from '~/components/widgets/CallToAction.astro'; import Features3 from '~/components/widgets/Features3.astro'; import Testimonials from '~/components/widgets/Testimonials.astro'; import Steps from '~/components/widgets/Steps.astro'; +import BlogLatestPosts from '~/components/widgets/BlogLatestPosts.astro'; const metadata = { title: 'Personal Homepage Demo', @@ -357,6 +358,18 @@ const metadata = { ]} /> + + + + +
+
+
+ Date: Wed, 16 Aug 2023 17:01:35 +0200 Subject: [PATCH 3/7] Remove duplicate BlogLatestPost widget --- src/pages/homes/personal.astro | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/src/pages/homes/personal.astro b/src/pages/homes/personal.astro index c1c602d..b22b1cd 100644 --- a/src/pages/homes/personal.astro +++ b/src/pages/homes/personal.astro @@ -339,18 +339,6 @@ const metadata = { ]} /> - - - - -
-
-
- - + +
From ac888e01870f481a057113795bb579e9e6468099 Mon Sep 17 00:00:00 2001 From: widgeter Date: Wed, 16 Aug 2023 18:35:46 +0200 Subject: [PATCH 4/7] Modify Hero texts on mobile-app and startup pages --- src/pages/homes/mobile-app.astro | 5 ++--- src/pages/homes/startup.astro | 14 ++++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/pages/homes/mobile-app.astro b/src/pages/homes/mobile-app.astro index 4130be6..08d20ce 100644 --- a/src/pages/homes/mobile-app.astro +++ b/src/pages/homes/mobile-app.astro @@ -27,9 +27,8 @@ const metadata = { }} > - AstroWind App:
- templates crafted with - Astro + Tailwind CSS + AstroWind App:
building professional websites + made easy
diff --git a/src/pages/homes/startup.astro b/src/pages/homes/startup.astro index 8a1daa6..e83df48 100644 --- a/src/pages/homes/startup.astro +++ b/src/pages/homes/startup.astro @@ -24,16 +24,18 @@ const metadata = { callToAction2={{ text: 'Learn more', href: '#features' }} > - Astrowind: your website with your website with Astro 2.0 + Tailwind CSS + > + Tailwind CSS --> + + Improve your Startup with Astrowind templates - Simplify your website creation journey with Astrowind's templates.
- + Step into the spotlight with Astrowind templates, your pathway to fortifying + your startup's digital footprint, fostering credibility, and expanding your reach.
From b34b64104e27aade5910220d79cad0d92f8eac23 Mon Sep 17 00:00:00 2001 From: widgeter Date: Wed, 16 Aug 2023 21:20:57 +0200 Subject: [PATCH 5/7] Modify texts in feature section on saas page --- src/pages/homes/saas.astro | 48 ++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 25 deletions(-) diff --git a/src/pages/homes/saas.astro b/src/pages/homes/saas.astro index 5404e6a..d4343f9 100644 --- a/src/pages/homes/saas.astro +++ b/src/pages/homes/saas.astro @@ -65,43 +65,41 @@ const metadata = { From c4b17c61b55107d180996d1ce465e7de6d886da7 Mon Sep 17 00:00:00 2001 From: widgeter Date: Wed, 16 Aug 2023 21:47:04 +0200 Subject: [PATCH 6/7] Include a pricing widget on sass page --- src/pages/homes/saas.astro | 44 +++++++++++++++++++++ src/pages/pricing.astro | 78 +++++++++++++++++++------------------- 2 files changed, 83 insertions(+), 39 deletions(-) diff --git a/src/pages/homes/saas.astro b/src/pages/homes/saas.astro index d4343f9..9ddc0b9 100644 --- a/src/pages/homes/saas.astro +++ b/src/pages/homes/saas.astro @@ -7,6 +7,7 @@ import Features from '~/components/widgets/Features.astro'; import Steps2 from '~/components/widgets/Steps2.astro'; import Content from '~/components/widgets/Content.astro'; import CallToAction from '~/components/widgets/CallToAction.astro'; +import Pricing from '~/components/widgets/Pricing.astro'; import { headerData } from '~/navigation'; @@ -216,6 +217,49 @@ const metadata = { + + + + - + -