Basic design refacctorization
This commit is contained in:
@ -33,8 +33,8 @@ const meta = {
|
||||
|
||||
<Layout {meta}>
|
||||
<Fragment slot="title">
|
||||
News and step-by-step guides about
|
||||
<span class="bg-clip-text text-transparent bg-gradient-to-r from-primary-500 to-secondary-500">AstroWind</span>
|
||||
News and tutorials about
|
||||
<span>AstroWind</span>
|
||||
</Fragment>
|
||||
<BlogList posts={page.data} />
|
||||
<Pagination prevUrl={page.url.prev} nextUrl={page.url.next} />
|
||||
|
@ -4,6 +4,7 @@ import { getCanonical, getHomePermalink } from '~/utils/permalinks';
|
||||
import Layout from '~/layouts/PageLayout.astro';
|
||||
|
||||
import Hero from '~/components/widgets/Hero.astro';
|
||||
import Note from '~/components/widgets/Note.astro';
|
||||
import Features from '~/components/widgets/Features.astro';
|
||||
import Features2 from '~/components/widgets/Features2.astro';
|
||||
import Steps from '~/components/widgets/Steps.astro';
|
||||
@ -22,6 +23,7 @@ const meta = {
|
||||
|
||||
<Layout {meta}>
|
||||
<Hero />
|
||||
<Note />
|
||||
<Features />
|
||||
<Steps />
|
||||
<Features2 />
|
||||
|
Reference in New Issue
Block a user