fix: change page title

This commit is contained in:
MAZE 2023-11-13 13:01:58 +03:30
parent 8f587944fd
commit 3bebb3e9d2

View File

@ -8,7 +8,7 @@ import { Footer } from '@/components/footer';
import { AboutSection, WhySection, ReadySection } from '@/components/sections'; import { AboutSection, WhySection, ReadySection } from '@/components/sections';
--- ---
<Layout title="Welcome to Astro."> <Layout title="Moodist: Ambient Sounds for Focus and Calm">
<Gradient /> <Gradient />
<Hero /> <Hero />
<App client:load /> <App client:load />