Free
Hero
PayMe Hero
A hero block extracted from the PayMe template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.
0
16
A hero block extracted from the PayMe template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.
<!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 Hero | Tailwind CSS UI Block</title>
<meta content="A hero block extracted from the PayMe template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design." 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="author" content="Let's templates">
<link rel="canonical" href="">
<meta property="og:type" content="product">
<meta property="og:site_name" content="Let's templates">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="">
<meta property="og:title" content="PayMe | Tailwind CSS Fintech Dashboard Template">
<meta property="og:description" content="A modern Tailwind CSS fintech website template for digital payments, personal finance tools, account management, and financial dashboards.">
<meta property="og:image" content="">
<meta property="og:image:alt" content="PayMe template preview">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="">
<meta name="twitter:title" content="PayMe | Tailwind CSS Fintech Dashboard Template">
<meta name="twitter:description" content="A modern Tailwind CSS fintech website template for digital payments, personal finance tools, account management, and financial dashboards.">
<meta name="twitter:image" content="">
<meta name="twitter:image:alt" content="PayMe template preview">
<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%; }
.nav-link.is-active { color: #1a1523; }
.nav-link .nav-dot { display: none; }
.nav-link.is-active .nav-dot { display: inline-block; }
</style>
</head>
<body class="bg-gradient-to-b from-c2 to-c3 text-ink overflow-x-hidden">
<!-- 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 -->
<script>
(function () {
var links = document.querySelectorAll(".nav-link");
function setActive(activeLink) {
links.forEach(function (link) {
var isActive = link === activeLink;
link.classList.toggle("is-active", isActive);
if (isActive) {
link.setAttribute("aria-current", "page");
} else {
link.removeAttribute("aria-current");
}
});
}
links.forEach(function (link) {
link.addEventListener("click", function () {
setActive(link);
});
});
})();
</script>
</body>
</html>
Free
Business
Unlock the entire library of premium templates and blocks. Renews automatically, cancel anytime.