diff --git a/src/pages/index.astro b/src/pages/index.astro index b8a2b31..b52288d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -13,7 +13,7 @@ import Stats from '~/components/widgets/Stats.astro'; import CallToAction from '~/components/widgets/CallToAction.astro'; const metadata = { - title: 'AstroWind — Free template for create a website with Astro + Tailwind CSS', + title: 'AstroWind — Free template for creating websites with Astro + Tailwind CSS', dontUseTitleTemplate: true, }; ---