<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI SaaS Premium UI</title>




</head>

<body>

<div class="nav">
    <div>Mufi AI</div>

    <div class="menu">
        <a href="#">Home</a>
        <a href="#">Pricing</a>
        <a href="#">Blog</a>
        <a href="#">Use Cases</a>
    </div>

    <div class="btn">Get Started</div>
</div>

<div class="hero">
    <h1>The AI researching tool<br>for Business analysis</h1>
    <p>Create research boards with transparency & control</p>
    <div class="cta">Book a Demo</div>
</div>

<div class="center-box">
    <h2>Powerful AI Dashboard</h2>
    <p>Analyze, research and manage your business insights with a modern AI-powered interface.</p>
    <div class="center-btn">Explore Now</div>
</div>

<div class="cards">

    <div class="card">
        <h3>Smart Analytics</h3>
        <p>Understand market trends using powerful AI tools.</p>
    </div>

    <div class="card">
        <h3>Workflow AI</h3>
        <p>Automate repetitive tasks and boost productivity.</p>
    </div>

</div>

<div class="footer">© 2026 AI Platform. All rights reserved.</div>

</body>
</html>