diff --git a/frontend/src/lib/components/home/TutorialBanner.svelte b/frontend/src/lib/components/home/TutorialBanner.svelte
index 2e5918b854..caff0d860f 100644
--- a/frontend/src/lib/components/home/TutorialBanner.svelte
+++ b/frontend/src/lib/components/home/TutorialBanner.svelte
@@ -127,14 +127,14 @@
{#if hasCompletedAny}
- New tutorial available
+ New tutorial available!
{:else}
Learn with interactive tutorials
{/if}
{#if hasCompletedAny}
- Continue your learning journey and master new Windmill skills!
+ Continue your learning journey and master new Windmill skills.
{:else}
Get started quickly with step-by-step guides on building flows, scripts, and more.
{/if}