Use the just uploaded image as the logo of the company Twinory. Use that same font in the website. I need the logo to be used as the background removed and blended correctly with the website background. I need animation effects when opening website that the homepage opens in with some professional effects, along with the tagline
Browse files- about.html +10 -6
- index.html +87 -131
- services.html +10 -6
about.html
CHANGED
|
@@ -37,9 +37,9 @@
|
|
| 37 |
<div class="flex justify-between h-16">
|
| 38 |
<div class="flex items-center">
|
| 39 |
<div class="flex-shrink-0 flex items-center">
|
| 40 |
-
<
|
| 41 |
</div>
|
| 42 |
-
|
| 43 |
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
|
| 44 |
<a href="index.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Home</a>
|
| 45 |
<a href="#" class="text-white px-3 py-2 rounded-md text-sm font-medium hover:text-orange-400">About</a>
|
|
@@ -56,10 +56,9 @@
|
|
| 56 |
</div>
|
| 57 |
</div>
|
| 58 |
</nav>
|
| 59 |
-
|
| 60 |
<!-- Hero Section -->
|
| 61 |
-
<div class="hero-bg pt-32 pb-20 md:pt-40 md:pb-32">
|
| 62 |
-
|
| 63 |
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold leading-tight mb-6">
|
| 64 |
WHO WE ARE
|
| 65 |
</h1>
|
|
@@ -223,9 +222,14 @@
|
|
| 223 |
</div>
|
| 224 |
</div>
|
| 225 |
</footer>
|
| 226 |
-
|
| 227 |
<script>
|
| 228 |
feather.replace();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 229 |
</script>
|
| 230 |
</body>
|
| 231 |
</html>
|
|
|
|
| 37 |
<div class="flex justify-between h-16">
|
| 38 |
<div class="flex items-center">
|
| 39 |
<div class="flex-shrink-0 flex items-center">
|
| 40 |
+
<img src="/static/logo.png" alt="Twinory Logo" class="h-10">
|
| 41 |
</div>
|
| 42 |
+
</div>
|
| 43 |
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
|
| 44 |
<a href="index.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Home</a>
|
| 45 |
<a href="#" class="text-white px-3 py-2 rounded-md text-sm font-medium hover:text-orange-400">About</a>
|
|
|
|
| 56 |
</div>
|
| 57 |
</div>
|
| 58 |
</nav>
|
|
|
|
| 59 |
<!-- Hero Section -->
|
| 60 |
+
<div class="hero-bg pt-32 pb-20 md:pt-40 md:pb-32" data-aos="fade">
|
| 61 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
| 62 |
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold leading-tight mb-6">
|
| 63 |
WHO WE ARE
|
| 64 |
</h1>
|
|
|
|
| 222 |
</div>
|
| 223 |
</div>
|
| 224 |
</footer>
|
| 225 |
+
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
|
| 226 |
<script>
|
| 227 |
feather.replace();
|
| 228 |
+
AOS.init({
|
| 229 |
+
duration: 800,
|
| 230 |
+
easing: 'ease-in-out',
|
| 231 |
+
once: true
|
| 232 |
+
});
|
| 233 |
</script>
|
| 234 |
</body>
|
| 235 |
</html>
|
index.html
CHANGED
|
@@ -3,14 +3,14 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>Twinory | Amazon Seller
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 9 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 10 |
-
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
|
| 11 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 12 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 13 |
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Montserrat:wght@700;800&display=swap" rel="stylesheet">
|
|
|
|
| 14 |
<style>
|
| 15 |
body {
|
| 16 |
font-family: 'Poppins', sans-serif;
|
|
@@ -23,16 +23,20 @@
|
|
| 23 |
.hero-bg {
|
| 24 |
background: linear-gradient(135deg, #1A1A1A 0%, #0D0D0D 100%);
|
| 25 |
}
|
| 26 |
-
.
|
| 27 |
transition: all 0.3s ease;
|
|
|
|
| 28 |
}
|
| 29 |
-
.
|
| 30 |
-
transform: translateY(-3px);
|
| 31 |
-
box-shadow: 0 10px 20px rgba(255, 153, 0, 0.3);
|
| 32 |
-
}
|
| 33 |
-
.service-card:hover {
|
| 34 |
transform: translateY(-5px);
|
| 35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
}
|
| 37 |
</style>
|
| 38 |
</head>
|
|
@@ -40,20 +44,20 @@
|
|
| 40 |
<!-- Navigation -->
|
| 41 |
<nav class="fixed w-full z-50 bg-black bg-opacity-90 border-b border-gray-800">
|
| 42 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 43 |
-
<div class="flex justify-between h-
|
| 44 |
<div class="flex items-center">
|
| 45 |
<div class="flex-shrink-0 flex items-center">
|
| 46 |
-
<
|
| 47 |
</div>
|
| 48 |
</div>
|
| 49 |
-
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-
|
| 50 |
-
<a href="#" class="text-white px-
|
| 51 |
-
<a href="about.html" class="text-gray-300 px-
|
| 52 |
-
<a href="services.html" class="text-gray-300 px-
|
| 53 |
-
<a href="contact.html" class="text-gray-300 px-
|
| 54 |
-
<a href="
|
| 55 |
-
</div>
|
| 56 |
-
<div class="-mr-2 flex items-center md:hidden">
|
| 57 |
<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">
|
| 58 |
<span class="sr-only">Open main menu</span>
|
| 59 |
<i data-feather="menu"></i>
|
|
@@ -64,109 +68,67 @@
|
|
| 64 |
</nav>
|
| 65 |
|
| 66 |
<!-- Hero Section -->
|
| 67 |
-
<div
|
| 68 |
-
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 69 |
-
<div class="
|
| 70 |
-
<
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
<div class="
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
</div>
|
| 81 |
-
<div class="relative">
|
| 82 |
-
<img src="http://static.photos/technology/1200x630/42" alt="Amazon Analytics Dashboard" class="rounded-xl shadow-2xl border border-gray-700">
|
| 83 |
-
</div>
|
| 84 |
</div>
|
| 85 |
</div>
|
| 86 |
</div>
|
| 87 |
|
| 88 |
-
<!--
|
| 89 |
-
<div class="
|
| 90 |
-
<div class="
|
| 91 |
-
<
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
<
|
| 100 |
-
</div>
|
| 101 |
-
<div class="bg-gray-900 rounded-xl p-8 text-center transition duration-300 hover:border-b-4 hover:border-[#FF9900]">
|
| 102 |
-
<div class="flex justify-center mb-4">
|
| 103 |
-
<div class="bg-[#FF9900] bg-opacity-10 p-4 rounded-full">
|
| 104 |
-
<i data-feather="search" class="text-[#FF9900] w-8 h-8"></i>
|
| 105 |
-
</div>
|
| 106 |
-
</div>
|
| 107 |
-
<h3 class="text-xl font-bold mb-2">Strategic Product Research</h3>
|
| 108 |
-
<p class="text-gray-400">Find winning products effortlessly</p>
|
| 109 |
-
</div>
|
| 110 |
-
<div class="bg-gray-900 rounded-xl p-8 text-center transition duration-300 hover:border-b-4 hover:border-[#FF9900]">
|
| 111 |
-
<div class="flex justify-center mb-4">
|
| 112 |
-
<div class="bg-[#FF9900] bg-opacity-10 p-4 rounded-full">
|
| 113 |
-
<i data-feather="trending-up" class="text-[#FF9900] w-8 h-8"></i>
|
| 114 |
-
</div>
|
| 115 |
-
</div>
|
| 116 |
-
<h3 class="text-xl font-bold mb-2">Performance Optimization</h3>
|
| 117 |
-
<p class="text-gray-400">Boost your rankings and sales</p>
|
| 118 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 119 |
</div>
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
<!-- Why Choose Us Section -->
|
| 124 |
-
<div class="bg-gray-900 py-20">
|
| 125 |
-
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 126 |
-
<div class="lg:grid lg:grid-cols-2 lg:gap-12 items-center">
|
| 127 |
-
<div class="mb-12 lg:mb-0">
|
| 128 |
-
<img src="http://static.photos/office/1024x576/123" alt="Amazon Analytics" class="rounded-xl shadow-2xl border border-gray-700">
|
| 129 |
</div>
|
| 130 |
-
<
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
<span class="font-bold">Deep marketplace insight</span> from professional compliance experts
|
| 139 |
-
</p>
|
| 140 |
-
</li>
|
| 141 |
-
<li class="flex items-start">
|
| 142 |
-
<div class="flex-shrink-0 bg-[#FF9900] bg-opacity-10 p-2 rounded-full">
|
| 143 |
-
<i data-feather="check-circle" class="text-[#FF9900] w-5 h-5"></i>
|
| 144 |
-
</div>
|
| 145 |
-
<p class="ml-3 text-lg text-gray-300">
|
| 146 |
-
<span class="font-bold">100% policy-aligned strategies</span> for sustainable growth
|
| 147 |
-
</p>
|
| 148 |
-
</li>
|
| 149 |
-
<li class="flex items-start">
|
| 150 |
-
<div class="flex-shrink-0 bg-[#FF9900] bg-opacity-10 p-2 rounded-full">
|
| 151 |
-
<i data-feather="check-circle" class="text-[#FF9900] w-5 h-5"></i>
|
| 152 |
-
</div>
|
| 153 |
-
<p class="ml-3 text-lg text-gray-300">
|
| 154 |
-
<span class="font-bold">Custom guidance</span> tuned for every seller's goals
|
| 155 |
-
</p>
|
| 156 |
-
</li>
|
| 157 |
-
</ul>
|
| 158 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 159 |
</div>
|
| 160 |
</div>
|
| 161 |
</div>
|
| 162 |
|
| 163 |
-
<!--
|
| 164 |
-
<div class="bg-[#FF9900]
|
| 165 |
-
<
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
<a href="contact.html" class="bg-black text-white px-8 py-3 rounded-md font-bold text-lg hover:bg-gray-900 transition duration-300">Contact Us</a>
|
| 169 |
-
</div>
|
| 170 |
</div>
|
| 171 |
|
| 172 |
<!-- Footer -->
|
|
@@ -174,7 +136,9 @@
|
|
| 174 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 175 |
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
| 176 |
<div class="md:col-span-2">
|
| 177 |
-
<
|
|
|
|
|
|
|
| 178 |
<p class="text-gray-400">Amazon Seller Growth & Compliance Solutions.</p>
|
| 179 |
<div class="flex space-x-4 mt-4">
|
| 180 |
<a href="#" class="text-gray-400 hover:text-white">
|
|
@@ -210,27 +174,19 @@
|
|
| 210 |
</div>
|
| 211 |
</div>
|
| 212 |
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
|
| 213 |
-
<p>©
|
| 214 |
</div>
|
| 215 |
</div>
|
| 216 |
</footer>
|
| 217 |
-
|
| 218 |
-
|
| 219 |
-
|
| 220 |
-
|
| 221 |
-
|
| 222 |
-
|
| 223 |
-
|
| 224 |
-
|
| 225 |
-
|
| 226 |
-
|
| 227 |
-
scaleMobile: 1.00,
|
| 228 |
-
color: 0xff9900,
|
| 229 |
-
backgroundColor: 0x0d0d0d,
|
| 230 |
-
points: 16.00,
|
| 231 |
-
maxDistance: 26.00,
|
| 232 |
-
spacing: 20.00
|
| 233 |
-
})
|
| 234 |
-
</script>
|
| 235 |
</body>
|
| 236 |
-
</html>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Twinory | Amazon Seller Experts</title>
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 9 |
<script src="https://unpkg.com/feather-icons"></script>
|
|
|
|
| 10 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 11 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 12 |
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Montserrat:wght@700;800&display=swap" rel="stylesheet">
|
| 13 |
+
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
| 14 |
<style>
|
| 15 |
body {
|
| 16 |
font-family: 'Poppins', sans-serif;
|
|
|
|
| 23 |
.hero-bg {
|
| 24 |
background: linear-gradient(135deg, #1A1A1A 0%, #0D0D0D 100%);
|
| 25 |
}
|
| 26 |
+
.feature-card {
|
| 27 |
transition: all 0.3s ease;
|
| 28 |
+
background: rgba(255,255,255,0.02);
|
| 29 |
}
|
| 30 |
+
.feature-card:hover {
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
transform: translateY(-5px);
|
| 32 |
+
background: rgba(255,255,255,0.05);
|
| 33 |
+
}
|
| 34 |
+
@keyframes fadeIn {
|
| 35 |
+
from { opacity: 0; transform: translateY(20px); }
|
| 36 |
+
to { opacity: 1; transform: translateY(0); }
|
| 37 |
+
}
|
| 38 |
+
.animate-fade {
|
| 39 |
+
animation: fadeIn 1s ease-out forwards;
|
| 40 |
}
|
| 41 |
</style>
|
| 42 |
</head>
|
|
|
|
| 44 |
<!-- Navigation -->
|
| 45 |
<nav class="fixed w-full z-50 bg-black bg-opacity-90 border-b border-gray-800">
|
| 46 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 47 |
+
<div class="flex justify-between h-16">
|
| 48 |
<div class="flex items-center">
|
| 49 |
<div class="flex-shrink-0 flex items-center">
|
| 50 |
+
<img src="/static/logo.png" alt="Twinory Logo" class="h-10">
|
| 51 |
</div>
|
| 52 |
</div>
|
| 53 |
+
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
|
| 54 |
+
<a href="#" class="text-white px-3 py-2 rounded-md text-sm font-medium hover:text-orange-400">Home</a>
|
| 55 |
+
<a href="about.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">About</a>
|
| 56 |
+
<a href="services.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Services</a>
|
| 57 |
+
<a href="contact.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Contact</a>
|
| 58 |
+
<a href="#" 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>
|
| 59 |
+
</div>
|
| 60 |
+
<div class="-mr-2 flex items-center md:hidden">
|
| 61 |
<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">
|
| 62 |
<span class="sr-only">Open main menu</span>
|
| 63 |
<i data-feather="menu"></i>
|
|
|
|
| 68 |
</nav>
|
| 69 |
|
| 70 |
<!-- Hero Section -->
|
| 71 |
+
<div class="hero-bg pt-32 pb-20 md:pt-40 md:pb-32">
|
| 72 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center" data-aos="fade">
|
| 73 |
+
<div class="animate-fade mb-8">
|
| 74 |
+
<h1 class="text-4xl md:text-6xl lg:text-7xl font-bold leading-tight mb-6">
|
| 75 |
+
ELEVATE YOUR <span class="text-[#FF9900]">AMAZON</span> GAME
|
| 76 |
+
</h1>
|
| 77 |
+
<p class="text-xl md:text-2xl text-gray-300 max-w-3xl mx-auto">
|
| 78 |
+
Data-driven Amazon consulting for ethical sellers who want to win the right way
|
| 79 |
+
</p>
|
| 80 |
+
</div>
|
| 81 |
+
<div class="mt-12" data-aos="fade-up" data-aos-delay="300">
|
| 82 |
+
<a href="services.html" class="inline-block bg-[#FF9900] text-black px-8 py-3 rounded-md font-bold text-lg hover:bg-orange-600 transition duration-300 mr-4">Our Services</a>
|
| 83 |
+
<a href="contact.html" class="inline-block bg-transparent border-2 border-[#FF9900] text-white px-8 py-3 rounded-md font-bold text-lg hover:bg-[#FF9900] hover:text-black transition duration-300">Free Consultation</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
</div>
|
| 85 |
</div>
|
| 86 |
</div>
|
| 87 |
|
| 88 |
+
<!-- Features Section -->
|
| 89 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16">
|
| 90 |
+
<div class="text-center mb-16" data-aos="fade">
|
| 91 |
+
<h2 class="text-3xl md:text-4xl font-bold mb-6">Why Choose Twinory</h2>
|
| 92 |
+
<p class="text-xl text-gray-400 max-w-3xl mx-auto">
|
| 93 |
+
We combine technical expertise with ethical strategies to help you grow sustainably on Amazon
|
| 94 |
+
</p>
|
| 95 |
+
</div>
|
| 96 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 97 |
+
<div class="feature-card p-8 rounded-lg" data-aos="fade-up" data-aos-delay="100">
|
| 98 |
+
<div class="bg-[#FF9900] bg-opacity-10 p-4 rounded-full w-14 h-14 flex items-center justify-center mb-6">
|
| 99 |
+
<i data-feather="shield" class="text-[#FF9900] w-6 h-6"></i>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
</div>
|
| 101 |
+
<h3 class="text-xl font-bold mb-3">Policy-Compliant Growth</h3>
|
| 102 |
+
<p class="text-gray-400">
|
| 103 |
+
We only implement strategies that align with Amazon's terms of service, protecting your account long-term.
|
| 104 |
+
</p>
|
| 105 |
</div>
|
| 106 |
+
<div class="feature-card p-8 rounded-lg" data-aos="fade-up" data-aos-delay="200">
|
| 107 |
+
<div class="bg-[#FF9900] bg-opacity-10 p-4 rounded-full w-14 h-14 flex items-center justify-center mb-6">
|
| 108 |
+
<i data-feather="bar-chart-2" class="text-[#FF9900] w-6 h-6"></i>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
</div>
|
| 110 |
+
<h3 class="text-xl font-bold mb-3">Data-Driven Decisions</h3>
|
| 111 |
+
<p class="text-gray-400">
|
| 112 |
+
Our recommendations are based on comprehensive market analysis and performance metrics.
|
| 113 |
+
</p>
|
| 114 |
+
</div>
|
| 115 |
+
<div class="feature-card p-8 rounded-lg" data-aos="fade-up" data-aos-delay="300">
|
| 116 |
+
<div class="bg-[#FF9900] bg-opacity-10 p-4 rounded-full w-14 h-14 flex items-center justify-center mb-6">
|
| 117 |
+
<i data-feather="zap" class="text-[#FF9900] w-6 h-6"></i>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 118 |
</div>
|
| 119 |
+
<h3 class="text-xl font-bold mb-3">Proven Results</h3>
|
| 120 |
+
<p class="text-gray-400">
|
| 121 |
+
We've helped sellers achieve 2-5x growth while maintaining excellent account health metrics.
|
| 122 |
+
</p>
|
| 123 |
</div>
|
| 124 |
</div>
|
| 125 |
</div>
|
| 126 |
|
| 127 |
+
<!-- CTA Section -->
|
| 128 |
+
<div class="bg-[#FF9900] rounded-xl p-12 text-center mx-4 sm:mx-8 lg:mx-16 mb-16" data-aos="fade">
|
| 129 |
+
<h3 class="text-2xl md:text-3xl font-bold mb-4 text-black">Ready to scale your Amazon business the right way?</h3>
|
| 130 |
+
<p class="text-xl text-black mb-6">Our team is standing by to help you achieve sustainable growth.</p>
|
| 131 |
+
<a href="contact.html" class="inline-block bg-black text-white px-8 py-3 rounded-md font-bold text-lg hover:bg-gray-900 transition duration-300">Get Started Today</a>
|
|
|
|
|
|
|
| 132 |
</div>
|
| 133 |
|
| 134 |
<!-- Footer -->
|
|
|
|
| 136 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 137 |
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
| 138 |
<div class="md:col-span-2">
|
| 139 |
+
<div class="flex items-center mb-4">
|
| 140 |
+
<img src="/static/logo.png" alt="Twinory Logo" class="h-8 mr-2">
|
| 141 |
+
</div>
|
| 142 |
<p class="text-gray-400">Amazon Seller Growth & Compliance Solutions.</p>
|
| 143 |
<div class="flex space-x-4 mt-4">
|
| 144 |
<a href="#" class="text-gray-400 hover:text-white">
|
|
|
|
| 174 |
</div>
|
| 175 |
</div>
|
| 176 |
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
|
| 177 |
+
<p>© 2025 TWINORY LLC. All rights reserved.</p>
|
| 178 |
</div>
|
| 179 |
</div>
|
| 180 |
</footer>
|
| 181 |
+
|
| 182 |
+
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
|
| 183 |
+
<script>
|
| 184 |
+
feather.replace();
|
| 185 |
+
AOS.init({
|
| 186 |
+
duration: 800,
|
| 187 |
+
easing: 'ease-in-out',
|
| 188 |
+
once: true
|
| 189 |
+
});
|
| 190 |
+
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 191 |
</body>
|
| 192 |
+
</html>
|
services.html
CHANGED
|
@@ -42,9 +42,9 @@
|
|
| 42 |
<div class="flex justify-between h-16">
|
| 43 |
<div class="flex items-center">
|
| 44 |
<div class="flex-shrink-0 flex items-center">
|
| 45 |
-
<
|
| 46 |
</div>
|
| 47 |
-
|
| 48 |
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
|
| 49 |
<a href="index.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Home</a>
|
| 50 |
<a href="about.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">About</a>
|
|
@@ -61,10 +61,9 @@
|
|
| 61 |
</div>
|
| 62 |
</div>
|
| 63 |
</nav>
|
| 64 |
-
|
| 65 |
<!-- Hero Section -->
|
| 66 |
-
<div class="hero-bg pt-32 pb-20 md:pt-40 md:pb-32">
|
| 67 |
-
|
| 68 |
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold leading-tight mb-6">
|
| 69 |
OUR SERVICES
|
| 70 |
</h1>
|
|
@@ -317,9 +316,14 @@
|
|
| 317 |
</div>
|
| 318 |
</div>
|
| 319 |
</footer>
|
| 320 |
-
|
| 321 |
<script>
|
| 322 |
feather.replace();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 323 |
</script>
|
| 324 |
</body>
|
| 325 |
</html>
|
|
|
|
| 42 |
<div class="flex justify-between h-16">
|
| 43 |
<div class="flex items-center">
|
| 44 |
<div class="flex-shrink-0 flex items-center">
|
| 45 |
+
<img src="/static/logo.png" alt="Twinory Logo" class="h-10">
|
| 46 |
</div>
|
| 47 |
+
</div>
|
| 48 |
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
|
| 49 |
<a href="index.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Home</a>
|
| 50 |
<a href="about.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">About</a>
|
|
|
|
| 61 |
</div>
|
| 62 |
</div>
|
| 63 |
</nav>
|
|
|
|
| 64 |
<!-- Hero Section -->
|
| 65 |
+
<div class="hero-bg pt-32 pb-20 md:pt-40 md:pb-32" data-aos="fade">
|
| 66 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
| 67 |
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold leading-tight mb-6">
|
| 68 |
OUR SERVICES
|
| 69 |
</h1>
|
|
|
|
| 316 |
</div>
|
| 317 |
</div>
|
| 318 |
</footer>
|
| 319 |
+
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
|
| 320 |
<script>
|
| 321 |
feather.replace();
|
| 322 |
+
AOS.init({
|
| 323 |
+
duration: 800,
|
| 324 |
+
easing: 'ease-in-out',
|
| 325 |
+
once: true
|
| 326 |
+
});
|
| 327 |
</script>
|
| 328 |
</body>
|
| 329 |
</html>
|