This commit is contained in:
2026-01-29 05:18:41 -08:00
parent 4c13d12938
commit 12e6fadf6e
15 changed files with 355 additions and 196 deletions
+9
View File
@@ -0,0 +1,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>
</div>
);
}