Here's a modern landing page for Shield Pay inspired by CyberSource with all the requested sections:
Here's the updated landing page with your requested changes:
Here's the updated landing page with all your requested changes:
Here's the updated section for the merchant portal admin and contact section with all your requested changes:
<!-- Merchant Portal Admin Section -->
<div class="bg-gray-50 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Merchant Portal</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Complete Control Over Your Payments
</p>
</div>
<div class="mt-10 grid grid-cols-1 gap-10 md:grid-cols-2">
<div>
<div class="bg-white shadow-lg rounded-lg overflow-hidden">
<img src="https://via.placeholder.com/800x500/1e3a8a/ffffff?text=Merchant+Portal+Dashboard" alt="Merchant Portal Dashboard" class="w-full">
</div>
</div>
<div>
<div class="space-y-6">
<div>
<h3 class="text-lg font-medium text-gray-900">Fraud Management</h3>
<p class="mt-2 text-base text-gray-500">
Configure fraud rules, review flagged transactions, and manage chargebacks from a single interface.
</p>
</div>
<div>
<h3 class="text-lg font-medium text-gray-900">Account Management</h3>
<p class="c mt-2 text-base text-gray-500">
Manage multiple currencies, users, and roles with granular permissions for your team members.
</p>
</div>
<div>
<h3 class="text-lg font-medium text-gray-900">Transaction Monitoring</h3>
<p class="mt-2 text-base text-gray-500">
Real-time monitoring of success and failure rates with detailed analytics and reporting.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Section -->
<div class="bg-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Contact Us</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Get in touch with our team
</p>
<p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
Have questions about our payment solution? Email us directly at:
</p>
<div class="mt-6">
<a href="mailto:support@shieldpay.com" class="inline-flex items-center px-4 py-2 border border-transparent text-base font-medium rounded-md text-indigo-700 bg-indigo-100 hover:bg-indigo-200">
<i class="fas fa-envelope mr-2"></i>
support@shieldpay.com
</a>
</div>
</div>
</div>
</div>
<!-- Updated FAQ Section -->
<div id="faq" class="bg-gray-50 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">FAQ</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Frequently Asked Questions
</p>
</div>
<div class="mt-10 space-y-8">
<div class="bg-white shadow overflow-hidden rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">1. Does Shield Pay support multiple currencies?</h3>
<div class="mt-2 text-base text-gray-500">
<p>Yes, our platform supports multiple currencies with automatic conversion. You can manage all supported currencies from your merchant portal and receive settlements in your preferred currency.</p>
</div>
</div>
</div>
<div class="bg-white shadow overflow-hidden rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">2. How does Shield Pay guarantee successful transactions?</h3>
<div class="mt-2 text-base text-gray-500">
<p>Our smart routing system automatically selects the best payment route based on success rates, cost, and speed. Combined with our payment resiliency configuration, we ensure high transaction success rates.</p>
</div>
</div>
</div>
<div class="bg-white shadow overflow-hidden rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">3. What security measures does Shield Pay use?</h3>
<div class="mt-2 text-base text-gray-500">
<p>We use asymmetric encryption (RSA 2048-bit) for all sensitive data transmission and storage. Our security infrastructure is designed to meet PCI DSS Level 1 compliance requirements.</p>
</div>
</div>
</div>
<div class="bg-white shadow overflow-hidden rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">4. How does Shield Pay maintain low fees?</h3>
<div class="mt-2 text-base text-gray-500">
<p>Our intelligent routing system matches transactions with the most cost-effective acquirer bank for each transaction, reducing costs. We pass these savings directly to our merchants.</p>
</div>
</div>
</div>
<div class="bg-white shadow overflow-hidden rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">5. Will installment and recurring payments be available?</h3>
<div class="mt-2 text-base text-gray-500">
<p>Yes! We're currently working on adding installment payment options and recurring billing functionality. These features will be available in our next major release.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Merchant Portal Admin Section -->
<div class="bg-gray-50 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Merchant Portal</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Complete Control Over Your Payments
</p>
</div>
<div class="mt-10 grid grid-cols-1 gap-10 md:grid-cols-2">
<div>
<div class="bg-white shadow-lg rounded-lg overflow-hidden">
<img src="https://via.placeholder.com/800x500/1e3a8a/ffffff?text=Merchant+Portal+Dashboard" alt="Merchant Portal Dashboard" class="w-full">
</div>
</div>
<div>
<div class="space-y-6">
<div>
<h3 class="text-lg font-medium text-gray-900">Fraud Management</h3>
<p class="mt-2 text-base text-gray-500">
Configure fraud rules, review flagged transactions, and manage chargebacks from a single interface.
</p>
</div>
<div>
<h3 class="text-lg font-medium text-gray-900">Account Management</h3>
<p class="c mt-2 text-base text-gray-500">
Manage multiple currencies, users, and roles with granular permissions for your team members.
</p>
</div>
<div>
<h3 class="text-lg font-medium text-gray-900">Transaction Monitoring</h3>
<p class="mt-2 text-base text-gray-500">
Real-time monitoring of success and failure rates with detailed analytics and reporting.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Section -->
<div class="bg-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Contact Us</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Get in touch with our team
</p>
<p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
Have questions about our payment solution? Email us directly at:
</p>
<div class="mt-6">
<a href="mailto:support@shieldpay.com" class="inline-flex items-center px-4 py-2 border border-transparent text-base font-medium rounded-md text-indigo-700 bg-indigo-100 hover:bg-indigo-200">
<i class="fas fa-envelope mr-2"></i>
support@shieldpay.com
</a>
</div>
</div>
</div>
</div>
<!-- Updated FAQ Section -->
<div id="faq" class="bg-gray-50 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">FAQ</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Frequently Asked Questions
</p>
</div>
<div class="mt-10 space-y-8">
<div class="bg-white shadow overflow-hidden rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">1. Does Shield Pay support multiple currencies?</h3>
<div class="mt-2 text-base text-gray-500">
<p>Yes, our platform supports multiple currencies with automatic conversion. You can manage all supported currencies from your merchant portal and receive settlements in your preferred currency.</p>
</div>
</div>
</div>
<div class="bg-white shadow overflow-hidden rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">2. How does Shield Pay guarantee successful transactions?</h3>
<div class="mt-2 text-base text-gray-500">
<p>Our smart routing system automatically selects the best payment route based on success rates, cost, and speed. Combined with our payment resiliency configuration, we ensure high transaction success rates.</p>
</div>
</div>
</div>
<div class="bg-white shadow overflow-hidden rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">3. What security measures does Shield Pay use?</h3>
<div class="mt-2 text-base text-gray-500">
<p>We use asymmetric encryption (RSA 2048-bit) for all sensitive data transmission and storage. Our security infrastructure is designed to meet PCI DSS Level 1 compliance requirements.</p>
</div>
</div>
</div>
<div class="bg-white shadow overflow-hidden rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">4. How does Shield Pay maintain low fees?</h3>
<div class="mt-2 text-base text-gray-500">
<p>Our intelligent routing system matches transactions with the most cost-effective acquirer bank for each transaction, reducing costs. We pass these savings directly to our merchants.</p>
</div>
</div>
</div>
<div class="bg-white shadow overflow-hidden rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">5. Will installment and recurring payments be available?</h3>
<div class="mt-2 text-base text-gray-500">
<p>Yes! We're currently working on adding installment payment options and recurring billing functionality. These features will be available in our next major release.</p>
</div>
</div>
</div>
</div>
</div>
</div>
This update includes:
A dedicated Merchant Portal Admin section with:
Simplified contact section that directs to support@shieldpay.com
Updated FAQ section with all your requested points:
Clean, modern design that matches the rest of your site
Responsive layout that works on all devices
The design uses Tailwind CSS classes for styling and includes placeholder images that you can replace with actual screenshots of your merchant portal. The FAQ section is structured to highlight your key differentiators in a clear, scannable format.
I'll help you get the preview working. Here's the complete updated HTML file with all your requested changes, including the merchant portal section, simplified contact form, and updated FAQs. The preview should work now:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shield Pay | Secure Payment Gateway for Fintech</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.gradient-bg {
background: linear-gradient(-45deg, #1a237e, #283593, #3949ab, #5c6bc0);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
@keyframes gradient {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.code-block {
background: #1e293b;
color: #f8fafc;
border-radius: 0.5rem;
padding: 1.5rem;
font-family: 'Courier New', monospace;
overflow-x: auto;
}
.payment-card {
background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
border-radius: 1rem;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.input-group {
position: relative;
margin-bottom: 1.5rem;
}
.input-group input {
padding-top: 1.5rem;
}
.input-group label {
position: absolute;
top: 0.5rem;
left: 1rem;
font-size: 0.75rem;
color: #6b7280;
}
</style>
</head>
<body class="font-sans antialiased">
<!-- Navigation -->
<nav class="bg-white shadow-md">
<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">
<span class="text-indigo-600 font-bold text-2xl">SHIELD PAY</span>
</div>
<div class="hidden sm:ml-6 sm:flex sm:space-x-8">
<a href="#features" class="border-indigo-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Features</a>
<a href="#solutions" 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">Solutions</a>
<a href="#demo" 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">Demo</a>
<a href="#faq" 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">FAQ</a>
<a href="https://doc.shieldpay.org" target="_blank" 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>
</div>
</div>
<div class="hidden sm:ml-6 sm:flex sm:items-center">
<button class="bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-md text-sm font-medium">Get Started</button>
</div>
<div class="-mr-2 flex items-center sm:hidden">
<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-indigo-500" aria-controls="mobile-menu" aria-expanded="false">
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="gradient-bg text-white relative overflow-hidden">
<div class="max-w-7xl mx-auto py-24 px-4 sm:py-32 sm:px-6 lg:px-8 relative z-10">
<div class="text-center">
<h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl lg:text-6xl">
<span class="block">Next-Gen Payment</span>
<span class="block">Infrastructure</span>
</h1>
<p class="mt-6 max-w-3xl mx-auto text-xl">
Shield Pay provides enterprise-grade payment solutions with fraud prevention, global reach, and seamless integration.
</p>
<div class="mt-10 flex justify-center space-x-4">
<a href="#demo" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-indigo-700 bg-white hover:bg-gray-50">
Try Demo Account
</a>
<a href="#contact" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-500 bg-opacity-60 hover:bg-opacity-70">
Contact Sales
</a>
</div>
</div>
</div>
<div class="absolute inset-0 z-0 opacity-20">
<div class="absolute top-0 left-0 w-full h-full bg-[url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==')]"></div>
</div>
</div>
<!-- Payment Cards Showcase -->
<div class="bg-gray-50 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Supported Payment Methods</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Accept All Major Payment Cards
</p>
</div>
<div class="mt-10 flex flex-wrap justify-center gap-6">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5e/Visa_Inc._logo.svg/2560px-Visa_Inc._logo.svg.png" alt="Visa" class="h-12 object-contain">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2a/Mastercard-logo.svg/1280px-Mastercard-logo.svg.png" alt="Mastercard" class="h-12 object-contain">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/American_Express_logo_%282018%29.svg/1200px-American_Express_logo_%282018%29.svg.png" alt="American Express" class="h-12 object-contain">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Discover_Card_logo.svg/2560px-Discover_Card_logo.svg.png" alt="Discover" class="h-12 object-contain">
</div>
<div class="mt-8 text-center">
<p class="text-lg text-gray-600">
Coming soon: Digital wallets and installment payment options
</p>
</div>
</div>
</div>
<!-- Merchant Portal Admin Section -->
<div class="bg-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Merchant Portal</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Complete Control Over Your Payments
</p>
</div>
<div class="mt-10 grid grid-cols-1 gap-10 md:grid-cols-2">
<div>
<div class="bg-white shadow-lg rounded-lg overflow-hidden">
<img src="https://via.placeholder.com/800x500/f3f4f6/1e40af?text=Merchant+Portal+Dashboard" alt="Merchant Portal Dashboard" class="w-full">
</div>
</div>
<div>
<div class="space-y-6">
<div>
<h3 class="text-lg font-medium text-gray-900">Fraud Management</h3>
<p class="mt-2 text-base text-gray-500">
Configure fraud rules, review flagged transactions, and manage chargebacks from a single interface.
</p>
</div>
<div>
<h3 class="text-lg font-medium text-gray-900">Account Management</h3>
<p class="mt-2 text-base text-gray-500">
Manage multiple currencies, users, and roles with granular permissions for your team members.
</p>
</div>
<div>
<h3 class="text-lg font-medium text-gray-900">Transaction Monitoring</h3>
<p class="mt-2 text-base text-gray-500">
Real-time monitoring of success and failure rates with detailed analytics and reporting.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Section -->
<div id="contact" class="bg-gray-50 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Contact Us</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Get in touch with our team
</p>
<p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
Have questions about our payment solution? Email us directly at:
</p>
<div class="mt-6">
<a href="mailto:support@shieldpay.com" class="inline-flex items-center px-4 py-2 border border-transparent text-base font-medium rounded-md text-indigo-700 bg-indigo-100 hover:bg-indigo-200">
<i class="fas fa-envelope mr-2"></i>
support@shieldpay.com
</a>
</div>
</div>
</div>
</div>
<!-- Updated FAQ Section -->
<div id="faq" class="bg-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">FAQ</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Frequently Asked Questions
</p>
</div>
<div class="mt-10 space-y-8">
<div class="bg-gray-50 shadow overflow-hidden rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">1. Does Shield Pay support multiple currencies?</h3>
<div class="mt-2 text-base text-gray-500">
<p>Yes, our platform supports multiple currencies with automatic conversion. You can manage all supported currencies from your merchant portal and receive settlements in your preferred currency.</p>
</div>
</div>
</div>
<div class="bg-gray-50 shadow overflow-hidden rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">2. How does Shield Pay guarantee successful transactions?</h3>
<div class="mt-2 text-base text-gray-500">
<p>Our smart routing system automatically selects the best payment route based on success rates, cost, and speed. Combined with our payment resiliency configuration, we ensure high transaction success rates.</p>
</div>
</div>
</div>
<div class="bg-gray-50 shadow overflow-hidden rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">3. What security measures does Shield Pay use?</h3>
<div class="mt-2 text-base text-gray-500">
<p>We use asymmetric encryption (RSA 2048-bit) for all sensitive data transmission and storage. Our security infrastructure is designed to meet PCI DSS Level 1 compliance requirements.</p>
</div>
</div>
</div>
<div class="bg-gray-50 shadow overflow-hidden rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">4. How does Shield Pay maintain low fees?</h3>
<div class="mt-2 text-base text-gray-500">
<p>Our intelligent routing system matches transactions with the most cost-effective acquirer bank for each transaction, reducing costs. We pass these savings directly to our merchants.</p>
</div>
</div>
</div>
<div class="bg-gray-50 shadow overflow-hidden rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">5. Will installment and recurring payments be available?</h3>
<div class="mt-2 text-base text-gray-500">
<p>Yes! We're currently working on adding installment payment options and recurring billing functionality. These features will be available in our next major release.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-800">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Product</h3>
<ul class="mt-4 space-y-4">
<li><a href="#features" class="text-base text-gray-300 hover:text-white">Features</a></li>
<li><a href="#solutions" class="text-base text-gray-300 hover:text-white">Solutions</a></li>
<li><a href="#demo" class="text-base text-gray-300 hover:text-white">Demo</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Resources</h3>
<ul class="mt-4 space-y-4">
<li><a href="https://doc.shieldpay.org" target="_blank" class="text-base text-gray-300 hover:text-white">Documentation</a></li>
<li><a href="#faq" class="text-base text-gray-300 hover:text-white">FAQ</a></li>
<li><a href="mailto:support@shieldpay.com" class="text-base text-gray-300 hover:text-white">Support</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Company</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-300 hover:text-white">About</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Careers</a></li>
<li><a href="#contact" class="text-base text-gray-300 hover:text-white">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Legal</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-300 hover:text-white">Privacy</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Terms</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Security</a></li>
</ul>
</div>
</div>
<div class="mt-8 border-t border-gray-700 pt-8 md:flex md:items-center md:justify-between">
<div class="flex space-x-6 md:order-2">
<a href="#" class="text-gray-400 hover:text-gray-300">
<span class="sr-only">Facebook</span>
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="text-gray-400 hover:text-gray-300">
<span class="sr-only">Twitter</span>
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-gray-300">
<span class="sr-only">LinkedIn</span>
<i class="fab fa-linkedin-in"></i>
</a>
</div>
<p class="mt-8 text-base text-gray-400 md:mt-0 md:order-1">
© 2023 Shield Pay. All rights reserved.
</p>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.addEventListener('DOMContentLoaded', function() {
const mobileMenuButton = document.querySelector('button[aria-controls="mobile-menu"]');
const mobileMenu = document.getElementById('mobile-menu');
mobileMenuButton.addEventListener('click', function() {
const expanded = this.getAttribute('aria-expanded') === 'true';
this.setAttribute('aria-expanded', !expanded);
mobileMenu.classList.toggle('hidden');
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function(e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
// Password match validation
const password = document.getElementById('password');
const confirmPassword = document.getElementById('confirm-password');
function validatePassword() {
if (password.value !== confirmPassword.value) {
confirmPassword.setCustomValidity("Passwords don't match");
} else {
confirmPassword.setCustomValidity('');
}
}
password.onchange = validatePassword;
confirmPassword.onkeyup = validatePassword;
});
</script>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shield Pay | Secure Payment Gateway for Fintech</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.gradient-bg {
background: linear-gradient(-45deg, #1a237e, #283593, #3949ab, #5c6bc0);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
@keyframes gradient {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.code-block {
background: #1e293b;
color: #f8fafc;
border-radius: 0.5rem;
padding: 1.5rem;
font-family: 'Courier New', monospace;
overflow-x: auto;
}
.payment-card {
background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
border-radius: 1rem;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.input-group {
position: relative;
margin-bottom: 1.5rem;
}
.input-group input {
padding-top: 1.5rem;
}
.input-group label {
position: absolute;
top: 0.5rem;
left: 1rem;
font-size: 0.75rem;
color: #6b7280;
}
</style>
</head>
<body class="font-sans antialiased">
<!-- Navigation -->
<nav class="bg-white shadow-md">
<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">
<span class="text-indigo-600 font-bold text-2xl">SHIELD PAY</span>
</div>
<div class="hidden sm:ml-6 sm:flex sm:space-x-8">
<a href="#features" class="border-indigo-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Features</a>
<a href="#solutions" 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">Solutions</a>
<a href="#demo" 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">Demo</a>
<a href="#faq" 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">FAQ</a>
<a href="https://doc.shieldpay.org" target="_blank" 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>
</div>
</div>
<div class="hidden sm:ml-6 sm:flex sm:items-center">
<button class="bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-md text-sm font-medium">Get Started</button>
</div>
<div class="-mr-2 flex items-center sm:hidden">
<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-indigo-500" aria-controls="mobile-menu" aria-expanded="false">
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="gradient-bg text-white relative overflow-hidden">
<div class="max-w-7xl mx-auto py-24 px-4 sm:py-32 sm:px-6 lg:px-8 relative z-10">
<div class="text-center">
<h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl lg:text-6xl">
<span class="block">Next-Gen Payment</span>
<span class="block">Infrastructure</span>
</h1>
<p class="mt-6 max-w-3xl mx-auto text-xl">
Shield Pay provides enterprise-grade payment solutions with fraud prevention, global reach, and seamless integration.
</p>
<div class="mt-10 flex justify-center space-x-4">
<a href="#demo" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-indigo-700 bg-white hover:bg-gray-50">
Try Demo Account
</a>
<a href="#contact" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-500 bg-opacity-60 hover:bg-opacity-70">
Contact Sales
</a>
</div>
</div>
</div>
<div class="absolute inset-0 z-0 opacity-20">
<div class="absolute top-0 left-0 w-full h-full bg-[url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==')]"></div>
</div>
</div>
<!-- Payment Cards Showcase -->
<div class="bg-gray-50 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Supported Payment Methods</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Accept All Major Payment Cards
</p>
</div>
<div class="mt-10 flex flex-wrap justify-center gap-6">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5e/Visa_Inc._logo.svg/2560px-Visa_Inc._logo.svg.png" alt="Visa" class="h-12 object-contain">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2a/Mastercard-logo.svg/1280px-Mastercard-logo.svg.png" alt="Mastercard" class="h-12 object-contain">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/American_Express_logo_%282018%29.svg/1200px-American_Express_logo_%282018%29.svg.png" alt="American Express" class="h-12 object-contain">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Discover_Card_logo.svg/2560px-Discover_Card_logo.svg.png" alt="Discover" class="h-12 object-contain">
</div>
<div class="mt-8 text-center">
<p class="text-lg text-gray-600">
Coming soon: Digital wallets and installment payment options
</p>
</div>
</div>
</div>
<!-- Merchant Portal Admin Section -->
<div class="bg-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Merchant Portal</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Complete Control Over Your Payments
</p>
</div>
<div class="mt-10 grid grid-cols-1 gap-10 md:grid-cols-2">
<div>
<div class="bg-white shadow-lg rounded-lg overflow-hidden">
<img src="https://via.placeholder.com/800x500/f3f4f6/1e40af?text=Merchant+Portal+Dashboard" alt="Merchant Portal Dashboard" class="w-full">
</div>
</div>
<div>
<div class="space-y-6">
<div>
<h3 class="text-lg font-medium text-gray-900">Fraud Management</h3>
<p class="mt-2 text-base text-gray-500">
Configure fraud rules, review flagged transactions, and manage chargebacks from a single interface.
</p>
</div>
<div>
<h3 class="text-lg font-medium text-gray-900">Account Management</h3>
<p class="mt-2 text-base text-gray-500">
Manage multiple currencies, users, and roles with granular permissions for your team members.
</p>
</div>
<div>
<h3 class="text-lg font-medium text-gray-900">Transaction Monitoring</h3>
<p class="mt-2 text-base text-gray-500">
Real-time monitoring of success and failure rates with detailed analytics and reporting.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Section -->
<div id="contact" class="bg-gray-50 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Contact Us</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Get in touch with our team
</p>
<p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
Have questions about our payment solution? Email us directly at:
</p>
<div class="mt-6">
<a href="mailto:support@shieldpay.com" class="inline-flex items-center px-4 py-2 border border-transparent text-base font-medium rounded-md text-indigo-700 bg-indigo-100 hover:bg-indigo-200">
<i class="fas fa-envelope mr-2"></i>
support@shieldpay.com
</a>
</div>
</div>
</div>
</div>
<!-- Updated FAQ Section -->
<div id="faq" class="bg-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">FAQ</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Frequently Asked Questions
</p>
</div>
<div class="mt-10 space-y-8">
<div class="bg-gray-50 shadow overflow-hidden rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">1. Does Shield Pay support multiple currencies?</h3>
<div class="mt-2 text-base text-gray-500">
<p>Yes, our platform supports multiple currencies with automatic conversion. You can manage all supported currencies from your merchant portal and receive settlements in your preferred currency.</p>
</div>
</div>
</div>
<div class="bg-gray-50 shadow overflow-hidden rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">2. How does Shield Pay guarantee successful transactions?</h3>
<div class="mt-2 text-base text-gray-500">
<p>Our smart routing system automatically selects the best payment route based on success rates, cost, and speed. Combined with our payment resiliency configuration, we ensure high transaction success rates.</p>
</div>
</div>
</div>
<div class="bg-gray-50 shadow overflow-hidden rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">3. What security measures does Shield Pay use?</h3>
<div class="mt-2 text-base text-gray-500">
<p>We use asymmetric encryption (RSA 2048-bit) for all sensitive data transmission and storage. Our security infrastructure is designed to meet PCI DSS Level 1 compliance requirements.</p>
</div>
</div>
</div>
<div class="bg-gray-50 shadow overflow-hidden rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">4. How does Shield Pay maintain low fees?</h3>
<div class="mt-2 text-base text-gray-500">
<p>Our intelligent routing system matches transactions with the most cost-effective acquirer bank for each transaction, reducing costs. We pass these savings directly to our merchants.</p>
</div>
</div>
</div>
<div class="bg-gray-50 shadow overflow-hidden rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">5. Will installment and recurring payments be available?</h3>
<div class="mt-2 text-base text-gray-500">
<p>Yes! We're currently working on adding installment payment options and recurring billing functionality. These features will be available in our next major release.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-800">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Product</h3>
<ul class="mt-4 space-y-4">
<li><a href="#features" class="text-base text-gray-300 hover:text-white">Features</a></li>
<li><a href="#solutions" class="text-base text-gray-300 hover:text-white">Solutions</a></li>
<li><a href="#demo" class="text-base text-gray-300 hover:text-white">Demo</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Resources</h3>
<ul class="mt-4 space-y-4">
<li><a href="https://doc.shieldpay.org" target="_blank" class="text-base text-gray-300 hover:text-white">Documentation</a></li>
<li><a href="#faq" class="text-base text-gray-300 hover:text-white">FAQ</a></li>
<li><a href="mailto:support@shieldpay.com" class="text-base text-gray-300 hover:text-white">Support</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Company</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-300 hover:text-white">About</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Careers</a></li>
<li><a href="#contact" class="text-base text-gray-300 hover:text-white">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Legal</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-300 hover:text-white">Privacy</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Terms</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Security</a></li>
</ul>
</div>
</div>
<div class="mt-8 border-t border-gray-700 pt-8 md:flex md:items-center md:justify-between">
<div class="flex space-x-6 md:order-2">
<a href="#" class="text-gray-400 hover:text-gray-300">
<span class="sr-only">Facebook</span>
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="text-gray-400 hover:text-gray-300">
<span class="sr-only">Twitter</span>
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-gray-300">
<span class="sr-only">LinkedIn</span>
<i class="fab fa-linkedin-in"></i>
</a>
</div>
<p class="mt-8 text-base text-gray-400 md:mt-0 md:order-1">
© 2023 Shield Pay. All rights reserved.
</p>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.addEventListener('DOMContentLoaded', function() {
const mobileMenuButton = document.querySelector('button[aria-controls="mobile-menu"]');
const mobileMenu = document.getElementById('mobile-menu');
mobileMenuButton.addEventListener('click', function() {
const expanded = this.getAttribute('aria-expanded') === 'true';
this.setAttribute('aria-expanded', !expanded);
mobileMenu.classList.toggle('hidden');
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function(e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
// Password match validation
const password = document.getElementById('password');
const confirmPassword = document.getElementById('confirm-password');
function validatePassword() {
if (password.value !== confirmPassword.value) {
confirmPassword.setCustomValidity("Passwords don't match");
} else {
confirmPassword.setCustomValidity('');
}
}
password.onchange = validatePassword;
confirmPassword.onkeyup = validatePassword;
});
</script>
</body>
</html>
Key changes made:
The preview should now work correctly with all the requested features properly implemented. The page includes: