betterbot: update legacy.html
This commit is contained in:
parent
8d41799431
commit
397c21f387
1 changed files with 5 additions and 8 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue