| <!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"> |
| |
| <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> |
| |
| <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> |
|
|
| |
| <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> |
|
|
| |
| <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> |
|
|
| |
| <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> |
|
|
| |
| <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> |
|
|
| |
| <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 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>© 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> |
|
|