<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>POWERLINK MEDIA LIMITED | Global E-commerce Solutions</title>
    <style>
        /* Basic Reset and Styling */
        body, h1, h2, h3, p, ul, li { margin: 0; padding: 0; }
        body { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; }
        ul { list-style: none; }
        a { text-decoration: none; color: #007bff; }
        img { max-width: 100%; height: auto; display: block; }

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

        /* Header */
        header { background: #fff; padding: 20px 0; border-bottom: 1px solid #eee; }
        header .container { display: flex; justify-content: space-between; align-items: center; }
        header h1 { font-size: 2em; }
        nav ul { display: flex; }
        nav ul li { margin: 0 20px; }

        /* Hero Section */
        .hero { background: #f8f9fa; padding: 80px 0; text-align: center; }
        .hero h2 { font-size: 2.5em; margin-bottom: 20px; }
        .hero p { font-size: 1.2em; margin-bottom: 30px; }
        .cta-button { background-color: #007bff; color: white; padding: 12px 24px; border: none; border-radius: 5px; cursor: pointer; font-size: 1em; display: inline-block; }

        /* Sections - Common Styling */
        section { padding: 60px 0; text-align: center; }
        section h2 { font-size: 2em; margin-bottom: 30px; }
        .grid-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }


        /* About Us */
        .about-us .container p { max-width: 800px; margin: 0 auto; }

        /* Services */
        .services-card { background: #fff; padding: 20px; border-radius: 5px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: left; }
        .services-card i { font-size: 2.5em; margin-bottom: 15px; color: #007bff; display: block; }
        .services-card h3 { margin-bottom: 10px; }

        /* Global Reach */
        .global-reach { background-color: #f8f9fa; }
        .map-image { margin: 20px auto; max-width: 600px; }

        /* Benefits */
        .benefits-card { background: #fff; padding: 20px; border-radius: 5px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: left; }
        .benefits-card i { font-size: 2.5em; margin-bottom: 15px; color: #007bff; display: block;}
        .benefits-card h3 { margin-bottom: 10px; }

        /* Testimonials */
         .testimonials { background: #f0f0f0; }
        .testimonial-card {background: white; padding: 20px; border-radius: 5px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); max-width: 600px; margin: 30px auto; }
        .testimonial-card p { font-style: italic; margin-bottom: 10px; }
        .testimonial-card span { font-weight: bold; }

          /* Contact */
        .contact-section { background: #e9ecef;}
        .contact-form {background: #fff; padding: 20px; border-radius: 5px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); max-width: 600px; margin: 30px auto;}
        .contact-form input, .contact-form textarea {display: block; margin-bottom: 10px; width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 3px;}

        /* Footer */
        footer { background: #343a40; color: #fff; text-align: center; padding: 20px; }
          /* Media queries for responsiveness */
        @media (max-width: 768px) {
        header .container{ flex-direction: column; align-items: center; text-align: center;}
        nav ul{ flex-direction: column; }
        nav ul li { margin: 10px 0; }
       }


    </style>
</head>
<body>

    <header>
        <div class="container">
            <h1>POWERLINK MEDIA LIMITED</h1>
        </div>
    </header>

    <section class="hero">
        <div class="container">
            <h2>Powering Global E-commerce Success</h2>
            <p>POWERLINK MEDIA LIMITED offers comprehensive solutions to help your business thrive in the global digital marketplace.</p>
            <a href="#contact" class="cta-button">Get Started Today</a>
        </div>
    </section>

    <section id="about" class="about-us">
        <div class="container">
            <h2>About POWERLINK MEDIA LIMITED</h2>
            <p>POWERLINK MEDIA LIMITED is a leading provider of global e-commerce solutions, dedicated to helping businesses expand their reach and maximize their online potential. With a focus on innovation, reliability, and customer success, we provide tailored services that drive growth and create lasting value.</p>
        </div>
    </section>

    <section id="services" class="services">
        <div class="container">
            <h2>Our Services</h2>
            <div class="grid-container">
                <div class="services-card">
                  <i class="fas fa-shopping-cart"></i>
                    <h3>E-commerce Platform Development</h3>
                    <p>We design and develop robust e-commerce platforms that are scalable and secure.</p>
                </div>
                  <div class="services-card">
                    <i class="fas fa-globe"></i>
                      <h3>International Market Expansion</h3>
                      <p>We help businesses expand their reach into new global markets with ease.</p>
                  </div>
                <div class="services-card">
                   <i class="fas fa-truck"></i>
                   <h3>Supply Chain and Logistics</h3>
                  <p>We manage the complexities of global supply chains and logistics.</p>
                 </div>
                 <div class="services-card">
                   <i class="fas fa-wallet"></i>
                    <h3>Payment Gateway Integration</h3>
                  <p>We integrate secure and reliable payment gateways to facilitate seamless transactions.</p>
                </div>
                <div class="services-card">
                    <i class="fas fa-bullhorn"></i>
                      <h3>Digital Marketing Solutions</h3>
                    <p>We provide targeted digital marketing strategies to boost brand awareness and sales.</p>
                </div>
                <div class="services-card">
                  <i class="fas fa-headset"></i>
                  <h3>Customer Support Solutions</h3>
                  <p>We ensure exceptional customer support with our dedicated teams.</p>
                </div>
            </div>
        </div>
    </section>

    <section id="global" class="global-reach">
      <div class="container">
        <h2>Our Global Reach</h2>
        <p>POWERLINK MEDIA LIMITED helps businesses reach customers worldwide.</p>
        <img src="worldmap.png" alt="World Map" class="map-image" /> <!-- Replace your-world-map.jpg -->
      </div>
    </section>

     <section id="benefits" class="benefits">
      <div class="container">
        <h2>Why Partner with POWERLINK MEDIA LIMITED?</h2>
        <div class="grid-container">
            <div class="benefits-card">
                <i class="fas fa-rocket"></i>
               <h3>Fast & Efficient</h3>
              <p>We streamline the e-commerce process for efficient global expansion.</p>
            </div>
             <div class="benefits-card">
                <i class="fas fa-shield-alt"></i>
                <h3>Secure & Reliable</h3>
                <p>We prioritize the security and reliability of your e-commerce operations.</p>
            </div>
            <div class="benefits-card">
              <i class="fas fa-handshake"></i>
                <h3>Trusted Partnership</h3>
                <p>We are committed to being your trusted partner in achieving e-commerce success.</p>
            </div>
            <div class="benefits-card">
                <i class="fas fa-chart-line"></i>
                <h3>Results-Driven</h3>
                <p>We deliver measurable results through data-driven strategies.</p>
            </div>
        </div>
      </div>
    </section>

      <section id="testimonials" class="testimonials">
        <div class="container">
          <h2>What Our Clients Say</h2>
          <div class="testimonial-card">
            <p>"POWERLINK MEDIA LIMITED helped us expand our e-commerce operations globally with ease. Their expertise and support have been invaluable."</p>
            <span>- John Doe, CEO</span>
          </div>
           <div class="testimonial-card">
            <p>"We are incredibly impressed with POWERLINK's innovative solutions and dedication to customer success. They truly understand the global e-commerce landscape."</p>
             <span>- Jane Smith, Marketing Director</span>
          </div>
        </div>
      </section>

      <section id="contact" class="contact-section">
        <div class="container">
            <h2>Contact Us</h2>
             <p>Please send email to business(at)celebsense.com to reach our experts.</p>

        </div>
      </section>

    <footer>
        <p>&copy; 2023 POWERLINK MEDIA LIMITED | <a href="/cdn-cgi/l/email-protection#523027213b3c3721211231373e373021373c21377c313d3f">contact us</a></p>
    </footer>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
    integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg=="
    crossorigin="anonymous" referrerpolicy="no-referrer" />

<!-- Cloudflare Pages Analytics --><script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "b3208b104f6c4921950400425829e5de"}'></script><!-- Cloudflare Pages Analytics --></body>
</html>
