first commit
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user