betterbot: update fresh-grads.html
All checks were successful
Deploy Better Life SG / deploy (push) Successful in 6s
Deploy Better Life SG / notify (push) Successful in 2s

This commit is contained in:
BetterBot 2026-04-16 09:20:40 +08:00
parent 4ccc8e601d
commit 37728867eb

View file

@ -50,9 +50,11 @@
<!-- Hero -->
<section class="relative min-h-[60vh] flex items-center justify-center bg-cover bg-center"
style="background-image:url('/images/fresh-grads-bg.png')">
<div class="relative z-10 text-center text-white px-4 max-w-3xl">
<h1 class="text-4xl sm:text-5xl font-bold mb-4">Start Your Career with Confidence</h1>
<p class="text-lg sm:text-xl text-white/90">Build a strong financial foundation early and protect your
<!-- White overlay for better text contrast -->
<div class="absolute inset-0 bg-white/60"></div>
<div class="relative z-10 text-center px-4 max-w-3xl">
<h1 class="text-4xl sm:text-5xl font-bold mb-4 text-gray-900">Start Your Career with Confidence</h1>
<p class="text-lg sm:text-xl text-gray-700">Build a strong financial foundation early and protect your
future.</p>
</div>
</section>