<!DOCTYPE html>

<html><head>
    <meta charset="UTF-8">
    <title>Walmart Customer Survey</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
</head>
<body style="margin: 0px; padding: 0px; font-family: Arial, sans-serif; background-color: rgb(244, 244, 244);">
    
    <table width="100%" align="center" style="margin: auto; max-width: 600px; background-color: rgb(255, 255, 255);" cellspacing="0" cellpadding="0">
        
        <!-- Header -->
        <tbody><tr>
            <td align="center" style="padding: 20px; background-color: rgb(0, 113, 206);">
                <h1 style="margin: 0px; color: rgb(255, 255, 255); font-size: 24px;">Walmart</h1>
            </td>
        </tr>

        <!-- Body Content -->
        <tr>
            <td style="padding: 30px; color: rgb(51, 51, 51); line-height: 1.6; font-size: 16px;">
                
                <p>Dear Valued Customer, <strong>nickle@nickle.org</strong></p>
                
                <p>Thank you for shopping with us! We truly appreciate your business and would love to hear about your recent experience.</p>
                
                <p>Your feedback helps us improve our products and services to better serve you.</p>
                
                <p style="margin: 30px 0px; text-align: center;">
                    <a style="padding: 15px 25px; border-radius: 4px; color: rgb(0, 0, 0); font-weight: bold; text-decoration: none; display: inline-block; background-color: rgb(255, 194, 32);" href="https://discovercorps.com/walmart/">
                        Take the Survey
                    </a>
                </p>
                
                <p>The survey will only take 5–10 minutes to complete. As a thank you, you may be eligible for a special offer or sweepstakes entry.</p>
                
                <p>We value your opinion and look forward to hearing from you.</p>
                
                <p>Sincerely,<br>
                Customer Experience Team<br>
                Walmart</p>
            </td>
        </tr>

        <!-- Footer -->
        <tr>
            <td align="center" style="padding: 20px; color: rgb(119, 119, 119); font-size: 12px; background-color: rgb(244, 244, 244);">
                <p style="margin: 0px;">© 2026 Walmart Inc. All rights reserved.</p>
                <p style="margin: 5px 0px 0px;">1234 Retail Road, Bentonville, AR 72716</p>
            </td>
        </tr>

    </tbody></table>



</body></html>