<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Fitz Tech Inc. - Home</title>
    <link rel="stylesheet" href="styles.css">
</head>
<body>
    <?php include 'header.php'; ?>

    <section id="hero">
        <h1>Fast, Secure, and Affordable Payment Processing</h1>
        <p>Empowering the Latin American Market and Beyond</p>
        <a href="services.php" class="btn">Learn More</a>
        <a href="contact.php" class="btn">Get Started</a>
    </section>

    <section id="about-preview">
        <h2>About Us</h2>
        <p>Helping underserved markets realize their full potential with top-tier merchant processing services.</p>
        <a href="about.php" class="btn">Read More</a>
    </section>

    <section id="services-overview">
        <h2>Our Services</h2>
        <p>We offer a range of services to meet your needs.</p>
        <ul>
            <li>Payment Processing</li>
            <li>Merchant Accounts</li>
            <li>E-commerce Solutions</li>
            <li>Mobile Payments</li>
            <li>Security Solutions</li>
        </ul>
        <a href="services.php" class="btn">Explore Our Services</a>
    </section>

    <section id="why-choose-us">
        <h2>Why Choose Us</h2>
        <p>We offer the best solutions with unmatched benefits.</p>
        <ul>
            <li>Security</li>
            <li>Affordability</li>
            <li>Speed</li>
            <li>Expertise</li>
        </ul>
    </section>

   
    <?php include 'footer.php'; ?>
</body>
</html>
