<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Crop Chain</title>

    <link rel="stylesheet" href="style.css">

</head>

<body>

    <header>

        <h1>Welcome to Crop Chain</h1>

        <p>Your partner in digitizing smallholder supply chains in Africa.</p>

    </header>


    <div class="contact-form">

        <h2>Contact Us</h2>

        <form action="https://formspree.io/f/mnqzbkgw" method="POST">

            <input type="text" name="name" placeholder="Your Name" required>

            <input type="email" name="_replyto" placeholder="Your Email" required>

            <textarea name="message" placeholder="Your Message" rows="5" required></textarea>

            <button type="submit">Send Message</button>

        </form>

    </div>


</body>

</html>