In the Home tab, remove the large text "AMAZON SELLER GROWTH EXPERTS" and replace it with the logo attached. Show it enlarged Below that give a description "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"
Browse files- index.html +4 -74
index.html
CHANGED
|
@@ -39,7 +39,7 @@
|
|
| 39 |
<a href="about.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">About</a>
|
| 40 |
<a href="services.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Services</a>
|
| 41 |
<a href="contact.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Contact</a>
|
| 42 |
-
<a href="
|
| 43 |
</div>
|
| 44 |
<div class="-mr-2 flex items-center md:hidden">
|
| 45 |
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none" aria-controls="mobile-menu" aria-expanded="false">
|
|
@@ -54,80 +54,10 @@
|
|
| 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 |
-
<
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
<p class="text-xl md:text-2xl text-gray-300 max-w-3xl mx-auto mb-8">
|
| 61 |
-
Data-driven listing optimization and compliance solutions for sustainable Amazon success.
|
| 62 |
</p>
|
| 63 |
-
<div class="flex flex-col sm:flex-row justify-center gap-4">
|
| 64 |
-
<a href="services.html" class="bg-[#FF9900] text-black px-8 py-4 rounded-md font-bold text-lg hover:bg-orange-600 transition duration-300">
|
| 65 |
-
Our Services
|
| 66 |
-
</a>
|
| 67 |
-
<a href="contact.html" class="bg-transparent border-2 border-white text-white px-8 py-4 rounded-md font-bold text-lg hover:bg-white hover:text-black transition duration-300">
|
| 68 |
-
Contact Us
|
| 69 |
-
</a>
|
| 70 |
-
</div>
|
| 71 |
-
</div>
|
| 72 |
-
</div>
|
| 73 |
-
|
| 74 |
-
<!-- Services Preview -->
|
| 75 |
-
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20">
|
| 76 |
-
<div class="text-center mb-16">
|
| 77 |
-
<h2 class="text-3xl md:text-4xl font-bold mb-6">What We Offer</h2>
|
| 78 |
-
<p class="text-xl text-gray-300 max-w-3xl mx-auto">
|
| 79 |
-
Comprehensive solutions tailored to your Amazon selling challenges.
|
| 80 |
-
</p>
|
| 81 |
-
</div>
|
| 82 |
-
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 83 |
-
<!-- Service 1 -->
|
| 84 |
-
<div class="bg-gray-900 rounded-xl p-8">
|
| 85 |
-
<div class="bg-[#FF9900] bg-opacity-10 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-6">
|
| 86 |
-
<i data-feather="search" class="text-[#FF9900] w-8 h-8"></i>
|
| 87 |
-
</div>
|
| 88 |
-
<img src="https://huggingface.co/spaces/Twinory/undefined/resolve/main/images/TWINORY%20Logo%20-%20Edited.png" alt="Twinory Logo" class="h-10 mb-4">
|
| 89 |
-
<p class="text-gray-400">
|
| 90 |
-
Strategic keyword placement and content optimization to improve discoverability and conversion rates.
|
| 91 |
-
</p>
|
| 92 |
-
</div>
|
| 93 |
-
<!-- Service 2 -->
|
| 94 |
-
<div class="bg-gray-900 rounded-xl p-8">
|
| 95 |
-
<div class="bg-[#FF9900] bg-opacity-10 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-6">
|
| 96 |
-
<i data-feather="shield" class="text-[#FF9900] w-8 h-8"></i>
|
| 97 |
-
</div>
|
| 98 |
-
<img src="https://huggingface.co/spaces/Twinory/undefined/resolve/main/images/TWINORY%20Logo%20-%20Edited.png" alt="Twinory Logo" class="h-10 mb-4">
|
| 99 |
-
<p class="text-gray-400">
|
| 100 |
-
Protect your account with listing audits and proactive compliance strategies.
|
| 101 |
-
</p>
|
| 102 |
-
</div>
|
| 103 |
-
<!-- Service 3 -->
|
| 104 |
-
<div class="bg-gray-900 rounded-xl p-8">
|
| 105 |
-
<div class="bg-[#FF9900] bg-opacity-10 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-6">
|
| 106 |
-
<i data-feather="bar-chart-2" class="text-[#FF9900] w-8 h-8"></i>
|
| 107 |
-
</div>
|
| 108 |
-
<img src="https://huggingface.co/spaces/Twinory/undefined/resolve/main/images/TWINORY%20Logo%20-%20Edited.png" alt="Twinory Logo" class="h-10 mb-4">
|
| 109 |
-
<p class="text-gray-400">
|
| 110 |
-
Data-driven insights to optimize pricing, advertising, and inventory management.
|
| 111 |
-
</p>
|
| 112 |
-
</div>
|
| 113 |
-
</div>
|
| 114 |
-
<div class="text-center mt-12">
|
| 115 |
-
<a href="services.html" class="inline-block border-2 border-[#FF9900] text-[#FF9900] px-8 py-3 rounded-md font-bold text-lg hover:bg-[#FF9900] hover:text-black transition duration-300">
|
| 116 |
-
View All Services
|
| 117 |
-
</a>
|
| 118 |
-
</div>
|
| 119 |
-
</div>
|
| 120 |
-
|
| 121 |
-
<!-- Call to Action -->
|
| 122 |
-
<div class="bg-[#FF9900] py-20">
|
| 123 |
-
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
| 124 |
-
<h2 class="text-3xl md:text-4xl font-bold mb-6 text-black">Ready to Grow Your Amazon Business?</h2>
|
| 125 |
-
<p class="text-xl text-black mb-8 max-w-3xl mx-auto">
|
| 126 |
-
Schedule a free consultation with our team to discuss your specific needs.
|
| 127 |
-
</p>
|
| 128 |
-
<a href="contact.html" class="inline-block bg-black text-white px-8 py-4 rounded-md font-bold text-lg hover:bg-gray-900 transition duration-300">
|
| 129 |
-
Get Started
|
| 130 |
-
</a>
|
| 131 |
</div>
|
| 132 |
</div>
|
| 133 |
|
|
|
|
| 39 |
<a href="about.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">About</a>
|
| 40 |
<a href="services.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Services</a>
|
| 41 |
<a href="contact.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Contact</a>
|
| 42 |
+
<a href="contact.html" class="ml-4 bg-[#FF9900] text-black px-6 py-2 rounded-md font-medium hover:bg-orange-600 transition duration-300">Get Started</a>
|
| 43 |
</div>
|
| 44 |
<div class="-mr-2 flex items-center md:hidden">
|
| 45 |
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none" aria-controls="mobile-menu" aria-expanded="false">
|
|
|
|
| 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-48 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>
|
| 62 |
</div>
|
| 63 |
|