betterbot: update prenatal.html
All checks were successful
Deploy Better Life SG / deploy (push) Successful in 4s
Deploy Better Life SG / notify (push) Successful in 2s

This commit is contained in:
BetterBot 2026-04-16 09:21:38 +08:00
parent 37728867eb
commit f070dc2bad

View file

@ -48,9 +48,11 @@
<section class="relative min-h-[60vh] flex items-center justify-center bg-cover bg-center"
style="background-image:url('/images/prenatal-bg.jpg')">
<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">Protect Your Growing Family</h1>
<p class="text-lg sm:text-xl text-white/90">Comprehensive coverage from pregnancy to parenthood.</p>
<!-- 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">Protect Your Growing Family</h1>
<p class="text-lg sm:text-xl text-gray-700">Comprehensive coverage from pregnancy to parenthood.</p>
</div>
</section>