<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Crab Brokers.com</title>
    <style>
        /* CSS styles can be added here for basic styling */
        body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            margin: 20px;
            padding: 0;
        }
        .container {
            max-width: 800px;
            margin: auto;
        }
        h1, h2 {
            text-align: center;
        }
        .benefits {
            margin-bottom: 20px;
        }
        .contact-info {
            margin-top: 20px;
        }
    </style>
</head>
<body>
    <div class="container">
        <header>
            <h1>Welcome to Crab Brokers.com</h1>
            <p><em>Discover the Freshest Blue Crabs from the United States</em></p>
        </header>
        
        <section>
            <h2>Our Offerings</h2>
            <ul>
                <li><strong>Variety:</strong> Choose from small, medium, large, and extra-large blue crabs, each bursting with flavor.</li>
                <li><strong>Exclusive Pre-Sale:</strong> Enjoy discounted rates by pre-ordering before our weekly cut-off time.</li>
                <li><strong>Quality Assurance:</strong> Every crab undergoes rigorous quality control to ensure freshness and taste.</li>
            </ul>
        </section>
        
        <section class="benefits">
            <h2>Membership Benefits</h2>
            <ul>
                <li><strong>Discounts:</strong> Special pricing for members on all orders.</li>
                <li><strong>Earnings Opportunity:</strong> Earn from the posted price of every dozen crabs sold.</li>
                <li><strong>Community:</strong> Join a passionate community of seafood lovers.</li>
            </ul>
        </section>
        
        <section>
            <p><strong>Owned by the Pugh Family</strong></p>
            <p>Crab Brokers.com is proudly owned by the Pugh Family, committed to delivering excellence in every crab we offer.</p>
        </section>
        
        <section class="contact-info">
            <h2>Contact Us</h2>
            <p>For inquiries, orders, or more information about membership, please contact us at <strong>336-953-7723</strong> or email <strong><a href="mailto:info@crabbrokers.com">info@crabbrokers.com</a></strong>.</p>
        </section>
        
        <footer>
            <p><strong>Order Deadline:</strong> Pre-orders close every Wednesday at 8pm Eastern Standard Time. Reserve your share of the bounty today!</p>
        </footer>
    </div>
</body>
</html>