File size: 18,836 Bytes
c349726
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e6c9053
 
53264f6
50fb7b5
c349726
 
 
 
6c6280e
c349726
6c6280e
c349726
 
 
 
 
 
 
 
 
 
 
50fb7b5
 
c349726
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53264f6
 
 
c349726
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e8c2f65
 
c349726
 
50fb7b5
c349726
 
50fb7b5
 
 
 
 
c349726
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Services | Twinory Amazon Consulting</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
    <script src="https://unpkg.com/feather-icons"></script>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Montserrat:wght@700;800&display=swap" rel="stylesheet">
    <style>
        body {
            font-family: 'Poppins', sans-serif;
            color: #FFFFFF;
            background-color: #0D0D0D;
        }
        h1, h2, h3 {
            font-family: 'Montserrat', sans-serif;
        }
        .hero-bg {
            background: linear-gradient(135deg, #1A1A1A 0%, #0D0D0D 100%);
        }
        .service-card {
            transition: all 0.3s ease;
            border-bottom: 3px solid transparent;
        }
        .service-card:hover {
            transform: translateY(-5px);
            border-bottom-color: #FF9900;
        }
        .service-icon {
            background: linear-gradient(135deg, rgba(255,153,0,0.1) 0%, rgba(255,153,0,0.2) 100%);
        }
    </style>
</head>
<body class="min-h-screen">
    <!-- Navigation -->
    <nav class="fixed w-full z-50 bg-black bg-opacity-90 border-b border-gray-800">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="flex justify-between h-16">
                <div class="flex items-center">
                    <div class="flex-shrink-0 flex items-center">
                        <img src="https://huggingface.co/spaces/Twinory/undefined/resolve/main/images/TWINORY%20Logo%20-%20Edited.png" alt="Twinory Logo" class="h-8">
                        <span class="ml-2 text-sm text-[#FF9900]">Just list it, with perfection!</span>
</div>
</div>
                <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
                    <a href="index.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Home</a>
                    <a href="about.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">About</a>
                    <a href="#" class="text-white px-3 py-2 rounded-md text-sm font-medium hover:text-orange-400">Services</a>
                    <a href="compliance.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Compliance</a>
                    <a href="contact.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Contact</a>
<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>
                </div>
                <div class="-mr-2 flex items-center md:hidden">
                    <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">
                        <span class="sr-only">Open main menu</span>
                        <i data-feather="menu"></i>
                    </button>
                </div>
            </div>
        </div>
    </nav>
    <!-- Hero Section -->
    <div class="hero-bg pt-32 pb-20 md:pt-40 md:pb-32" data-aos="fade">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
            <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold leading-tight mb-6">
                OUR SERVICES
            </h1>
            <p class="text-xl md:text-2xl text-gray-300 max-w-3xl mx-auto">
                Professional Amazon Seller Services — Powering Your Growth, Step by Step.
            </p>
        </div>
    </div>

    <!-- Services Grid -->
    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
        <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
            <!-- Service 1 -->
            <div class="service-card bg-gray-900 p-8 rounded-lg">
                <div class="service-icon w-16 h-16 rounded-lg flex items-center justify-center mb-6">
                    <i data-feather="user-plus" class="text-[#FF9900] w-8 h-8"></i>
                </div>
                <h3 class="text-xl font-bold mb-3">Amazon Seller Account Creation</h3>
                <p class="text-gray-400">
                    Expert guidance from setup to verified account launch—ensuring compliance from day one.
                </p>
            </div>
            
            <!-- Service 2 -->
            <div class="service-card bg-gray-900 p-8 rounded-lg">
                <div class="service-icon w-16 h-16 rounded-lg flex items-center justify-center mb-6">
                    <i data-feather="package" class="text-[#FF9900] w-8 h-8"></i>
                </div>
                <h3 class="text-xl font-bold mb-3">Product Research</h3>
                <p class="text-gray-400">
                    Discover high-profit, low-competition product opportunities using in-depth market analytics.
                </p>
            </div>
            
            <!-- Service 3 -->
            <div class="service-card bg-gray-900 p-8 rounded-lg">
                <div class="service-icon w-16 h-16 rounded-lg flex items-center justify-center mb-6">
                    <i data-feather="search" class="text-[#FF9900] w-8 h-8"></i>
                </div>
                <h3 class="text-xl font-bold mb-3">Keyword Research</h3>
                <p class="text-gray-400">
                    Identify search-optimized keywords to increase your visibility and drive organic conversions.
                </p>
            </div>
            
            <!-- Service 4 -->
            <div class="service-card bg-gray-900 p-8 rounded-lg">
                <div class="service-icon w-16 h-16 rounded-lg flex items-center justify-center mb-6">
                    <i data-feather="bar-chart-2" class="text-[#FF9900] w-8 h-8"></i>
                </div>
                <h3 class="text-xl font-bold mb-3">Listing Optimization (SEO-Focused)</h3>
                <p class="text-gray-400">
                    Enhance product titles, descriptions, and visuals for better ranking and conversion.
                </p>
            </div>
            
            <!-- Service 5 -->
            <div class="service-card bg-gray-900 p-8 rounded-lg">
                <div class="service-icon w-16 h-16 rounded-lg flex items-center justify-center mb-6">
                    <i data-feather="layers" class="text-[#FF9900] w-8 h-8"></i>
                </div>
                <h3 class="text-xl font-bold mb-3">Competitor & Product Deep Analysis</h3>
                <p class="text-gray-400">
                    Uncover strengths, weaknesses, and gaps in competitor listings to position your offers smarter.
                </p>
            </div>
            
            <!-- Service 6 -->
            <div class="service-card bg-gray-900 p-8 rounded-lg">
                <div class="service-icon w-16 h-16 rounded-lg flex items-center justify-center mb-6">
                    <i data-feather="rocket" class="text-[#FF9900] w-8 h-8"></i>
                </div>
                <h3 class="text-xl font-bold mb-3">Product Launch & Ranking Strategies</h3>
                <p class="text-gray-400">
                    Proven, data-based methods to introduce products and sustain market position ethically.
                </p>
            </div>
            
            <!-- Service 7 -->
            <div class="service-card bg-gray-900 p-8 rounded-lg">
                <div class="service-icon w-16 h-16 rounded-lg flex items-center justify-center mb-6">
                    <i data-feather="clipboard" class="text-[#FF9900] w-8 h-8"></i>
                </div>
                <h3 class="text-xl font-bold mb-3">Listing Audit & Optimization Check</h3>
                <p class="text-gray-400">
                    Comprehensive diagnostics of your current listings; actionable improvements to maximize CTR and sales.
                </p>
            </div>
            
            <!-- Service 8 -->
            <div class="service-card bg-gray-900 p-8 rounded-lg">
                <div class="service-icon w-16 h-16 rounded-lg flex items-center justify-center mb-6">
                    <i data-feather="dollar-sign" class="text-[#FF9900] w-8 h-8"></i>
                </div>
                <h3 class="text-xl font-bold mb-3">Amazon PPC Keyword Research</h3>
                <p class="text-gray-400">
                    Pay-per-click campaign optimization with precise keyword targeting to reduce ACoS.
                </p>
            </div>
            
            <!-- Service 9 -->
            <div class="service-card bg-gray-900 p-8 rounded-lg">
                <div class="service-icon w-16 h-16 rounded-lg flex items-center justify-center mb-6">
                    <i data-feather="calendar" class="text-[#FF9900] w-8 h-8"></i>
                </div>
                <h3 class="text-xl font-bold mb-3">Seasonal and Trend Research</h3>
                <p class="text-gray-400">
                    Insights on emerging niches and seasonal demand spikes before they peak.
                </p>
            </div>
            
            <!-- Service 10 -->
            <div class="service-card bg-gray-900 p-8 rounded-lg">
                <div class="service-icon w-16 h-16 rounded-lg flex items-center justify-center mb-6">
                    <i data-feather="award" class="text-[#FF9900] w-8 h-8"></i>
                </div>
                <h3 class="text-xl font-bold mb-3">Market & Brand Analysis</h3>
                <p class="text-gray-400">
                    Evaluate brand identity, positioning, and product-category performance.
                </p>
            </div>
            
            <!-- Service 11 -->
            <div class="service-card bg-gray-900 p-8 rounded-lg">
                <div class="service-icon w-16 h-16 rounded-lg flex items-center justify-center mb-6">
                    <i data-feather="check-circle" class="text-[#FF9900] w-8 h-8"></i>
                </div>
                <h3 class="text-xl font-bold mb-3">Amazon Product Validation</h3>
                <p class="text-gray-400">
                    Verify product viability through cost, margin, and competitive feasibility analysis.
                </p>
            </div>
        </div>

        <!-- Process Section -->
        <div class="mt-20 mb-16">
            <h2 class="text-3xl md:text-4xl font-bold text-center mb-12">Our Proven Process</h2>
            <div class="relative">
                <div class="hidden lg:block absolute left-1/2 transform -translate-x-1/2 h-full w-0.5 bg-gray-700"></div>
                <div class="space-y-12 lg:space-y-0">
                    <!-- Step 1 -->
                    <div class="lg:grid lg:grid-cols-2 lg:gap-8 items-center">
                        <div class="lg:order-last lg:pl-8">
                            <h3 class="text-2xl font-bold mb-4">Discovery & Strategy</h3>
                            <p class="text-gray-400">
                                We begin by understanding your business goals, current challenges, and marketplace position. Our team conducts preliminary research to identify the most strategic approach for your products.
                            </p>
                        </div>
                        <div class="relative lg:pr-8 mt-8 lg:mt-0">
                            <div class="flex items-center justify-center w-16 h-16 rounded-full bg-[#FF9900] text-black font-bold text-xl absolute left-1/2 transform -translate-x-1/2 lg:left-auto lg:right-0 lg:translate-x-0">1</div>
                            <img src="http://static.photos/workspace/800x500/1" alt="Discovery" class="rounded-xl shadow-xl border border-gray-700">
                        </div>
                    </div>
                    
                    <!-- Step 2 -->
                    <div class="lg:grid lg:grid-cols-2 lg:gap-8 items-center mt-12 lg:mt-0">
                        <div class="lg:pr-8">
                            <h3 class="text-2xl font-bold mb-4">Research & Analysis</h3>
                            <p class="text-gray-400">
                                Our experts dive deep into market trends, competitor analysis, and keyword research. We identify profitable opportunities and potential pitfalls specific to your product category.
                            </p>
                        </div>
                        <div class="relative lg:pl-8 mt-8 lg:mt-0">
                            <div class="flex items-center justify-center w-16 h-16 rounded-full bg-[#FF9900] text-black font-bold text-xl absolute left-1/2 transform -translate-x-1/2 lg:left-0 lg:translate-x-0">2</div>
                            <img src="http://static.photos/technology/800x500/2" alt="Research" class="rounded-xl shadow-xl border border-gray-700">
                        </div>
                    </div>
                    
                    <!-- Step 3 -->
                    <div class="lg:grid lg:grid-cols-2 lg:gap-8 items-center mt-12 lg:mt-0">
                        <div class="lg:order-last lg:pl-8">
                            <h3 class="text-2xl font-bold mb-4">Implementation</h3>
                            <p class="text-gray-400">
                                With the strategy defined, we optimize your product listings, set up advertising campaigns, and implement all necessary changes to maximize your Amazon presence.
                            </p>
                        </div>
                        <div class="relative lg:pr-8 mt-8 lg:mt-0">
                            <div class="flex items-center justify-center w-16 h-16 rounded-full bg-[#FF9900] text-black font-bold text-xl absolute left-1/2 transform -translate-x-1/2 lg:left-auto lg:right-0 lg:translate-x-0">3</div>
                            <img src="http://static.photos/office/800x500/3" alt="Implementation" class="rounded-xl shadow-xl border border-gray-700">
                        </div>
                    </div>
                    
                    <!-- Step 4 -->
                    <div class="lg:grid lg:grid-cols-2 lg:gap-8 items-center mt-12 lg:mt-0">
                        <div class="lg:pr-8">
                            <h3 class="text-2xl font-bold mb-4">Monitoring & Optimization</h3>
                            <p class="text-gray-400">
                                We continuously monitor performance metrics and make data-driven adjustments to your strategy. Our team provides regular reports and recommendations to ensure sustained growth.
                            </p>
                        </div>
                        <div class="relative lg:pl-8 mt-8 lg:mt-0">
                            <div class="flex items-center justify-center w-16 h-16 rounded-full bg-[#FF9900] text-black font-bold text-xl absolute left-1/2 transform -translate-x-1/2 lg:left-0 lg:translate-x-0">4</div>
                            <img src="http://static.photos/minimal/800x500/4" alt="Monitoring" class="rounded-xl shadow-xl border border-gray-700">
                        </div>
                    </div>
                </div>
            </div>
        </div>

        <!-- Final CTA -->
        <div class="bg-[#FF9900] rounded-xl p-8 text-center">
            <h3 class="text-2xl md:text-3xl font-bold mb-4 text-black">Ready to turn your product into a best-seller?</h3>
            <p class="text-xl text-black mb-6">Our team is ready to help you dominate your category.</p>
            <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">Contact Us Today</a>
        </div>
    </div>

    <!-- Footer -->
    <footer class="bg-black py-12">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
                <div class="md:col-span-2">
                    <span class="text-white font-bold text-2xl font-mono tracking-tight">TWINORY</span>
                    <p class="text-gray-400 font-mono text-sm mt-1">Amazon Seller Growth & Compliance Solutions.</p>
<div class="flex space-x-4 mt-4">
                        <a href="#" class="text-gray-400 hover:text-white">
                            <i data-feather="facebook"></i>
                        </a>
                        <a href="#" class="text-gray-400 hover:text-white">
                            <i data-feather="twitter"></i>
                        </a>
                        <a href="#" class="text-gray-400 hover:text-white">
                            <i data-feather="linkedin"></i>
                        </a>
                        <a href="#" class="text-gray-400 hover:text-white">
                            <i data-feather="instagram"></i>
                        </a>
                    </div>
                </div>
                <div>
                    <h4 class="text-white font-bold mb-4">Quick Links</h4>
                    <ul class="space-y-2">
                        <li><a href="index.html" class="text-gray-400 hover:text-white">Home</a></li>
                        <li><a href="about.html" class="text-gray-400 hover:text-white">About</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Services</a></li>
                        <li><a href="contact.html" class="text-gray-400 hover:text-white">Contact</a></li>
                    </ul>
                </div>
                <div>
                    <h4 class="text-white font-bold mb-4">Legal</h4>
                    <ul class="space-y-2">
                        <li><a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Terms of Service</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Cookie Policy</a></li>
                    </ul>
                </div>
            </div>
            <div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
                <p>&copy; 2025 TWINORY LLC. All rights reserved.</p>
</div>
        </div>
    </footer>
    <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
    <script>
        feather.replace();
        AOS.init({
            duration: 800,
            easing: 'ease-in-out',
            once: true
        });
    </script>
</body>
</html>