double the size of the image size of the main logo in the middle of the Home page
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -54,8 +54,8 @@
|
|
| 54 |
<!-- Hero Section -->
|
| 55 |
<div class="hero-bg pt-32 pb-20 md:pt-40 md:pb-32">
|
| 56 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
| 57 |
-
<img src="https://huggingface.co/spaces/Twinory/undefined/resolve/main/images/TWINORY%20Logo%20-%20Edited.png" alt="Twinory Logo" class="h-
|
| 58 |
-
|
| 59 |
Twinory is a modern e-commerce consultancy dedicated to helping Amazon sellers grow responsibly. We combine data analytics, SEO precision, and policy-aligned expertise to position your products for success.
|
| 60 |
</p>
|
| 61 |
</div>
|
|
|
|
| 54 |
<!-- Hero Section -->
|
| 55 |
<div class="hero-bg pt-32 pb-20 md:pt-40 md:pb-32">
|
| 56 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
| 57 |
+
<img src="https://huggingface.co/spaces/Twinory/undefined/resolve/main/images/TWINORY%20Logo%20-%20Edited.png" alt="Twinory Logo" class="h-96 mx-auto mb-8">
|
| 58 |
+
<p class="text-xl md:text-2xl text-gray-300 max-w-3xl mx-auto">
|
| 59 |
Twinory is a modern e-commerce consultancy dedicated to helping Amazon sellers grow responsibly. We combine data analytics, SEO precision, and policy-aligned expertise to position your products for success.
|
| 60 |
</p>
|
| 61 |
</div>
|