Hero text

fixing what looked like an error.
This commit is contained in:
engage_intelllect
2023-02-11 20:40:00 -08:00
committed by GitHub
parent 9c7218e798
commit 7590d1d64b

View File

@ -29,9 +29,8 @@ const meta = {
image={{ src: import('~/assets/images/hero.png'), alt: 'AstroWind Hero Image' }} image={{ src: import('~/assets/images/hero.png'), alt: 'AstroWind Hero Image' }}
> >
<Fragment slot="title"> <Fragment slot="title">
Free template for <span class="hidden lg:inline">create your website <br class="2xl:hidden"/> with</span> A free template for <span class="hidden xl:inline">creating beautiful websites with</span>
<span class="text-accent dark:text-white highlight"> Astro 2.0</span> + Tailwind CSS <span class="text-accent dark:text-white highlight"> Astro 2.0</span> + Tailwind CSS </Fragment>
</Fragment>
<Fragment slot="subtitle"> <Fragment slot="subtitle">
<span class="hidden sm:inline"> <span class="hidden sm:inline">
@ -265,9 +264,9 @@ const meta = {
<LatestPosts <LatestPosts
title="Find out more content in our Blog" title="Find out more content in our Blog"
information={`The blog is used to display AstroWind documentation. information={`The blog is used to display AstroWind documentation.
Each new article will be an important step that you will need to know to be an expert in creating a website using Astro + Tailwind CSS. Each new article will be an important step that you will need to know to be an expert in creating a website using Astro + Tailwind CSS.
Astro is a very interesting technology. Thanks. Astro is a very interesting technology. Thanks.
`} `}
postIds={[ postIds={[
'get-started-website-with-astro-tailwind-css.md', 'get-started-website-with-astro-tailwind-css.md',
'how-to-customize-astrowind-to-your-brand.md', 'how-to-customize-astrowind-to-your-brand.md',