<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Influqa | Connect Brands with 50K+ Verified Creators</title>
    <meta name="description" content="Influqa is a premium influencer marketing marketplace connecting brands with 50,000+ verified creators.">
    <meta name="keywords" content="influencer marketing, influencer marketplace, brand-creator connections">
    <meta name="author" content="Influqa">
    <meta property="og:title" content="Influqa">
    <meta property="og:description" content="Influqa is a premium influencer marketing marketplace connecting brands with 50,000+ verified creators.">
    <meta property="og:image" content="https://www.influqa.com/influqa-logo.png">
    <meta property="og:url" content="https://www.influqa.com">
    <meta property="og:type" content="website">
    <meta property="og:site_name" content="Influqa">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:site" content="@influqa">
    <meta name="twitter:title" content="Influqa">
    <meta name="twitter:description" content="Influqa is a premium influencer marketing marketplace connecting brands with 50,000+ verified creators.">
    <meta name="twitter:image" content="https://www.influqa.com/influqa-logo.png">
    <link rel="stylesheet" href="styles.css">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
    <link rel="icon" type="image/png" sizes="32x32" href="influqa-logo.png">
    <link rel="icon" type="image/png" sizes="16x16" href="influqa-logo.png">
    <script type="application/ld+json">
        {
            "@context": "https://schema.org",
            "@type": "Organization",
            "name": "Influqa",
            "url": "https://www.influqa.com",
            "logo": "https://www.influqa.com/influqa-logo.png",
            "sameAs": [
                "https://www.facebook.com/influqa",
                "https://www.instagram.com/influqa",
                "https://www.twitter.com/influqa"
            ],
            "contactPoint": {
                "@type": "ContactPoint",
                "telephone": "+1 800 123 4567",
                "contactType": "customer service"
            }
        }
    </script>
</head>
<body>
    <nav class="nav">
        <div class="nav__container">
            <div class="nav__brand">
                <a href="index.html">
                    <img src="influqa-logo.png" alt="Influqa Logo">
                </a>
            </div>
            <div class="nav__links">
                <ul>
                    <li><a href="index.html">Home</a></li>
                    <li><a href="about.html">About</a></li>
                    <li><a href="contact.html">Contact</a></li>
                </ul>
            </div>
        </div>
    </nav>
    <main class="main">
        <section class="hero">
            <div class="hero__container">
                <h1 class="hero__title">Connect Brands with 50K+ Verified Creators</h1>
                <p class="hero__description">Influqa is a premium influencer marketing marketplace.</p>
                <button class="hero__button">Get Started</button>
            </div>
        </section>
        <section class="content">
            <div class="content__container">
                <h2 class="content__title">Discover the Power of Influencer Marketing</h2>
                <p class="content__description">Influqa provides a platform for brands to connect with 50,000+ verified creators.</p>
                <button class="content__button">Learn More</button>
            </div>
        </section>
    </main>
    <footer class="footer">
        <div class="footer__container">
            <p class="footer__copyright">&copy; 2023 Influqa. All rights reserved.</p>
            <ul class="footer__links">
                <li><a href="https://www.facebook.com/influqa">Facebook</a></li>
                <li><a href="https://www.instagram.com/influqa">Instagram</a></li>
                <li><a href="https://www.twitter.com/influqa">Twitter</a></li>
            </ul>
        </div>
    </footer>
</body>
</html>