<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>TJP Business Services</title>
  <style>
    body {
      margin: 0;
      font-family: Arial, sans-serif;
      background-color: #FFFFFF;
      color: #2E7D32;
    }

    header {
      background-color: #2E7D32;
      color: white;
      padding: 20px;
      text-align: center;
    }

    header img {
      max-height: 80px;
    }

    nav {
      background-color: #FFD700;
      padding: 10px;
      text-align: center;
    }

    nav a {
      color: #2E7D32;
      margin: 0 15px;
      text-decoration: none;
      font-weight: bold;
    }

    .hero {
      padding: 50px;
      text-align: center;
      background-color: #FFEB3B;
      color: #2E7D32;
    }

    .content {
      padding: 30px;
      text-align: center;
    }

    footer {
      background-color: #2E7D32;
      color: white;
      text-align: center;
      padding: 20px;
    }
  </style>
</head>
<body>

  <header>
    <img src="logo.png" alt="TJP Business Services Logo">
    <h1>Welcome to TJP Business Services</h1>
  </header>

  <nav>
    <a href="#">Home</a>
    <a href="#">About</a>
    <a href="#">Services</a>
    <a href="#">Contact</a>
  </nav>

  <div class="hero">
    <h2>Your Trusted Partner in Business Solutions</h2>
    <p>Professional, reliable, and tailored services to meet your needs.</p>
  </div>

 ">
    <h3>What We Offer</h3>
    <p>Explore our range of business services designed to help you succeed.</p>
  </div>

  <footer>
    <p>&copy; 2025 TJP Business Services. All rights reserved.</p>
  </footer>

</body>
</html>
