betterbot: update prenatal.html
This commit is contained in:
parent
37728867eb
commit
f070dc2bad
1 changed files with 5 additions and 3 deletions
|
|
@ -48,9 +48,11 @@
|
||||||
|
|
||||||
<section class="relative min-h-[60vh] flex items-center justify-center bg-cover bg-center"
|
<section class="relative min-h-[60vh] flex items-center justify-center bg-cover bg-center"
|
||||||
style="background-image:url('/images/prenatal-bg.jpg')">
|
style="background-image:url('/images/prenatal-bg.jpg')">
|
||||||
<div class="relative z-10 text-center text-white px-4 max-w-3xl">
|
<!-- White overlay for better text contrast -->
|
||||||
<h1 class="text-4xl sm:text-5xl font-bold mb-4">Protect Your Growing Family</h1>
|
<div class="absolute inset-0 bg-white/60"></div>
|
||||||
<p class="text-lg sm:text-xl text-white/90">Comprehensive coverage from pregnancy to parenthood.</p>
|
<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>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue