From f9a8056c8c4ad15dbea242e9b1d9781c84f4fd46 Mon Sep 17 00:00:00 2001 From: prototypa Date: Wed, 23 Nov 2022 19:16:22 -0500 Subject: [PATCH] Minimal design refactorization --- src/components/widgets/Announcement.astro | 13 +++++++------ src/components/widgets/Features.astro | 16 ++++++++-------- src/components/widgets/Note.astro | 6 +++--- 3 files changed, 18 insertions(+), 17 deletions(-) diff --git a/src/components/widgets/Announcement.astro b/src/components/widgets/Announcement.astro index 9477c1b..678dc38 100644 --- a/src/components/widgets/Announcement.astro +++ b/src/components/widgets/Announcement.astro @@ -7,20 +7,21 @@ import { getPermalink } from '~/utils/permalinks'; > NEW Get started with AstroWind to create a website using Astro and Tailwind CSS »Useful tools and resources to create a professional website » Follow @onWidget diff --git a/src/components/widgets/Features.astro b/src/components/widgets/Features.astro index 7c8d741..ab88f0f 100644 --- a/src/components/widgets/Features.astro +++ b/src/components/widgets/Features.astro @@ -4,15 +4,15 @@ import { Icon } from 'astro-icon'; const items = [ [ { - title: 'Integration with Tailwind CSS', + title: 'Astro + Tailwind CSS Integration', description: - 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi sagittis, quam nec venenatis lobortis, mi risus tempus nulla.', + 'A seamless integration between two great frameworks that offer high productivity, performance and versatility.', icon: 'tabler:brand-tailwind', }, { title: 'Ready-to-use Components', description: - 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi sagittis, quam nec venenatis lobortis, mi risus tempus nulla.', + 'Widgets made with Tailwind CSS ready to be used in Marketing Websites, SaaS, Blogs, Personal Profiles, Small Business...', icon: 'tabler:components', }, { @@ -26,11 +26,11 @@ const items = [ { title: 'Excellent Page Speed', description: - 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi sagittis, quam nec venenatis lobortis, mi risus tempus nulla.', + 'Having a good page speed impacts organic search ranking, improves user experience (UI/UX) and increase conversion rates.', icon: 'tabler:rocket', }, { - title: 'Frequently updated', + title: 'Search Engine Optimization (SEO)', description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi sagittis, quam nec venenatis lobortis, mi risus tempus nulla.', icon: 'tabler:arrows-right-left', @@ -45,12 +45,12 @@ const items = [ ]; --- -
+
-
+

Features

- What you get with AstroWind + What you get with AstroWind

Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque rem aperiam, eaque ipsa diff --git a/src/components/widgets/Note.astro b/src/components/widgets/Note.astro index 61bcc9c..16f3f02 100644 --- a/src/components/widgets/Note.astro +++ b/src/components/widgets/Note.astro @@ -2,9 +2,9 @@ import { Icon } from 'astro-icon'; --- -

+
- Philosophy: Simplicity, good - practices and high performance + Philosophy: Simplicity, Best + Practices and High Performance