betterbot: update legacy.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:23:34 +08:00
parent 8d41799431
commit 397c21f387

View file

@ -15,10 +15,6 @@
html { html {
scroll-behavior: smooth scroll-behavior: smooth
} }
.hero-overlay {
background: linear-gradient(135deg, rgba(0, 180, 154, 0.85) 0%, rgba(0, 77, 65, 0.90) 100%)
}
</style> </style>
</head> </head>
@ -52,10 +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/legacy-bg.png')"> style="background-image:url('/images/legacy-bg.png')">
<div class="hero-overlay absolute inset-0"></div> <!-- White overlay for better text contrast -->
<div class="relative z-10 text-center text-white px-4 max-w-3xl"> <div class="absolute inset-0 bg-white/60"></div>
<h1 class="text-4xl sm:text-5xl font-bold mb-4">Leave a Lasting Legacy</h1> <div class="relative z-10 text-center px-4 max-w-3xl">
<p class="text-lg sm:text-xl text-white/90">Ensure your wealth is transferred smoothly to the next <h1 class="text-4xl sm:text-5xl font-bold mb-4 text-gray-900">Leave a Lasting Legacy</h1>
<p class="text-lg sm:text-xl text-gray-700">Ensure your wealth is transferred smoothly to the next
generation.</p> generation.</p>
</div> </div>
</section> </section>