File size: 12,428 Bytes
c349726
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f79a758
e7ad23e
50fb7b5
c349726
a7f4191
 
 
 
9f900a2
a2cc257
c349726
 
 
 
 
 
 
 
 
 
50fb7b5
 
c349726
 
 
 
f379688
c349726
f379688
c349726
 
 
 
 
 
 
 
 
 
 
 
 
 
41587a2
 
c349726
41587a2
c349726
 
 
 
 
 
 
41587a2
 
c349726
41587a2
c349726
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41587a2
 
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>About Twinory | Amazon Seller Experts</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%);
        }
        .mission-card {
            border-left: 4px solid #FF9900;
        }
        .vision-card {
            border-left: 4px solid #FFFFFF;
        }
    </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-10">
</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-4 py-3 rounded-md text-base font-medium">Home</a>
                    <a href="#" class="text-white px-4 py-3 rounded-md text-base font-medium hover:text-orange-400">About</a>
                    <a href="services.html" class="text-gray-300 hover:text-white px-4 py-3 rounded-md text-base font-medium">Services</a>
                    <a href="contact.html" class="text-gray-300 hover:text-white px-4 py-3 rounded-md text-base 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">
                WHO WE ARE
            </h1>
            <p class="text-xl md:text-2xl text-gray-300 max-w-3xl mx-auto">
                Just list it, with perfection!
            </p>
</div>
    </div>

    <!-- About Content -->
    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
        <div class="text-center mb-16">
            <p class="text-xl md:text-2xl text-gray-300 max-w-4xl mx-auto">
                We combine data analytics, SEO precision, and policy-aligned expertise to position your products for success.
            </p>
        </div>

        <!-- Mission & Vision -->
        <div class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-20">
            <div class="mission-card bg-gray-900 p-8 rounded-lg">
                <div class="flex items-center mb-6">
                    <div class="mr-4">
                        <img src="http://static.photos/workspace/200x200/42" alt="Mission" class="w-12 h-12 rounded-full object-cover">
                    </div>
<h3 class="text-2xl font-bold">Our Mission</h3>
                </div>
                <p class="text-gray-400">
                    Helping sellers achieve growth through ethical, intelligent, and sustainable listing practices. We believe in winning the right way by mastering Amazon's rules rather than bending them.
                </p>
            </div>
            <div class="vision-card bg-gray-900 p-8 rounded-lg">
                <div class="flex items-center mb-6">
                    <div class="mr-4">
                        <img src="http://static.photos/technology/200x200/42" alt="Vision" class="w-12 h-12 rounded-full object-cover">
                    </div>
<h3 class="text-2xl font-bold">Our Vision</h3>
                </div>
                <p class="text-gray-400">
                    Building a marketplace where compliance and commercial success go hand in hand. We envision an Amazon ecosystem where ethical sellers thrive through superior strategy and execution.
                </p>
            </div>
        </div>

        <!-- Meet Sam -->
        <div class="bg-gray-900 rounded-xl overflow-hidden mb-20">
            <div class="grid grid-cols-1 lg:grid-cols-2">
                <div class="p-8 lg:p-12">
                    <h2 class="text-3xl md:text-4xl font-bold mb-6">Meet Sam — Twinory's Virtual Consultant</h2>
                    <p class="text-gray-400 text-lg mb-6">
                        Sam represents the Twinory team's collective experience. Through careful research and insight, Sam helps you place products smartly and stay ahead of competition.
                    </p>
                    <div class="flex items-center">
                        <div class="bg-[#FF9900] p-2 rounded-full mr-4">
                            <i data-feather="check" class="text-white w-5 h-5"></i>
                        </div>
                        <p class="text-gray-300">15+ years combined Amazon marketplace experience</p>
                    </div>
                    <div class="flex items-center mt-4">
                        <div class="bg-[#FF9900] p-2 rounded-full mr-4">
                            <i data-feather="check" class="text-white w-5 h-5"></i>
                        </div>
                        <p class="text-gray-300">100+ successful product launches</p>
                    </div>
                    <div class="flex items-center mt-4">
                        <div class="bg-[#FF9900] p-2 rounded-full mr-4">
                            <i data-feather="check" class="text-white w-5 h-5"></i>
                        </div>
                        <p class="text-gray-300">Policy compliance as a core principle</p>
                    </div>
                </div>
                <div class="order-first lg:order-last">
                    <img src="http://static.photos/workspace/1200x630/42" alt="Sam - Twinory Consultant" class="w-full h-full object-cover">
</div>
            </div>
        </div>

        <!-- Values -->
        <div class="text-center mb-20">
            <h2 class="text-3xl md:text-4xl font-bold mb-12">Our Core Values</h2>
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <div class="bg-gray-900 p-8 rounded-lg">
                    <div class="bg-[#FF9900] bg-opacity-10 p-4 rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-6">
                        <i data-feather="shield" class="text-[#FF9900] w-8 h-8"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-3">Integrity</h3>
                    <p class="text-gray-400">
                        We only recommend strategies that comply with Amazon's policies and stand the test of time.
                    </p>
                </div>
                <div class="bg-gray-900 p-8 rounded-lg">
                    <div class="bg-[#FF9900] bg-opacity-10 p-4 rounded-full w-16 h-16 flex items-center justify-center mx-auto 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">Data-Driven</h3>
                    <p class="text-gray-400">
                        Every recommendation is backed by market data and performance analytics.
                    </p>
                </div>
                <div class="bg-gray-900 p-8 rounded-lg">
                    <div class="bg-[#FF9900] bg-opacity-10 p-4 rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-6">
                        <i data-feather="zap" class="text-[#FF9900] w-8 h-8"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-3">Results-Oriented</h3>
                    <p class="text-gray-400">
                        We measure our success by your growth metrics and long-term profitability.
                    </p>
                </div>
            </div>
        </div>

        <!-- Final Callout -->
        <div class="bg-[#FF9900] rounded-xl p-8 text-center">
            <h3 class="text-2xl md:text-3xl font-bold mb-4 text-black">We help honest sellers win</h3>
            <p class="text-xl text-black mb-6">Not by bending the rules, but by mastering them.</p>
            <a href="services.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">Explore Our Services</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">
                    <h3 class="text-2xl font-bold mb-4">TWINORY</h3>
                    <p class="text-gray-400">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="#" class="text-gray-400 hover:text-white">About</a></li>
                        <li><a href="services.html" 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>