diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index d805dad..e87ce8a 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -8,8 +8,8 @@ interface Props { } const { - title = 'WaveKat', - description = 'Give every small business the voice of a big one.', + title = 'WaveKat — Open-Source AI Voice Tools for Small Business', + description = 'WaveKat builds open-source, AI-powered tools that give small businesses enterprise-grade voice capabilities — phone answering, conversations, and 24/7 presence.', ogImage = '/og.png', } = Astro.props;