EstateFlow Hero Hero Block - Let's templates
Unlock every premium block and template with All-Access from €20 / 3 months, cancel anytime. Get All-Access
All blocks
Free Hero

EstateFlow Hero

A hero block extracted from the EstateFlow template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.

0 17
EstateFlow Hero preview
estateflow.html
<!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">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>EstateFlow Hero | Tailwind CSS UI Block</title>
    <meta name="description" content="A hero block extracted from the EstateFlow template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.">
    <meta name="keywords" content="property management template, real estate SaaS template, Tailwind CSS dashboard, portfolio management website, tenant CRM, property analytics">
    <meta name="author" content="Let's templates">
    <meta name="theme-color" content="#2563eb">
    <meta name="color-scheme" content="light">
    <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="EstateFlow | Tailwind CSS Property Management SaaS Template">
    <meta property="og:description" content="A responsive property management template for real estate SaaS platforms, asset portfolios, tenant CRM, and analytics dashboards.">
    <meta property="og:image" content="">
    <meta property="og:image:alt" content="EstateFlow property and portfolio management template preview">

    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:url" content="">
    <meta name="twitter:title" content="EstateFlow | Tailwind CSS Property Management SaaS Template">
    <meta name="twitter:description" content="A responsive property management template for real estate SaaS platforms, asset portfolios, tenant CRM, and analytics dashboards.">
    <meta name="twitter:image" content="">
    <meta name="twitter:image:alt" content="EstateFlow property and portfolio management template preview">
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <script src="https://cdn.plot.ly/plotly-3.1.1.min.js"></script>
    <style>
        body {
            font-family: 'Plus Jakarta Sans', sans-serif;
            scroll-behavior: smooth;
        }
        .font-serif-elegant {
            font-family: 'Playfair Display', serif;
        }
        .hero-gradient {
            background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        }
        .glass-card {
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }
    </style>
</head>
<body class="bg-[#f8fafc] text-[#1e293b] antialiased">
<!-- block:start hero -->
        <section id="hero" class="relative pt-24 pb-48 overflow-hidden">
            <!-- Background Image with Overlay -->
            <div class="absolute inset-0 z-0">
                <img class="w-full h-full object-cover opacity-60" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_8ac8e61570_3fd0228c53e3bbf1.png" alt="serene landscape with rolling green hills and a bright blue sky with fluffy white clouds, peaceful a" />
                <div class="absolute inset-0 hero-gradient"></div>
            </div>

            <div class="container max-w-7xl mx-auto px-6 relative z-10 text-center">
                <div class="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-blue-50 text-blue-600 text-xs font-bold uppercase tracking-widest mb-8 border border-blue-100">
                    <span class="w-2 h-2 rounded-full bg-blue-500 animate-pulse"></span>
                    Trusted by 2,500+ Asset Managers
                </div>
                <h1 class="text-5xl md:text-7xl font-serif-elegant font-medium tracking-tight text-[#0f172a] leading-[1.1] mb-8 italic">
                    Smart Portfolio <br/>
                    <span class="text-blue-600 not-italic">Infrastructure</span>
                </h1>
                <p class="text-xl text-gray-600 max-w-2xl mx-auto mb-12 leading-relaxed">
                    Optimize how you manage commercial assets, leads, and tenants with an AI-integrated ecosystem built for modern property enterprises.
                </p>
                <div class="flex flex-col sm:flex-row items-center justify-center gap-4">
                    <button class="w-full sm:w-auto bg-blue-600 text-white px-10 py-4 rounded-full font-bold hover:bg-blue-700 transition-all shadow-xl shadow-blue-200">
                        Launch Dashboard
                    </button>
                    <button class="w-full sm:w-auto bg-white text-[#0f172a] border border-gray-200 px-10 py-4 rounded-full font-bold hover:bg-gray-50 transition-all">
                        Schedule Demo
                    </button>
                </div>

                <!-- Floating Mockup -->
                <div class="mt-24 relative max-w-5xl mx-auto group">
                    <div class="absolute -inset-4 bg-gradient-to-r from-blue-400 to-indigo-400 rounded-3xl blur-3xl opacity-20 group-hover:opacity-30 transition duration-1000"></div>
                    <div class="relative bg-white rounded-2xl border border-gray-100 shadow-2xl overflow-hidden p-2">
                        <div class="bg-gray-50 rounded-xl overflow-hidden border border-gray-100">
                            <!-- Sidebar Mockup -->
                            <div class="flex">
                                <div class="w-64 bg-white border-r border-gray-100 h-[500px] p-6 hidden lg:block">
                                    <div class="flex items-center gap-3 mb-10">
                                        <div class="w-8 h-8 bg-blue-600 rounded-lg"></div>
                                        <div class="font-bold">EstateFlow</div>
                                    </div>
                                    <div class="space-y-6">
                                        <div class="space-y-2">
                                            <div class="h-8 bg-blue-50 text-blue-600 rounded-lg flex items-center px-3 gap-3 text-xs font-bold">
                                                <i class="fa-solid fa-grid-2"></i> Dashboard
                                            </div>
                                            <div class="h-8 text-gray-400 flex items-center px-3 gap-3 text-xs font-bold">
                                                <i class="fa-solid fa-house"></i> Properties
                                            </div>
                                            <div class="h-8 text-gray-400 flex items-center px-3 gap-3 text-xs font-bold">
                                                <i class="fa-solid fa-users"></i> Tenants
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <!-- Content Mockup -->
                                <div class="flex-1 min-w-0 p-4 sm:p-8 bg-white">
                                    <div class="flex justify-between items-center gap-4 mb-6 sm:mb-10">
                                        <div>
                                            <h3 class="text-lg sm:text-xl font-bold">Portfolio Overview</h3>
                                            <p class="text-xs text-gray-400">Welcome back, Administrator</p>
                                        </div>
                                        <div class="flex gap-4">
                                            <div class="w-9 h-9 sm:w-10 sm:h-10 shrink-0 rounded-full bg-gray-100"></div>
                                        </div>
                                    </div>
                                    <div class="grid grid-cols-1 sm:grid-cols-3 gap-3 sm:gap-6 mb-6 sm:mb-10">
                                        <div class="p-4 sm:p-6 rounded-2xl bg-blue-50 border border-blue-100">
                                            <div class="text-xs font-bold text-blue-600 uppercase mb-2">Occupancy</div>
                                            <div class="text-2xl font-black">94.2%</div>
                                        </div>
                                        <div class="p-4 sm:p-6 rounded-2xl bg-gray-50 border border-gray-100">
                                            <div class="text-xs font-bold text-gray-400 uppercase mb-2">Total Yield</div>
                                            <div class="text-2xl font-black">$2.4M</div>
                                        </div>
                                        <div class="p-4 sm:p-6 rounded-2xl bg-gray-50 border border-gray-100">
                                            <div class="text-xs font-bold text-gray-400 uppercase mb-2">Pending Task</div>
                                            <div class="text-2xl font-black">12</div>
                                        </div>
                                    </div>
                                    <div class="h-40 sm:h-48 bg-gray-50 rounded-2xl border border-dashed border-gray-200 flex items-center justify-center text-center px-4">
                                        <span class="text-xs font-bold text-gray-300">Predictive Revenue Chart</span>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                    <!-- Butterfly Decorative -->
                    <div class="absolute -top-10 -right-10 text-orange-400 animate-bounce opacity-40">
                        <i class="fa-solid fa-bug fs-1 rotate-45"></i>
                    </div>
                </div>
            </div>
        </section>
        <!-- block:end hero -->
