betterbot: update index.html
This commit is contained in:
parent
19a7fa0e48
commit
21d641d364
1 changed files with 0 additions and 5 deletions
|
|
@ -21,10 +21,6 @@
|
|||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
.hero-overlay {
|
||||
background: linear-gradient(135deg, rgba(0, 180, 154, 0.85) 0%, rgba(0, 77, 65, 0.90) 100%);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
|
@ -65,7 +61,6 @@
|
|||
<!-- Hero -->
|
||||
<section class="relative min-h-[90vh] flex items-center justify-center bg-cover bg-center"
|
||||
style="background-image:url('/images/hero-bg.png')">
|
||||
<div class="hero-overlay absolute inset-0"></div>
|
||||
<div class="relative z-10 text-center text-white px-4 max-w-3xl">
|
||||
<h1 class="text-4xl sm:text-5xl md:text-6xl font-bold leading-tight mb-6">Better Life</h1>
|
||||
<p class="text-lg sm:text-xl md:text-2xl mb-8 text-white/90">Why settle for good when you can have it
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue