Add and update a lot of templates
This commit is contained in:
@ -5,16 +5,24 @@ import BasicCTA from "~/components/astro/ctas/BasicCTA.astro";
|
||||
import BasicFeatures from "~/components/astro/features/BasicFeatures.astro";
|
||||
import StepsFeatures from "~/components/astro/features/StepsFeatures.astro";
|
||||
import HeroWithImage from "~/components/astro/hero/HeroWithImage.astro";
|
||||
import FAQsBasic from "~/components/astro/faqs/FAQsBasic.astro";
|
||||
import TwoColsFeatures from "~/components/astro/features/TwoColsFeatures.astro";
|
||||
import StepsLeft from "~/components/astro/features/StepsLeft.astro";
|
||||
import BasicStats from "~/components/astro/stats/BasicStats.astro";
|
||||
import BlogFeaturesFourCols from "~/components/astro/blog/BlogFeaturesFourCols.astro";
|
||||
---
|
||||
|
||||
<Layout
|
||||
title="AstroWind — Your website with Astro + Tailwind CSS"
|
||||
description="Performance and accessible template to make your website using Astro + Tailwind CSS."
|
||||
>
|
||||
<Layout title="AstroWind — Your website with Astro + Tailwind CSS"
|
||||
description="Performance and accessible template to make your website using Astro + Tailwind CSS.">
|
||||
<main class="mt-20">
|
||||
<HeroWithImage />
|
||||
<BasicFeatures />
|
||||
<StepsLeft />
|
||||
<TwoColsFeatures />
|
||||
<StepsFeatures />
|
||||
<BlogFeaturesFourCols />
|
||||
<FAQsBasic />
|
||||
<BasicStats />
|
||||
<BasicCTA />
|
||||
</main>
|
||||
</Layout>
|
||||
</Layout>
|
Reference in New Issue
Block a user