I need this image to be replaced in the section
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -31,8 +31,8 @@
|
|
| 31 |
<div class="flex justify-between h-16">
|
| 32 |
<div class="flex items-center">
|
| 33 |
<div class="flex-shrink-0 flex items-center">
|
| 34 |
-
<img id="logo" src="https://
|
| 35 |
-
|
| 36 |
</div>
|
| 37 |
<script>
|
| 38 |
document.addEventListener('DOMContentLoaded', () => {
|
|
@@ -66,7 +66,7 @@
|
|
| 66 |
<div class="hero-bg pt-32 pb-20 md:pt-40 md:pb-32">
|
| 67 |
<div class="relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
| 68 |
<div class="absolute inset-0 bg-[url('https://static.photos/legal/1200x630/42')] opacity-10 bg-cover bg-center -z-10"></div>
|
| 69 |
-
<img id="hero-logo" src="https://
|
| 70 |
<p id="hero-tagline" class="text-3xl md:text-5xl text-gray-300 max-w-3xl mx-auto opacity-0 transform translate-y-10 transition-all duration-1000 delay-300 italic tracking-wide" style="font-family: 'Poppins', sans-serif; font-style: italic;">
|
| 71 |
Just list it, with perfection!
|
| 72 |
</p>
|
|
|
|
| 31 |
<div class="flex justify-between h-16">
|
| 32 |
<div class="flex items-center">
|
| 33 |
<div class="flex-shrink-0 flex items-center">
|
| 34 |
+
<img id="logo" src="https://static.photos/retail/200x200/1" alt="Twinory Logo" class="h-10 opacity-0">
|
| 35 |
+
<span id="tagline" class="text-xs text-yellow-400 opacity-0 ml-2">Just list it, with perfection!</span>
|
| 36 |
</div>
|
| 37 |
<script>
|
| 38 |
document.addEventListener('DOMContentLoaded', () => {
|
|
|
|
| 66 |
<div class="hero-bg pt-32 pb-20 md:pt-40 md:pb-32">
|
| 67 |
<div class="relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
| 68 |
<div class="absolute inset-0 bg-[url('https://static.photos/legal/1200x630/42')] opacity-10 bg-cover bg-center -z-10"></div>
|
| 69 |
+
<img id="hero-logo" src="https://static.photos/retail/640x360/1" alt="Twinory Logo" class="h-80 mx-auto mb-6 opacity-0 transform translate-y-10 transition-all duration-1000" loading="eager">
|
| 70 |
<p id="hero-tagline" class="text-3xl md:text-5xl text-gray-300 max-w-3xl mx-auto opacity-0 transform translate-y-10 transition-all duration-1000 delay-300 italic tracking-wide" style="font-family: 'Poppins', sans-serif; font-style: italic;">
|
| 71 |
Just list it, with perfection!
|
| 72 |
</p>
|