add astro template for front #13
@ -1,16 +1,16 @@
|
||||
---
|
||||
import Layout from '~/layouts/PageLayout.astro';
|
||||
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';
|
||||
import Content from '~/components/widgets/Content.astro';
|
||||
import BlogLatestPosts from '~/components/widgets/BlogLatestPosts.astro';
|
||||
import FAQs from '~/components/widgets/FAQs.astro';
|
||||
import Stats from '~/components/widgets/Stats.astro';
|
||||
import CallToAction from '~/components/widgets/CallToAction.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';
|
||||
import Content from 'components/widgets/Content.astro';
|
||||
import BlogLatestPosts from 'components/widgets/BlogLatestPosts.astro';
|
||||
import FAQs from 'components/widgets/FAQs.astro';
|
||||
import Stats from 'components/widgets/Stats.astro';
|
||||
import CallToAction from 'components/widgets/CallToAction.astro';
|
||||
|
||||
const metadata = {
|
||||
title: 'AstroWind — Free template for creating websites with Astro + Tailwind CSS',
|
||||
|
Loading…
x
Reference in New Issue
Block a user