This commit is contained in:
2026-01-29 05:28:59 -08:00
parent bd5575eb88
commit ffd5cd09d9
2 changed files with 12 additions and 8 deletions
+3 -2
View File
@@ -2,8 +2,9 @@ export default function YesPage() {
return (
<div className="container">
<h1>Congratulations, you're now my valentine!!! 💖🥳</h1>
<h2>Great job using the freewill the website gave you to make the right choice!!!</h2>
<h3>No takebacks allowed, you're stuck with me 🎉</h3>
<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>
</div>
);
}