diff --git a/src/yes.tsx b/src/yes.tsx
index 8f50339..6f36cd9 100644
--- a/src/yes.tsx
+++ b/src/yes.tsx
@@ -3,9 +3,11 @@ import styles from './yes.module.css';
export default function YesPage() {
return (
-
Congratulations, you're now my valentine!!! 💖🥳
+
Congratulations!!!
+
You're now my valentine 💖🥳
No takebacks allowed, you're stuck with me 🎉
-
Great job using the freewill the website gave you to make the right choice
+
+
P.S. Great job using the freewill the website gave you to make the right choice
);
}