<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>17-Consulting</title>
  <style>
    body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f5f5f5; }
    header { background-color: #222; color: #fff; padding: 1rem 2rem; text-align: center; }
    nav { background: #444; color: #fff; padding: 0.5rem 2rem; text-align: center; }
    nav a { color: #fff; margin: 0 1rem; text-decoration: none; }
    .hero { background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 4rem 2rem; }
    .hero h2 { font-size: 2.5rem; }
    .section { padding: 2rem; background: white; margin: 1rem auto; max-width: 1000px; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); }
    .section img { max-width: 100%; height: auto; margin-top: 1rem; border-radius: 8px; }
    footer { background: #222; color: #fff; text-align: center; padding: 1rem; margin-top: 2rem; }
  </style>
</head>
<body>
  <header>
    <h1>17-Consulting</h1>
    <p>Marketing & IT Support Services</p>
  </header>

  <nav>
    <a href="#marketing">Marketing Services</a>
    <a href="#it">IT Support</a>
    <a href="#contact">Contact</a>
  </nav>

  <section class="hero">
    <h2>Your One-Stop Solution for Marketing & IT Support</h2>
    <p>Helping Caribbean businesses grow online and stay connected offline.</p>
  </section>

  <section class="section" id="marketing">
    <h2>Marketing Services</h2>
    <p>We manage digital marketing for businesses across all platforms — Facebook, Instagram, TikTok, YouTube. We create posts, schedule campaigns, and handle interactions with your clients and vendors.</p>
    <ul>
      <li>Social Media Management</li>
      <li>Post Creation & Distribution</li>
      <li>Vendor Coordination (Bfox, Dolfijn, Brandsimex, Juliet)</li>
      <li>Email Responses</li>
      <li>Branding Materials (Banners, Stickers, etc.)</li>
      <li>Marketing Co-op Management</li>
      <li>Marketing Meeting Attendance & Strategy</li>
    </ul>
    <img src="https://images.unsplash.com/photo-1556761175-5973dc0f32e7" alt="Marketing Image">
  </section>

  <section class="section" id="it">
    <h2>IT Support Services</h2>
    <p>Our IT support includes everything your business needs to stay running smoothly and securely.</p>
    <ul>
      <li>Troubleshooting & Maintenance</li>
      <li>Computer & Printer Support</li>
      <li>Phone System Installations</li>
      <li>Security Camera Setup</li>
      <li>Intercom System Setup</li>
    </ul>
    <img src="https://images.unsplash.com/photo-1581091215367-59c6d4d6b06b" alt="IT Services Image">
  </section>

  <section class="section" id="contact">
    <h2>Contact Us</h2>
    <p>Email: <a href="mailto:info@17-consulting.com">info@17-consulting.com</a></p>
    <p>Phone: +5999 XXX XXXX</p>
    <p>Follow us on social media @17Consulting</p>
  </section>

  <footer>
    <p>&copy; 2025 17-Consulting. All rights reserved.</p>
  </footer>
</body>
</html>