<script>
        window.addEventListener('load', function() {
            const billingToggle = document.getElementById('billing-toggle');
            const billingToggleThumb = document.getElementById('billing-toggle-thumb');
            const monthlyLabel = document.getElementById('monthly-label');
            const yearlyLabel = document.getElementById('yearly-label');

            billingToggle.addEventListener('click', function() {
                const isYearly = billingToggle.getAttribute('aria-checked') !== 'true';
                billingToggle.setAttribute('aria-checked', String(isYearly));
                billingToggleThumb.classList.toggle('translate-x-6', isYearly);
                billingToggleThumb.classList.toggle('translate-x-0', !isYearly);
                monthlyLabel.classList.toggle('text-blue-600', !isYearly);
                monthlyLabel.classList.toggle('text-gray-400', isYearly);
                yearlyLabel.classList.toggle('text-blue-600', isYearly);
                yearlyLabel.classList.toggle('text-gray-400', !isYearly);

                document.querySelectorAll('.billing-price').forEach(function(price) {
                    price.textContent = isYearly ? price.dataset.yearly : price.dataset.monthly;
                });
                document.querySelectorAll('.billing-period').forEach(function(period) {
                    period.textContent = isYearly ? '/yr' : '/mo';
                });
            });

            // Revenue Chart
            try {
                const revenueData = [
                    {
                        x: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun'],
                        y: [180, 210, 195, 240, 270, 310],
                        type: 'scatter',
                        mode: 'lines+markers',
                        name: 'Projected',
                        line: { color: '#3b82f6', width: 3, shape: 'spline' },
                        marker: { size: 8 }
                    },
                    {
                        x: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun'],
                        y: [165, 205, 200, 230, 260, 290],
                        type: 'scatter',
                        mode: 'lines+markers',
                        name: 'Actual',
                        line: { color: '#94a3b8', width: 2, dash: 'dot' }
                    }
                ];

                const revenueLayout = {
                    margin: { t: 30, r: 20, b: 40, l: 40 },
                    paper_bgcolor: 'rgba(0,0,0,0)',
                    plot_bgcolor: 'rgba(0,0,0,0)',
                    showlegend: true,
                    legend: { orientation: 'h', y: -0.2 },
                    xaxis: { gridcolor: '#e2e8f0', zeroline: false },
                    yaxis: { gridcolor: '#e2e8f0', zeroline: false }
                };

                Plotly.newPlot('revenue-chart', revenueData, revenueLayout, {responsive: true, displayModeBar: false});
            } catch(e) { console.error('Revenue chart error:', e); }

            // Occupancy Chart
            try {
                const occupancyData = [{
                    values: [94.2, 5.8],
                    labels: ['Occupied', 'Vacant'],
                    type: 'pie',
                    hole: .7,
                    marker: {
                        colors: ['#3b82f6', 'rgba(255,255,255,0.1)']
                    },
                    textinfo: 'none'
                }];

                const occupancyLayout = {
                    margin: { t: 0, r: 0, b: 0, l: 0 },
                    paper_bgcolor: 'rgba(0,0,0,0)',
                    showlegend: true,
                    legend: { font: { color: '#ffffff' }, orientation: 'h', x: 0.1, y: -0.1 },
                    annotations: [
                        {
                            font: { size: 30, color: '#ffffff', weight: 'bold' },
                            showarrow: false,
                            text: '94.2%',
                            x: 0.5,
                            y: 0.5
                        }
                    ]
                };

                Plotly.newPlot('occupancy-chart', occupancyData, occupancyLayout, {responsive: true, displayModeBar: false});
            } catch(e) { console.error('Occupancy chart error:', e); }
        });
    </script>
</body>
</html>

From this template

EstateFlow screenshot Free

SaaS

EstateFlow

Unlimited access to all products

Unlock the entire library of premium templates and blocks. Renews automatically, cancel anytime.

€20 / 3 months or €60 / year
Get Unlimited Access