Skip to main content

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Customer Service - CerealsPlace.com</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
    <style>
        :root {
            --primary-green: #2ecc71;
            --dark-green: #27ae60;
            --light-bg: #f9f9f9;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        body {
            line-height: 1.6;
            color: #333;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        .header {
            background-color: var(--primary-green);
            color: white;
            padding: 60px 0;
            text-align: center;
        }

        .section-title {
            color: var(--dark-green);
            border-bottom: 2px solid var(--primary-green);
            padding-bottom: 10px;
            margin: 30px 0;
        }

        .contact-methods {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }

        .contact-card {
            background: white;
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 2px 15px rgba(0,0,0,0.1);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .contact-card:hover {
            transform: translateY(-5px);
        }

        .contact-card i {
            font-size: 2.5em;
            color: var(--primary-green);
            margin-bottom: 15px;
        }

        .faq-section {
            background: var(--light-bg);
            padding: 40px 0;
        }

        .faq-item {
            margin: 20px 0;
            border-left: 3px solid var(--primary-green);
            padding-left: 15px;
        }

        .btn {
            background: var(--primary-green);
            color: white;
            padding: 12px 25px;
            border-radius: 25px;
            text-decoration: none;
            display: inline-block;
            margin: 10px 0;
            transition: background 0.3s ease;
        }

        .btn:hover {
            background: var(--dark-green);
        }

        .policy-links {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
            margin: 20px 0;
        }

        footer {
            background: var(--primary-green);
            color: white;
            padding: 30px 0;
            text-align: center;
            margin-top: 50px;
        }

        @media (max-width: 768px) {
            .container {
                padding: 15px;
            }
            
            .contact-methods {
                grid-template-columns: 1fr;
            }
        }
    </style>
</head>
<body>
    <header class="header">
        <div class="container">
            <h1>🌾 We're Here to Help! 🌾</h1>
            <p>Your satisfaction is our top priority</p>
        </div>
    </header>

    <main class="container">
        <section class="contact-section">
            <h2 class="section-title">Get in Touch</h2>
            <div class="contact-methods">
                <div class="contact-card">
                    <i class="fas fa-envelope"></i>
                    <h3>Email Support</h3>
                    <p>support@cerealsplace.com</p>
                    <a href="mailto:support@cerealsplace.com" class="btn">Send Email</a>
                </div>

                <div class="contact-card">
                    <i class="fas fa-phone"></i>
                    <h3>Phone Support</h3>
                    <p>+254 700 123 456</p>
                    <p>Mon-Sat: 8 AM - 6 PM EAT</p>
                </div>

                <div class="contact-card">
                    <i class="fas fa-comment-dots"></i>
                    <h3>Live Chat</h3>
                    <p>Click the chat icon below</p>
                    <a href="#" class="btn">Start Chat</a>
                </div>
            </div>
        </section>

        <section class="faq-section">
            <div class="container">
                <h2 class="section-title">Frequently Asked Questions</h2>
                <div class="faq-item">
                    <h3>How long does delivery take?</h3>
                    <p>Orders placed before 3 PM are fulfilled same-day and typically arrive in 1-3 business days.</p>
                </div>
                <div class="faq-item">
                    <h3>What payment methods do you accept?</h3>
                    <p>We accept M-Pesa and Cash on Delivery (COD) with a maximum order limit of Ksh 5,000.</p>
                </div>
                <!-- Add more FAQ items -->
            </div>
        </section>

        <section>
            <h2 class="section-title">Quick Links</h2>
            <div class="policy-links">
                <a href="#" class="btn">Shipping Policy</a>
                <a href="#" class="btn">Returns Policy</a>
                <a href="#" class="btn">Payment Methods</a>
            </div>
        </section>
    </main>

    <footer>
        <div class="container">
            <p>© 2023 CerealsPlace.com - Nourishing Kenya Naturally</p>
            <div class="policy-links" style="margin-top: 15px;">
                <a href="#" style="color: white;">Privacy Policy</a>
                <a href="#" style="color: white;">Terms of Service</a>
            </div>
        </div>
    </footer>
</body>
</html>

Free Shipping

Enjoy free shipping on all orders above Ksh 2,000

Goods Not Returnable

Due to the nature of our goods; Cereals cannot be returned once sold

Emi Available

No cost EMI available on all major credit cards

24/7 Support

Dedicated 24/7 support via chat and email