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