<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Instapage Dashboard Clone</title>
    <link href="https://fonts.googleapis.com" rel="stylesheet">
    <style>
        body { font-family: 'Inter', sans-serif; background-color: #1a1f2e; }
        .card { background-color: #ffffff; border-radius: 12px; padding: 20px; }
        .dark-card { background-color: #1a1f2e; border: 1px solid #2d3748; }
    </style>
</head>
<body>
        <!-- Left Side: 4 Small Cards -->
            <!-- Visits -->
                <p>Visits</p>
                <h3>7,245</h3>
                <p>â–² 12.5%</p>
            <!-- Users -->
                <p>Users</p>
                <h3>3,310</h3>
                <p>â–² 8.2%</p>
            <!-- Clicks -->
                <p>Clicks</p>
                <h3>5,671</h3>
                <p>â–² 5.1%</p>
            <!-- Sales -->
                <p>Sales</p>
                <h3>156</h3>
                <p>â–² 2.3%</p>
        <!-- Right Side: Connect Account Section -->
            <h2>Stay organized and connected</h2>
            <p>
                Use this space to add more details about your data, a custom message, or to talk about important news.
            </p>
            <button>
                Connect account
            </button>
        <!-- Bottom Row: Charts -->
        <!-- Traffic by Device -->
            <h4>Traffic by device</h4>
        <!-- Traffic by Location -->
            <h4>Traffic by location</h4>
                <!-- Donut Chart Placeholder -->
                <!-- Legend -->
                        United States
                        40.2%
                        Canada
                        22.5%
                        Mexico
                        18.3%
                        Other
                        19.0%
</body>
</html>