Skip to content

Commit cde144d

Browse files
committed
feat: Website SEO content updates
1 parent 5ca4705 commit cde144d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/website/src/routes/(landing_page)/+page.svelte

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
</script>
1111

1212
<svelte:head>
13-
<title>roast.dev — Helps you Fix Bad Code 🧯🔥 Before It Hits Code Review 😮‍💨</title>
13+
<title>
14+
Roast — Browser Extension That Helps You Fix Bad Code 🧯 Before It Hits Code Review 😮‍💨
15+
</title>
1416
<meta
1517
name="description"
16-
content="Save your team's time and your ego. Roast uses AI to catch code issues before humans do, making PR reviews quick and actually productive. Works with GitHub, GitLab support coming soon 🚀"
18+
content="Save your team's time and your ego. Roast uses AI to catch code issues before humans do, making PR reviews quick and actually productive. Works with GitHub (GitLab support coming soon 🚀)"
1719
/>
1820

1921
<style>

0 commit comments

Comments
 (0)