Premium
0
12
PayMe
Simplify Your Finances
Download Codebase
Commercial License<!DOCTYPE html>
<html lang="en">
<head>
<script>
window.FontAwesomeConfig = {
autoReplaceSvg: 'nest'
};
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<meta charset="utf-8">
<title>PayMe — Simplify Your Finances</title>
<meta content="PayMe is a modern Tailwind CSS fintech website template for digital payments, personal finance tools, account management, and financial dashboards." name="description">
<meta name="keywords" content="PayMe, Tailwind CSS template, HTML website template, fintech website template, financial dashboard, digital payments, responsive landing page">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<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">
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
sans: ['"Plus Jakarta Sans"', 'sans-serif'],
},
colors: {
// Light-mode re-tune: same violet identity, but layered over a soft
// lavender-tinted light base. Surfaces stay near-white with hairline
// borders; text becomes deep eggplant instead of pure black.
c0: '#ffffff', // raised panel / card surface
c1: '#fcfbfe', // elevated card tint
c2: '#f5f3ff', // page base (lavender-tinted)
c3: '#faf5ff', // secondary base
c4: '#e8e4f5', // hairline border (light)
ink: '#1a1523', // primary text (was near-black)
muted: '#5d5870', // muted text (AA on light)
accent: '#6D28D9', // brand violet accent (active/indicators only)
},
keyframes: {
marquee: {
'0%': { transform: 'translateX(0)' },
'100%': { transform: 'translateX(-50%)' },
}
},
animation: {
marquee: 'marquee 30s linear infinite',
}
}
}
}
</script>
<style type="text/css">
body { font-family: 'Plus Jakarta Sans', sans-serif; }
.punchout-text {
color: transparent;
-webkit-text-fill-color: transparent;
-webkit-text-stroke: 1px #c4b5fd;
font-weight: 300;
}
.nav-link::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background-color: currentColor;
transition: width 0.3s ease;
}
.nav-link:hover::after { width: 100%; }
</style>
</head>
<body class="bg-gradient-to-b from-c2 to-c3 text-ink overflow-x-hidden">
<!-- block:start navigation -->
<header id="header" class="fixed top-0 left-0 w-full z-50 px-6 py-4">
<nav class="max-w-[1440px] mx-auto bg-c0/80 backdrop-blur-md border border-c4 rounded-full px-6 py-3 flex items-center justify-between shadow-sm">
<div class="flex items-center gap-8">
<a href="#" class="flex items-center gap-2">
<span class="w-8 h-8 bg-accent rounded-lg flex items-center justify-center text-white font-bold text-xl">P</span>
<span class="text-xl font-bold tracking-tighter">PayMe</span>
</a>
<div class="hidden md:flex items-center gap-6 text-sm font-medium text-muted">
<a href="#" class="nav-link relative text-ink pb-1 flex items-center gap-2">
Home <span class="w-1.5 h-1.5 bg-accent rounded-full animate-pulse"></span>
</a>
<a href="#features" class="nav-link relative pb-1">Features</a>
<a href="#integration" class="nav-link relative pb-1">Integration</a>
<a href="#price" class="nav-link relative pb-1">Price</a>
<a href="#" class="nav-link relative pb-1">Blog</a>
<a href="#" class="nav-link relative pb-1">Contact us</a>
</div>
</div>
<button class="bg-ink hover:bg-gray-800 text-white px-6 py-2.5 rounded-lg text-sm font-semibold transition-all duration-300">
Sign in
</button>
</nav>
</header>
<!-- block:end navigation -->
<main class="pt-32">
<!-- block:start hero -->
<section id="hero" class="relative max-w-[1440px] mx-auto px-6 pt-16 pb-24 text-center">
<p class="text-xs uppercase tracking-[0.2em] text-accent mb-6 font-semibold">The Future of Wealth Management</p>
<h1 class="text-6xl md:text-8xl font-bold leading-[1.1] tracking-tighter mb-8">
Simplify Your Finances<br>with PayMe
</h1>
<p class="text-xl md:text-2xl text-muted max-w-2xl mx-auto mb-12 font-light">
Manage your accounts, track spending, and move money effortlessly — all in one powerful dashboard.
</p>
<a href="#price" class="inline-block bg-ink hover:bg-gray-800 text-white px-10 py-4 rounded-lg text-lg font-semibold transition-all duration-300">
Get Started Free
</a>
<!-- Hero Visual -->
<div class="mt-20 relative z-10">
<div class="w-full max-w-5xl mx-auto transform hover:scale-[1.02] transition-transform duration-700">
<img class="w-full h-auto rounded-2xl shadow-2xl border border-c4" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_632a86b521_af6bc984c2540221.png" alt="High-fidelity financial dashboard UI mockup exactly like the reference: Left sidebar with 'Main' (Da" />
</div>
</div>
</section>
<!-- block:end hero -->
<!-- block:start marquee -->
<section id="marquee" class="border-y border-c4 py-4 overflow-hidden bg-c0">
<div class="animate-marquee whitespace-nowrap inline-block">
<span class="text-sm font-bold uppercase tracking-widest text-muted opacity-60 px-8">Secure Transactions • Instant Settlements • Global Account Access • Multi-Currency</span>
<span class="text-sm font-bold uppercase tracking-widest text-muted opacity-60 px-8">Secure Transactions • Instant Settlements • Global Account Access • Multi-Currency</span>
</div>
</section>
<!-- block:end marquee -->
<!-- block:start features -->
<section id="features" class="max-w-[1440px] mx-auto px-6 py-24">
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Feature 1 -->
<div class="group">
<div class="overflow-hidden rounded-[2rem] mb-6 aspect-[4/3]">
<img class="w-full h-full object-cover grayscale group-hover:grayscale-0 group-hover:scale-110 transition-all duration-700" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_93fd784ab9_13773283d022db84.png" alt="Physical sleek matte-black payment terminal device on soft lavender gradient background, studio prod" />
</div>
<div class="flex items-start justify-between">
<div>
<h3 class="text-2xl font-semibold mb-2">Instant Payments</h3>
<p class="text-sm text-muted">Send and receive funds globally in seconds with zero hidden fees.</p>
</div>
<div class="flex items-center gap-2 text-xs text-muted">
Active <span class="w-1.5 h-1.5 bg-accent rounded-full animate-pulse"></span>
</div>
</div>
</div>
<!-- Feature 2 -->
<div class="group">
<div class="overflow-hidden rounded-[2rem] mb-6 aspect-[4/3]">
<img class="w-full h-full object-cover grayscale group-hover:grayscale-0 group-hover:scale-110 transition-all duration-700" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_8ecfc734df_cce82fae5ef99473.png" alt="Stylized metallic lavender debit card floating over abstract soft purple gradient, premium fintech p" />
</div>
<div class="flex items-start justify-between">
<div>
<h3 class="text-2xl font-semibold mb-2">Smart Cards</h3>
<p class="text-sm text-muted">Virtual and physical cards with real-time controls and rewards.</p>
</div>
<div class="flex items-center gap-2 text-xs text-muted">
Active <span class="w-1.5 h-1.5 bg-accent rounded-full animate-pulse"></span>
</div>
</div>
</div>
<!-- Feature 3 -->
<div class="group">
<div class="overflow-hidden rounded-[2rem] mb-6 aspect-[4/3]">
<img class="w-full h-full object-cover grayscale group-hover:grayscale-0 group-hover:scale-110 transition-all duration-700" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_fa0ce46b74_df35172e7603b7f2.png" alt="Abstract geometric smart keys arranged on soft lavender surface, modern minimalist product photograp" />
</div>
<div class="flex items-start justify-between">
<div>
<h3 class="text-2xl font-semibold mb-2">Secure Vault</h3>
<p class="text-sm text-muted">Bank-grade encryption protecting every transaction you make.</p>
</div>
<div class="flex items-center gap-2 text-xs text-muted">
Active <span class="w-1.5 h-1.5 bg-accent rounded-full animate-pulse"></span>
</div>
</div>
</div>
</div>
</section>
<!-- block:end features -->
<!-- block:start integration -->
<section id="integration" class="max-w-[1440px] mx-auto px-6 py-24">
<div class="grid grid-cols-1 md:grid-cols-12 gap-6">
<div class="md:col-span-4">
<img class="w-full rounded-3xl grayscale hover:grayscale-0 transition-all duration-700" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_a59f40c208_886ec32656e3a5b8.png" alt="3D abstract golden financial node sculpture, soft lavender background, premium fintech visualization" />
</div>
<div class="md:col-span-8 grid grid-cols-1 sm:grid-cols-2 gap-6">
<img class="w-full rounded-3xl grayscale hover:grayscale-0 transition-all duration-700" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_2ffbacf6ba_6a4e3eb0bfbf6648.png" alt="Glossy purple payment coin stack, studio product render, soft shadows on light background" />
<img class="w-full rounded-3xl grayscale hover:grayscale-0 transition-all duration-700" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_b3298a5196_88cc3d847d0ffb31.png" alt="Glassmorphic transaction pipeline illustration, violet and amber accents, light fintech UI render" />
</div>
</div>
</section>
<!-- block:end integration -->
<!-- block:start testimonials -->
<section id="testimonials" class="max-w-[1440px] mx-auto px-6 py-24 border-t border-c4">
<h2 class="text-4xl md:text-5xl font-bold mb-12 tracking-tight">Loved by Founders</h2>
<div class="flex gap-6 overflow-x-auto pb-8 snap-x">
<div class="min-w-[300px] snap-center group">
<img class="w-24 h-24 rounded-full mb-4 grayscale group-hover:grayscale-0 group-hover:scale-110 transition-all" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-2.jpg" alt="Portrait headshot of Alex Chen" />
<p class="text-sm text-muted mb-2">"PayMe transformed how we handle payroll."</p>
<p class="text-xs font-bold uppercase tracking-wider">Alex Chen</p>
</div>
<div class="min-w-[300px] snap-center group">
<img class="w-24 h-24 rounded-full mb-4 grayscale group-hover:grayscale-0 group-hover:scale-110 transition-all" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-1.jpg" alt="Portrait headshot of Sarah Miller" />
<p class="text-sm text-muted mb-2">"The fastest settlement times I've ever seen."</p>
<p class="text-xs font-bold uppercase tracking-wider">Sarah Miller</p>
</div>
<div class="min-w-[300px] snap-center group">
<img class="w-24 h-24 rounded-full mb-4 grayscale group-hover:grayscale-0 group-hover:scale-110 transition-all" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-3.jpg" alt="Portrait headshot of David Park" />
<p class="text-sm text-muted mb-2">"Finally, a platform that just works globally."</p>
<p class="text-xs font-bold uppercase tracking-wider">David Park</p>
</div>
<div class="min-w-[300px] snap-center group">
<img class="w-24 h-24 rounded-full mb-4 grayscale group-hover:grayscale-0 group-hover:scale-110 transition-all" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-5.jpg" alt="Portrait headshot of Maria Lopez" />
<p class="text-sm text-muted mb-2">"Clean interface, incredible support team."</p>
<p class="text-xs font-bold uppercase tracking-wider">Maria Lopez</p>
</div>
</div>
</section>
<!-- block:end testimonials -->
<!-- block:start pricing -->
<section id="price" class="max-w-[1440px] mx-auto px-6 py-24 border-t border-c4">
<h2 class="text-4xl md:text-5xl font-bold mb-4 tracking-tight">Price</h2>
<p class="text-muted mb-12">Transparent plans that grow with your business.</p>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Starter -->
<div class="rounded-3xl p-8 border border-c4 bg-c1 hover:border-accent/40 transition-colors">
<h3 class="text-2xl font-semibold mb-2">Starter</h3>
<p class="text-sm text-muted mb-6">For individuals and side projects.</p>
<p class="text-4xl font-bold tracking-tighter mb-6">$0<span class="text-base text-muted font-normal">/mo</span></p>
<ul class="space-y-3 mb-8 text-sm text-muted">
<li class="flex items-center gap-2"><i class="fa-solid fa-check text-accent"></i> 3 accounts</li>
<li class="flex items-center gap-2"><i class="fa-solid fa-check text-accent"></i> Basic analytics</li>
<li class="flex items-center gap-2"><i class="fa-solid fa-check text-accent"></i> Virtual card</li>
</ul>
<a href="#" class="block w-full py-3 border border-ink/20 rounded-lg text-center text-sm font-semibold hover:bg-ink hover:text-white transition-colors">Get Started Free</a>
</div>
<!-- Pro (featured) -->
<div class="rounded-3xl p-8 border-2 border-accent bg-c0 shadow-sm relative">
<span class="absolute -top-3 left-8 bg-accent text-white text-[10px] uppercase tracking-widest font-bold px-3 py-1 rounded-full">Popular</span>
<h3 class="text-2xl font-semibold mb-2">Pro</h3>
<p class="text-sm text-muted mb-6">For growing startups and teams.</p>
<p class="text-4xl font-bold tracking-tighter mb-6">$29<span class="text-base text-muted font-normal">/mo</span></p>
<ul class="space-y-3 mb-8 text-sm text-muted">
<li class="flex items-center gap-2"><i class="fa-solid fa-check text-accent"></i> Unlimited accounts</li>
<li class="flex items-center gap-2"><i class="fa-solid fa-check text-accent"></i> Advanced analytics</li>
<li class="flex items-center gap-2"><i class="fa-solid fa-check text-accent"></i> Physical + virtual cards</li>
<li class="flex items-center gap-2"><i class="fa-solid fa-check text-accent"></i> Priority support</li>
</ul>
<a href="#" class="block w-full py-3 bg-ink text-white rounded-lg text-center text-sm font-semibold hover:bg-accent transition-colors">Get Started Free</a>
</div>
<!-- Enterprise -->
<div class="rounded-3xl p-8 border border-c4 bg-c1 hover:border-accent/40 transition-colors">
<h3 class="text-2xl font-semibold mb-2">Enterprise</h3>
<p class="text-sm text-muted mb-6">For large organizations worldwide.</p>
<p class="text-4xl font-bold tracking-tighter mb-6">Custom</p>
<ul class="space-y-3 mb-8 text-sm text-muted">
<li class="flex items-center gap-2"><i class="fa-solid fa-check text-accent"></i> Everything in Pro</li>
<li class="flex items-center gap-2"><i class="fa-solid fa-check text-accent"></i> Dedicated account manager</li>
<li class="flex items-center gap-2"><i class="fa-solid fa-check text-accent"></i> Custom integrations</li>
</ul>
<a href="#" class="block w-full py-3 border border-ink/20 rounded-lg text-center text-sm font-semibold hover:bg-ink hover:text-white transition-colors">Get Started Free</a>
</div>
</div>
</section>
<!-- block:end pricing -->
</main>
<!-- block:start footer -->
<footer id="footer" class="bg-c0 border-t border-c4 mt-12">
<div class="max-w-[1440px] mx-auto px-6 py-16 grid grid-cols-1 md:grid-cols-6 gap-12">
<div class="md:col-span-2">
<a href="#" class="flex items-center gap-2 mb-6">
<span class="w-8 h-8 bg-accent rounded-lg flex items-center justify-center text-white font-bold text-xl">P</span>
<span class="text-xl font-bold tracking-tighter">PayMe</span>
</a>
<p class="text-sm text-muted max-w-xs">Empowering businesses with seamless financial tools and global payment infrastructure.</p>
</div>
<div>
<h4 class="font-semibold mb-4 text-sm uppercase tracking-wider">Product</h4>
<ul class="space-y-2 text-sm text-muted">
<li><a href="#" class="hover:text-ink">Features</a></li>
<li><a href="#" class="hover:text-ink">Pricing</a></li>
<li><a href="#" class="hover:text-ink">Security</a></li>
</ul>
</div>
<div>
<h4 class="font-semibold mb-4 text-sm uppercase tracking-wider">Company</h4>
<ul class="space-y-2 text-sm text-muted">
<li><a href="#" class="hover:text-ink">About</a></li>
<li><a href="#" class="hover:text-ink">Careers</a></li>
<li><a href="#" class="hover:text-ink">Press</a></li>
</ul>
</div>
<div>
<h4 class="font-semibold mb-4 text-sm uppercase tracking-wider">Support</h4>
<ul class="space-y-2 text-sm text-muted">
<li><a href="#" class="hover:text-ink">Help Center</a></li>
<li><a href="#" class="hover:text-ink">Contact</a></li>
<li><a href="#" class="hover:text-ink">Status</a></li>
</ul>
</div>
<div>
<h4 class="font-semibold mb-4 text-sm uppercase tracking-wider">Legal</h4>
<ul class="space-y-2 text-sm text-muted">
<li><a href="#" class="hover:text-ink">Privacy</a></li>
<li><a href="#" class="hover:text-ink">Terms</a></li>
</ul>
</div>
</div>
<div class="border-t border-c4">
<div class="max-w-[1440px] mx-auto px-6 py-6 flex flex-col md:flex-row items-center justify-between gap-4">
<p class="text-xs text-muted">© 2026 PayMe / Secure Financial Systems / All Rights Reserved</p>
<div class="flex items-center gap-2 text-xs text-muted">
System Status: <span class="flex items-center gap-1.5 text-green-600 font-medium">All Systems Operational <span class="w-1.5 h-1.5 bg-green-500 rounded-full animate-pulse"></span></span>
</div>
</div>
</div>
</footer>
<!-- block:end footer -->
</body>
</html>
Unlimited access to all templates
Unlock our entire library of premium UI kits, dashboards, and landing pages with a single yearly payment.
€60
per year
Get Unlimited Access