import React, { useState } from 'react';
Browse filesimport { Play, Code, FileText, Shield, Activity, Users, BookOpen, Video, ChevronRight, Menu, X } from 'lucide-react';
export default function SPAPILanding() {
const [mobileMenuOpen, setMobileMenuOpen] = useState(false);
return (
<div className="min-h-screen bg-white">
{/* Top Banner */}
<div className="bg-blue-900 text-white text-sm py-2 px-4 text-center">
Existing Selling Partner API developers must migrate to Solution Provider Portal by August 31, 2025. <a href="#" className="underline">Learn more</a>
</div>
{/* Header */}
<header className="border-b border-gray-200 sticky top-0 bg-white z-50">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div className="flex justify-between items-center h-16">
<div className="flex items-center space-x-2">
<div className="text-2xl font-bold">amazon</div>
<div className="text-sm text-gray-600">developer services</div>
</div>
{/* Desktop Navigation */}
<nav className="hidden md:flex space-x-6 text-sm">
<a href="#start" className="hover:text-blue-600">Start</a>
<a href="#documentation" className="hover:text-blue-600">Documentation</a>
<a href="#resource-hub" className="hover:text-blue-600">Resource Hub</a>
<a href="#tools" className="hover:text-blue-600">Tools</a>
<a href="#grow" className="hover:text-blue-600">Grow</a>
<a href="#support" className="hover:text-blue-600">Support</a>
</nav>
<div className="hidden md:flex items-center space-x-4">
<button className="text-sm hover:text-blue-600">Sign in</button>
<button className="bg-orange-500 text-white px-4 py-2 rounded text-sm hover:bg-orange-600">
Register
</button>
</div>
{/* Mobile menu button */}
<button
className="md:hidden"
onClick={() => setMobileMenuOpen(!mobileMenuOpen)}
>
{mobileMenuOpen ? <X /> : <Menu />}
</button>
</div>
{/* Mobile Navigation */}
{mobileMenuOpen && (
<div className="md:hidden py-4 border-t border-gray-200">
<nav className="flex flex-col space-y-3">
<a href="#start" className="hover:text-blue-600">Start</a>
<a href="#documentation" className="hover:text-blue-600">Documentation</a>
<a href="#resource-hub" className="hover:text-blue-600">Resource Hub</a>
<a href="#tools" className="hover:text-blue-600">Tools</a>
<a href="#grow" className="hover:text-blue-600">Grow</a>
<a href="#support" className="hover:text-blue-600">Support</a>
<button className="text-sm hover:text-blue-600 text-left">Sign in</button>
<button className="bg-orange-500 text-white px-4 py-2 rounded text-sm hover:bg-orange-600 w-full">
Register
</button>
</nav>
</div>
)}
</div>
</header>
{/* Hero Section */}
<section className="bg-gradient-to-br from-blue-50 to-indigo-100 py-20">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div className="text-center mb-8">
<h1 className="text-5xl md:text-6xl font-bold mb-6 text-gray-900">
Accelerate growth with<br />apps and APIs
</h1>
<p className="text-xl text-gray-700 mb-8 max-w-3xl mx-auto">
Over one million Amazon Sellers worldwide use apps built with Selling Partner APIs to automate their businesses. Join the growing community of developers using our API to power their Amazon applications
</p>
<button className="bg-orange-500 text-white px-8 py-4 rounded-lg text-lg hover:bg-orange-600 transition">
Create developer account
</button>
</div>
</div>
</section>
{/* What is SP-API Section */}
<section className="py-20 bg-white">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div className="grid md:grid-cols-2 gap-12 items-center">
<div>
<h2 className="text-4xl font-bold mb-6">What is Selling Partner API (SP-API)?</h2>
<p className="text-gray-700 mb-4">
The Selling Partner API (SP-API) is a REST-based API that helps Amazon selling partners programmatically access their data on orders, shipments, payments, and much more. Applications using the SP-API can increase selling efficiency, reduce labor requirements, and improve response time to customers, helping selling partners grow their businesses.
</p>
<p className="text-gray-700 mb-6">
Amazon's Selling Partner API can be used for both Selling Partners and Vendors, and is designed to improve efficiency and aid in accelerating growth.
</p>
<div className="bg-blue-50 p-6 rounded-lg border-l-4 border-blue-500">
<p className="text-gray-800 italic">
"SP-API brings substantial time savings to the organization. Before SP-API, [managing] product data or price and inventory was a manual Excel file drag and drop."
</p>
<p className="text-gray-600 mt-2 font-semibold">Raymond Yu - CEO, ZYing</p>
</div>
<button className="mt-6 text-blue-600 hover:underline flex items-center">
View SP-API documentation <ChevronRight className="ml-1 w-4 h-4" />
</button>
</div>
<div className="bg-gray-900 rounded-lg aspect-video flex items-center justify-center">
<Play className="w-20 h-20 text-white opacity-80" />
</div>
</div>
</div>
</section>
{/* Getting Started Section */}
<section id="start" className="py-20 bg-gray-50">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 className="text-4xl font-bold text-center mb-4">Getting started</h2>
<p className="text-center text-gray-700 mb-12 max-w-3xl mx-auto">
Take the next steps by learning more about SP-API, reading documentation, and reviewing our use case guides.
</p>
<div className="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
<ResourceCard
icon={<Code />}
title="Code samples"
description="Build with sample code designed to help you get started."
link="Explore sample code"
/>
<ResourceCard
icon={<FileText />}
title="Documentation"
description="Visit the documentation site to dive right in and learn about Selling Partner API and all the things you can do with it."
link="Learn more"
/>
<ResourceCard
icon={<Shield />}
title="SP-API roles"
description="A role is the mechanism used by Selling Partner APIs to determine whether a developer or application has access to an operation or resource."
link="Learn more"
/>
<ResourceCard
icon={<Users />}
title="Seller API use cases"
description="Use this directory to identify the APIs, notifications, and reports that you'll need for general SP-API Seller use cases."
link="Learn more"
/>
<ResourceCard
icon={<BookOpen />}
title="Vendor API use cases"
description="Use this directory to identify the APIs, notifications, and reports that you'll need for general SP-API Vendor use cases."
link="Learn more"
/>
<ResourceCard
icon={<Video />}
title="Demos and tutorials"
description="Subscribe to the SP-API Developer University YouTube channel to be notified when we upload new demos & tutorials."
link="View playlist on YouTube"
/>
</div>
</div>
</section>
{/* Build at Scale Section */}
<section className="py-20 bg-white">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div className="text-center mb-12">
<h2 className="text-4xl font-bold mb-6">Build at scale</h2>
<div className="flex justify-center space-x-8 text-sm text-gray-600">
<a href="#" className="hover:text-blue-600">Start</a>
<a href="#" className="hover:text-blue-600">Types of applications</a>
<a href="#" className="hover:text-blue-600">Build</a>
<a href="#" className="hover:text-blue-600">Publish your app</a>
<a href="#" className="hover:text-blue-600">Success stories</a>
</div>
</div>
</div>
</section>
{/* Types of Applications */}
<section className="py-20 bg-gray-50">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 className="text-4xl font-bold text-center mb-12">Types of SP-API applications</h2>
<div className="grid md:grid-cols-3 gap-8">
<AppTypeCard
title="Private seller applications"
description="Applications for sellers that are available only to your organization, and are self-authorized."
/>
<AppTypeCard
title="Public seller applications"
description="Applications that are publicly available and are authorized by sellers using OAuth. In accordance with the Amazon Services API Developer Agreement, public developers must list their app in the Amazon Selling Partner Appstore."
/>
<AppTypeCard
title="Private vendor applications"
description="Vendor applications that are available only to your organization, and are self-authorized."
- README.md +8 -5
- index.html +435 -18
|
@@ -1,10 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: API Amazement Accelerator π
|
| 3 |
+
colorFrom: purple
|
| 4 |
+
colorTo: purple
|
| 5 |
+
emoji: π³
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
tags:
|
| 9 |
+
- deepsite-v3
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Welcome to your new DeepSite project!
|
| 13 |
+
This project was created with [DeepSite](https://deepsite.hf.co).
|
|
@@ -1,19 +1,436 @@
|
|
| 1 |
-
<!
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
</html>
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>API Amazement Accelerator</title>
|
| 7 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 9 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 10 |
+
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
|
| 11 |
+
<style>
|
| 12 |
+
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
|
| 13 |
+
body {
|
| 14 |
+
font-family: 'Inter', sans-serif;
|
| 15 |
+
}
|
| 16 |
+
.hero-gradient {
|
| 17 |
+
background: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%);
|
| 18 |
+
}
|
| 19 |
+
.feature-card:hover {
|
| 20 |
+
transform: translateY(-5px);
|
| 21 |
+
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
|
| 22 |
+
}
|
| 23 |
+
.globe-bg {
|
| 24 |
+
position: absolute;
|
| 25 |
+
top: 0;
|
| 26 |
+
left: 0;
|
| 27 |
+
width: 100%;
|
| 28 |
+
height: 100%;
|
| 29 |
+
z-index: 0;
|
| 30 |
+
opacity: 0.3;
|
| 31 |
+
}
|
| 32 |
+
</style>
|
| 33 |
+
</head>
|
| 34 |
+
<body class="bg-gray-50">
|
| 35 |
+
<!-- Navigation -->
|
| 36 |
+
<nav class="bg-white shadow-sm sticky top-0 z-50">
|
| 37 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 38 |
+
<div class="flex justify-between h-16">
|
| 39 |
+
<div class="flex items-center">
|
| 40 |
+
<div class="flex-shrink-0 flex items-center">
|
| 41 |
+
<i data-feather="zap" class="text-blue-600 h-8 w-8"></i>
|
| 42 |
+
<span class="ml-2 text-xl font-bold text-gray-900">API Amazement</span>
|
| 43 |
+
</div>
|
| 44 |
+
<div class="hidden sm:ml-6 sm:flex sm:space-x-8">
|
| 45 |
+
<a href="#" class="border-blue-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Home</a>
|
| 46 |
+
<a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Features</a>
|
| 47 |
+
<a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Documentation</a>
|
| 48 |
+
<a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Pricing</a>
|
| 49 |
+
</div>
|
| 50 |
+
</div>
|
| 51 |
+
<div class="hidden sm:ml-6 sm:flex sm:items-center">
|
| 52 |
+
<button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md text-sm font-medium">Get Started</button>
|
| 53 |
+
</div>
|
| 54 |
+
<div class="-mr-2 flex items-center sm:hidden">
|
| 55 |
+
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500" aria-controls="mobile-menu" aria-expanded="false" id="mobile-menu-button">
|
| 56 |
+
<i data-feather="menu" class="block h-6 w-6"></i>
|
| 57 |
+
</button>
|
| 58 |
+
</div>
|
| 59 |
+
</div>
|
| 60 |
+
</div>
|
| 61 |
+
|
| 62 |
+
<!-- Mobile menu -->
|
| 63 |
+
<div class="sm:hidden hidden" id="mobile-menu">
|
| 64 |
+
<div class="pt-2 pb-3 space-y-1">
|
| 65 |
+
<a href="#" class="bg-blue-50 border-blue-500 text-blue-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Home</a>
|
| 66 |
+
<a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Features</a>
|
| 67 |
+
<a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Documentation</a>
|
| 68 |
+
<a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Pricing</a>
|
| 69 |
+
<div class="mt-4 pl-3">
|
| 70 |
+
<button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md text-sm font-medium w-full">Get Started</button>
|
| 71 |
+
</div>
|
| 72 |
+
</div>
|
| 73 |
+
</div>
|
| 74 |
+
</nav>
|
| 75 |
+
|
| 76 |
+
<!-- Hero Section -->
|
| 77 |
+
<div class="relative hero-gradient text-white overflow-hidden">
|
| 78 |
+
<div class="globe-bg" id="vanta-globe"></div>
|
| 79 |
+
<div class="max-w-7xl mx-auto">
|
| 80 |
+
<div class="relative z-10 pb-8 sm:pb-16 md:pb-20 lg:max-w-2xl lg:w-full lg:pb-28 xl:pb-32">
|
| 81 |
+
<main class="mt-10 mx-auto max-w-7xl px-4 sm:mt-12 sm:px-6 lg:mt-16 lg:px-8 xl:mt-20">
|
| 82 |
+
<div class="sm:text-center lg:text-left">
|
| 83 |
+
<h1 class="text-4xl tracking-tight font-extrabold sm:text-5xl md:text-6xl">
|
| 84 |
+
<span class="block">Accelerate Your API</span>
|
| 85 |
+
<span class="block text-blue-200">Integration Journey</span>
|
| 86 |
+
</h1>
|
| 87 |
+
<p class="mt-3 text-base text-blue-100 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0">
|
| 88 |
+
The ultimate toolkit for Amazon API developers. Build, scale, and optimize your eCommerce integrations with our powerful suite of tools.
|
| 89 |
+
</p>
|
| 90 |
+
<div class="mt-5 sm:mt-8 sm:flex sm:justify-center lg:justify-start">
|
| 91 |
+
<div class="rounded-md shadow">
|
| 92 |
+
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-blue-700 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10">
|
| 93 |
+
Get Started
|
| 94 |
+
</a>
|
| 95 |
+
</div>
|
| 96 |
+
<div class="mt-3 sm:mt-0 sm:ml-3">
|
| 97 |
+
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-700 bg-opacity-60 hover:bg-opacity-70 md:py-4 md:text-lg md:px-10">
|
| 98 |
+
Live Demo
|
| 99 |
+
</a>
|
| 100 |
+
</div>
|
| 101 |
+
</div>
|
| 102 |
+
</div>
|
| 103 |
+
</main>
|
| 104 |
+
</div>
|
| 105 |
+
</div>
|
| 106 |
+
<div class="lg:absolute lg:inset-y-0 lg:right-0 lg:w-1/2">
|
| 107 |
+
<img class="h-56 w-full object-cover sm:h-72 md:h-96 lg:w-full lg:h-full" src="http://static.photos/technology/1200x630/42" alt="API integration illustration">
|
| 108 |
+
</div>
|
| 109 |
+
</div>
|
| 110 |
+
|
| 111 |
+
<!-- Features Section -->
|
| 112 |
+
<div class="py-12 bg-white">
|
| 113 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 114 |
+
<div class="lg:text-center">
|
| 115 |
+
<h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Features</h2>
|
| 116 |
+
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
|
| 117 |
+
Everything you need to integrate
|
| 118 |
+
</p>
|
| 119 |
+
<p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
|
| 120 |
+
Our platform provides all the tools necessary for seamless Amazon API integration.
|
| 121 |
+
</p>
|
| 122 |
+
</div>
|
| 123 |
+
|
| 124 |
+
<div class="mt-10">
|
| 125 |
+
<div class="grid grid-cols-1 gap-10 sm:grid-cols-2 lg:grid-cols-3">
|
| 126 |
+
<!-- Feature 1 -->
|
| 127 |
+
<div class="feature-card bg-white rounded-lg shadow-md overflow-hidden transition-all duration-300">
|
| 128 |
+
<div class="p-5">
|
| 129 |
+
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
|
| 130 |
+
<i data-feather="zap"></i>
|
| 131 |
+
</div>
|
| 132 |
+
<div class="mt-5">
|
| 133 |
+
<h3 class="text-lg leading-6 font-medium text-gray-900">Lightning Fast Sync</h3>
|
| 134 |
+
<p class="mt-2 text-base text-gray-500">
|
| 135 |
+
Real-time data synchronization with Amazon's APIs ensures your inventory and orders are always up-to-date.
|
| 136 |
+
</p>
|
| 137 |
+
</div>
|
| 138 |
+
</div>
|
| 139 |
+
</div>
|
| 140 |
+
|
| 141 |
+
<!-- Feature 2 -->
|
| 142 |
+
<div class="feature-card bg-white rounded-lg shadow-md overflow-hidden transition-all duration-300">
|
| 143 |
+
<div class="p-5">
|
| 144 |
+
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-green-500 text-white">
|
| 145 |
+
<i data-feather="shield"></i>
|
| 146 |
+
</div>
|
| 147 |
+
<div class="mt-5">
|
| 148 |
+
<h3 class="text-lg leading-6 font-medium text-gray-900">Bulletproof Security</h3>
|
| 149 |
+
<p class="mt-2 text-base text-gray-500">
|
| 150 |
+
Enterprise-grade security with OAuth 2.0 and automatic token refresh keeps your data safe.
|
| 151 |
+
</p>
|
| 152 |
+
</div>
|
| 153 |
+
</div>
|
| 154 |
+
</div>
|
| 155 |
+
|
| 156 |
+
<!-- Feature 3 -->
|
| 157 |
+
<div class="feature-card bg-white rounded-lg shadow-md overflow-hidden transition-all duration-300">
|
| 158 |
+
<div class="p-5">
|
| 159 |
+
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-purple-500 text-white">
|
| 160 |
+
<i data-feather="activity"></i>
|
| 161 |
+
</div>
|
| 162 |
+
<div class="mt-5">
|
| 163 |
+
<h3 class="text-lg leading-6 font-medium text-gray-900">Smart Alerts</h3>
|
| 164 |
+
<p class="mt-2 text-base text-gray-500">
|
| 165 |
+
Get notified immediately about API changes, rate limits, and critical business metrics.
|
| 166 |
+
</p>
|
| 167 |
+
</div>
|
| 168 |
+
</div>
|
| 169 |
+
</div>
|
| 170 |
+
|
| 171 |
+
<!-- Feature 4 -->
|
| 172 |
+
<div class="feature-card bg-white rounded-lg shadow-md overflow-hidden transition-all duration-300">
|
| 173 |
+
<div class="p-5">
|
| 174 |
+
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-yellow-500 text-white">
|
| 175 |
+
<i data-feather="code"></i>
|
| 176 |
+
</div>
|
| 177 |
+
<div class="mt-5">
|
| 178 |
+
<h3 class="text-lg leading-6 font-medium text-gray-900">Developer Friendly</h3>
|
| 179 |
+
<p class="mt-2 text-base text-gray-500">
|
| 180 |
+
Clean REST APIs with detailed documentation and SDKs for all major programming languages.
|
| 181 |
+
</p>
|
| 182 |
+
</div>
|
| 183 |
+
</div>
|
| 184 |
+
</div>
|
| 185 |
+
|
| 186 |
+
<!-- Feature 5 -->
|
| 187 |
+
<div class="feature-card bg-white rounded-lg shadow-md overflow-hidden transition-all duration-300">
|
| 188 |
+
<div class="p-5">
|
| 189 |
+
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-red-500 text-white">
|
| 190 |
+
<i data-feather="trending-up"></i>
|
| 191 |
+
</div>
|
| 192 |
+
<div class="mt-5">
|
| 193 |
+
<h3 class="text-lg leading-6 font-medium text-gray-900">Scalable Infrastructure</h3>
|
| 194 |
+
<p class="mt-2 text-base text-gray-500">
|
| 195 |
+
Our cloud-based platform scales automatically to handle your growing business needs.
|
| 196 |
+
</p>
|
| 197 |
+
</div>
|
| 198 |
+
</div>
|
| 199 |
+
</div>
|
| 200 |
+
|
| 201 |
+
<!-- Feature 6 -->
|
| 202 |
+
<div class="feature-card bg-white rounded-lg shadow-md overflow-hidden transition-all duration-300">
|
| 203 |
+
<div class="p-5">
|
| 204 |
+
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
|
| 205 |
+
<i data-feather="bar-chart-2"></i>
|
| 206 |
+
</div>
|
| 207 |
+
<div class="mt-5">
|
| 208 |
+
<h3 class="text-lg leading-6 font-medium text-gray-900">Advanced Analytics</h3>
|
| 209 |
+
<p class="mt-2 text-base text-gray-500">
|
| 210 |
+
Powerful reporting and analytics to help you understand your Amazon business performance.
|
| 211 |
+
</p>
|
| 212 |
+
</div>
|
| 213 |
+
</div>
|
| 214 |
+
</div>
|
| 215 |
+
</div>
|
| 216 |
+
</div>
|
| 217 |
+
</div>
|
| 218 |
+
</div>
|
| 219 |
+
|
| 220 |
+
<!-- Stats Section -->
|
| 221 |
+
<div class="bg-gray-900 text-white py-12">
|
| 222 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 223 |
+
<div class="grid grid-cols-2 gap-8 md:grid-cols-4">
|
| 224 |
+
<div class="text-center">
|
| 225 |
+
<div class="text-4xl font-bold text-blue-400">2500+</div>
|
| 226 |
+
<div class="text-gray-400 mt-2">Active Integrations</div>
|
| 227 |
+
</div>
|
| 228 |
+
<div class="text-center">
|
| 229 |
+
<div class="text-4xl font-bold text-green-400">99.9%</div>
|
| 230 |
+
<div class="text-gray-400 mt-2">Uptime</div>
|
| 231 |
+
</div>
|
| 232 |
+
<div class="text-center">
|
| 233 |
+
<div class="text-4xl font-bold text-purple-400">1.4M</div>
|
| 234 |
+
<div class="text-gray-400 mt-2">API Calls/Day</div>
|
| 235 |
+
</div>
|
| 236 |
+
<div class="text-center">
|
| 237 |
+
<div class="text-4xl font-bold text-yellow-400">20+</div>
|
| 238 |
+
<div class="text-gray-400 mt-2">Supported Countries</div>
|
| 239 |
+
</div>
|
| 240 |
+
</div>
|
| 241 |
+
</div>
|
| 242 |
+
</div>
|
| 243 |
+
|
| 244 |
+
<!-- Testimonials -->
|
| 245 |
+
<div class="py-12 bg-gray-50">
|
| 246 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 247 |
+
<div class="lg:text-center">
|
| 248 |
+
<h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Testimonials</h2>
|
| 249 |
+
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
|
| 250 |
+
Trusted by developers worldwide
|
| 251 |
+
</p>
|
| 252 |
+
</div>
|
| 253 |
+
|
| 254 |
+
<div class="mt-10 grid grid-cols-1 gap-8 md:grid-cols-3">
|
| 255 |
+
<!-- Testimonial 1 -->
|
| 256 |
+
<div class="bg-white p-6 rounded-lg shadow">
|
| 257 |
+
<div class="flex items-center">
|
| 258 |
+
<img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/1" alt="Testimonial">
|
| 259 |
+
<div class="ml-4">
|
| 260 |
+
<h4 class="text-lg font-medium text-gray-900">Sarah Johnson</h4>
|
| 261 |
+
<p class="text-gray-500">CTO at EcomSolutions</p>
|
| 262 |
+
</div>
|
| 263 |
+
</div>
|
| 264 |
+
<div class="mt-4">
|
| 265 |
+
<p class="text-gray-600 italic">
|
| 266 |
+
"API Amazement Accelerator saved us hundreds of development hours. The documentation is crystal clear and the support team is fantastic."
|
| 267 |
+
</p>
|
| 268 |
+
</div>
|
| 269 |
+
<div class="mt-4 flex">
|
| 270 |
+
<i data-feather="star" class="text-yellow-400 w-4 h-4"></i>
|
| 271 |
+
<i data-feather="star" class="text-yellow-400 w-4 h-4"></i>
|
| 272 |
+
<i data-feather="star" class="text-yellow-400 w-4 h-4"></i>
|
| 273 |
+
<i data-feather="star" class="text-yellow-400 w-4 h-4"></i>
|
| 274 |
+
<i data-feather="star" class="text-yellow-400 w-4 h-4"></i>
|
| 275 |
+
</div>
|
| 276 |
+
</div>
|
| 277 |
+
|
| 278 |
+
<!-- Testimonial 2 -->
|
| 279 |
+
<div class="bg-white p-6 rounded-lg shadow">
|
| 280 |
+
<div class="flex items-center">
|
| 281 |
+
<img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/2" alt="Testimonial">
|
| 282 |
+
<div class="ml-4">
|
| 283 |
+
<h4 class="text-lg font-medium text-gray-900">Michael Chen</h4>
|
| 284 |
+
<p class="text-gray-500">Lead Developer at ShopFast</p>
|
| 285 |
+
</div>
|
| 286 |
+
</div>
|
| 287 |
+
<div class="mt-4">
|
| 288 |
+
<p class="text-gray-600 italic">
|
| 289 |
+
"The auto-retry mechanism for API calls has been a game-changer for our business. No more worrying about rate limits!"
|
| 290 |
+
</p>
|
| 291 |
+
</div>
|
| 292 |
+
<div class="mt-4 flex">
|
| 293 |
+
<i data-feather="star" class="text-yellow-400 w-4 h-4"></i>
|
| 294 |
+
<i data-feather="star" class="text-yellow-400 w-4 h-4"></i>
|
| 295 |
+
<i data-feather="star" class="text-yellow-400 w-4 h-4"></i>
|
| 296 |
+
<i data-feather="star" class="text-yellow-400 w-4 h-4"></i>
|
| 297 |
+
<i data-feather="star" class="text-yellow-400 w-4 h-4"></i>
|
| 298 |
+
</div>
|
| 299 |
+
</div>
|
| 300 |
+
|
| 301 |
+
<!-- Testimonial 3 -->
|
| 302 |
+
<div class="bg-white p-6 rounded-lg shadow">
|
| 303 |
+
<div class="flex items-center">
|
| 304 |
+
<img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/3" alt="Testimonial">
|
| 305 |
+
<div class="ml-4">
|
| 306 |
+
<h4 class="text-lg font-medium text-gray-900">David Rodriguez</h4>
|
| 307 |
+
<p class="text-gray-500">Founder of MarketPulse</p>
|
| 308 |
+
</div>
|
| 309 |
+
</div>
|
| 310 |
+
<div class="mt-4">
|
| 311 |
+
<p class="text-gray-600 italic">
|
| 312 |
+
"From setup to production in under a week. The pre-built connectors eliminated months of development work."
|
| 313 |
+
</p>
|
| 314 |
+
</div>
|
| 315 |
+
<div class="mt-4 flex">
|
| 316 |
+
<i data-feather="star" class="text-yellow-400 w-4 h-4"></i>
|
| 317 |
+
<i data-feather="star" class="text-yellow-400 w-4 h-4"></i>
|
| 318 |
+
<i data-feather="star" class="text-yellow-400 w-4 h-4"></i>
|
| 319 |
+
<i data-feather="star" class="text-yellow-400 w-4 h-4"></i>
|
| 320 |
+
<i data-feather="star" class="text-yellow-400 w-4 h-4"></i>
|
| 321 |
+
</div>
|
| 322 |
+
</div>
|
| 323 |
+
</div>
|
| 324 |
+
</div>
|
| 325 |
+
</div>
|
| 326 |
+
|
| 327 |
+
<!-- CTA Section -->
|
| 328 |
+
<div class="bg-blue-700">
|
| 329 |
+
<div class="max-w-2xl mx-auto text-center py-16 px-4 sm:py-20 sm:px-6 lg:px-8">
|
| 330 |
+
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
|
| 331 |
+
<span class="block">Ready to accelerate your API integration?</span>
|
| 332 |
+
<span class="block">Start your free trial today.</span>
|
| 333 |
+
</h2>
|
| 334 |
+
<p class="mt-4 text-lg leading-6 text-blue-200">
|
| 335 |
+
No credit card required. Get started in minutes.
|
| 336 |
+
</p>
|
| 337 |
+
<a href="#" class="mt-8 w-full inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-blue-50 sm:w-auto">
|
| 338 |
+
Sign up for free
|
| 339 |
+
</a>
|
| 340 |
+
</div>
|
| 341 |
+
</div>
|
| 342 |
+
|
| 343 |
+
<!-- Footer -->
|
| 344 |
+
<footer class="bg-gray-800">
|
| 345 |
+
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
|
| 346 |
+
<div class="grid grid-cols-2 gap-8 md:grid-cols-4">
|
| 347 |
+
<div>
|
| 348 |
+
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Product</h3>
|
| 349 |
+
<ul class="mt-4 space-y-4">
|
| 350 |
+
<li><a href="#" class="text-base text-gray-300 hover:text-white">Features</a></li>
|
| 351 |
+
<li><a href="#" class="text-base text-gray-300 hover:text-white">Pricing</a></li>
|
| 352 |
+
<li><a href="#" class="text-base text-gray-300 hover:text-white">API</a></li>
|
| 353 |
+
<li><a href="#" class="text-base text-gray-300 hover:text-white">Documentation</a></li>
|
| 354 |
+
</ul>
|
| 355 |
+
</div>
|
| 356 |
+
<div>
|
| 357 |
+
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Company</h3>
|
| 358 |
+
<ul class="mt-4 space-y-4">
|
| 359 |
+
<li><a href="#" class="text-base text-gray-300 hover:text-white">About</a></li>
|
| 360 |
+
<li><a href="#" class="text-base text-gray-300 hover:text-white">Blog</a></li>
|
| 361 |
+
<li><a href="#" class="text-base text-gray-300 hover:text-white">Careers</a></li>
|
| 362 |
+
<li><a href="#" class="text-base text-gray-300 hover:text-white">Contact</a></li>
|
| 363 |
+
</ul>
|
| 364 |
+
</div>
|
| 365 |
+
<div>
|
| 366 |
+
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Legal</h3>
|
| 367 |
+
<ul class="mt-4 space-y-4">
|
| 368 |
+
<li><a href="#" class="text-base text-gray-300 hover:text-white">Privacy</a></li>
|
| 369 |
+
<li><a href="#" class="text-base text-gray-300 hover:text-white">Terms</a></li>
|
| 370 |
+
<li><a href="#" class="text-base text-gray-300 hover:text-white">Cookie Policy</a></li>
|
| 371 |
+
<li><a href="#" class="text-base text-gray-300 hover:text-white">GDPR</a></li>
|
| 372 |
+
</ul>
|
| 373 |
+
</div>
|
| 374 |
+
<div>
|
| 375 |
+
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Connect</h3>
|
| 376 |
+
<ul class="mt-4 space-y-4">
|
| 377 |
+
<li><a href="#" class="text-base text-gray-300 hover:text-white">Twitter</a></li>
|
| 378 |
+
<li><a href="#" class="text-base text-gray-300 hover:text-white">GitHub</a></li>
|
| 379 |
+
<li><a href="#" class="text-base text-gray-300 hover:text-white">LinkedIn</a></li>
|
| 380 |
+
<li><a href="#" class="text-base text-gray-300 hover:text-white">Facebook</a></li>
|
| 381 |
+
</ul>
|
| 382 |
+
</div>
|
| 383 |
+
</div>
|
| 384 |
+
<div class="mt-8 border-t border-gray-700 pt-8 md:flex md:items-center md:justify-between">
|
| 385 |
+
<div class="flex space-x-6 md:order-2">
|
| 386 |
+
<a href="#" class="text-gray-400 hover:text-gray-300">
|
| 387 |
+
<span class="sr-only">Twitter</span>
|
| 388 |
+
<i data-feather="twitter" class="h-6 w-6"></i>
|
| 389 |
+
</a>
|
| 390 |
+
<a href="#" class="text-gray-400 hover:text-gray-300">
|
| 391 |
+
<span class="sr-only">GitHub</span>
|
| 392 |
+
<i data-feather="github" class="h-6 w-6"></i>
|
| 393 |
+
</a>
|
| 394 |
+
<a href="#" class="text-gray-400 hover:text-gray-300">
|
| 395 |
+
<span class="sr-only">LinkedIn</span>
|
| 396 |
+
<i data-feather="linkedin" class="h-6 w-6"></i>
|
| 397 |
+
</a>
|
| 398 |
+
</div>
|
| 399 |
+
<p class="mt-8 text-base text-gray-400 md:mt-0 md:order-1">
|
| 400 |
+
© 2023 API Amazement Accelerator. All rights reserved.
|
| 401 |
+
</p>
|
| 402 |
+
</div>
|
| 403 |
+
</div>
|
| 404 |
+
</footer>
|
| 405 |
+
|
| 406 |
+
<script>
|
| 407 |
+
// Initialize mobile menu toggle
|
| 408 |
+
document.getElementById('mobile-menu-button').addEventListener('click', function() {
|
| 409 |
+
const menu = document.getElementById('mobile-menu');
|
| 410 |
+
if (menu.classList.contains('hidden')) {
|
| 411 |
+
menu.classList.remove('hidden');
|
| 412 |
+
} else {
|
| 413 |
+
menu.classList.add('hidden');
|
| 414 |
+
}
|
| 415 |
+
});
|
| 416 |
+
|
| 417 |
+
// Initialize Vanta.js globe background
|
| 418 |
+
VANTA.GLOBE({
|
| 419 |
+
el: "#vanta-globe",
|
| 420 |
+
mouseControls: true,
|
| 421 |
+
touchControls: true,
|
| 422 |
+
gyroControls: false,
|
| 423 |
+
minHeight: 200.00,
|
| 424 |
+
minWidth: 200.00,
|
| 425 |
+
scale: 1.00,
|
| 426 |
+
scaleMobile: 1.00,
|
| 427 |
+
color: 0x3b82f6,
|
| 428 |
+
size: 1.00,
|
| 429 |
+
backgroundColor: 0x0
|
| 430 |
+
});
|
| 431 |
+
|
| 432 |
+
// Initialize feather icons
|
| 433 |
+
feather.replace();
|
| 434 |
+
</script>
|
| 435 |
+
</body>
|
| 436 |
</html>
|