first commit

This commit is contained in:
2026-03-11 15:44:38 +01:00
parent 8b354795a4
commit d91fb0d411
17 changed files with 34 additions and 20 deletions

View File

@@ -327,13 +327,13 @@ export default function BirthdayBanner({ name = "Linh" }) {
<div className="absolute inset-0 bg-black/10"></div>
<div className="relative z-10 max-w-4xl mx-auto text-center px-4">
<h1 className="text-4xl md:text-6xl font-bold mb-4 animate-bounce">
🎂 Happy Birthday {name}! 🎉
🎂 Happy birthday {name}! 🎉
</h1>
<p className="text-xl md:text-2xl font-medium opacity-90">
Chúc mừng sinh nhật! Click để ăn confetti!
Chúc mừng sinh nhật!
</p>
<p className="mt-4 text-lg opacity-75">
(Click anywhere for more confetti 🎊)
(Click để ăn pháo bông vào mồm 🎊)
</p>
</div>
</header>
@@ -375,7 +375,7 @@ function App() {
<BirthdayBanner name="Linh" />
<RoastGallery />
<footer className="text-center py-8 text-gray-500">
<p>Made with 💖 for the birthday roast</p>
<p>Made with 💩</p>
</footer>
</div>
)