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

This commit is contained in:
BetterBot 2026-04-16 08:44:40 +08:00
parent 975f42267e
commit 4ccc8e601d

View file

@ -61,12 +61,14 @@
<!-- Hero --> <!-- Hero -->
<section class="relative min-h-[90vh] flex items-center justify-center bg-cover bg-center" <section class="relative min-h-[90vh] flex items-center justify-center bg-cover bg-center"
style="background-image:url('/images/hero-bg.png')"> style="background-image:url('/images/hero-bg.png')">
<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 md:text-6xl font-bold leading-tight mb-6">Better Life</h1> <div class="absolute inset-0 bg-white/60"></div>
<p class="text-lg sm:text-xl md:text-2xl mb-8 text-white/90">Why settle for good when you can have it <div class="relative z-10 text-center px-4 max-w-3xl">
<h1 class="text-4xl sm:text-5xl md:text-6xl font-bold leading-tight mb-6 text-gray-900">Better Life</h1>
<p class="text-lg sm:text-xl md:text-2xl mb-8 text-gray-700">Why settle for good when you can have it
better?</p> better?</p>
<a href="/contact.html" <a href="/contact.html"
class="inline-block bg-white text-brand-600 font-semibold px-8 py-3 rounded-lg hover:bg-brand-50 transition text-lg">Start class="inline-block bg-brand-600 text-white font-semibold px-8 py-3 rounded-lg hover:bg-brand-700 transition text-lg">Start
Planning</a> Planning</a>
</div> </div>
</section> </section>