diff --git a/frontend/src/routes/account/+page.svelte b/frontend/src/routes/account/+page.svelte
index 4452ad7..2e24169 100644
--- a/frontend/src/routes/account/+page.svelte
+++ b/frontend/src/routes/account/+page.svelte
@@ -1439,16 +1439,27 @@
{#if authStore.currentUser?.role !== 'admin'}
+ Card Completed — 10% Off Your Next Booking! +
+{stamps < 10 - ? 'Collect 10 stamps to get 10% off your next booking.' - : 'Your card is full — enjoy 10% off your next service!'} + ? `Collect ${10 - stamps} more stamp${10 - stamps === 1 ? '' : 's'} to get 10% off your next booking.` + : (() => { const fc = Math.floor(stamps / 10); return `You have ${fc === 1 ? 'a' : fc} full stampcard${fc === 1 ? '' : 's'} ready to take advantage of at your next booking!`; })()}
- 🎉 Card Completed — 10% Off Your Next Booking! -
-