This commit is contained in:
2026-01-29 06:09:22 -08:00
parent c638af667a
commit 4359b3be4a
+4 -2
View File
@@ -3,9 +3,11 @@ import styles from './yes.module.css';
export default function YesPage() {
return (
<div className={styles.container}>
<h1>Congratulations, you're now my valentine!!! 💖🥳</h1>
<h1>Congratulations!!!</h1>
<h2>You're now my valentine 💖🥳</h2>
<h2>No takebacks allowed, you're stuck with me 🎉</h2>
<h3>Great job using the freewill the website gave you to make the right choice</h3>
<p></p>
<h3>P.S. Great job using the freewill the website gave you to make the right choice</h3>
</div>
);
}