Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/layouts/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Loading