Thursday, August 21, 2025

 <!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>KJ Digital Studio</title>

  <style>

    body {

      margin: 0;

      font-family: 'Segoe UI', sans-serif;

      background: #fff;

      color: #333;

    }

    header {

      background: #111;

      padding: 20px;

      text-align: center;

    }

    header img {

      max-width: 350px;

      width: 90%;

    }

    .section {

      padding: 50px 20px;

      text-align: center;

    }

    .section-title {

      font-size: 26px;

      margin-bottom: 20px;

      color: #111;

    }

    .price-list {

      max-width: 800px;

      margin: auto;

      text-align: left;

      background: #f9f9f9;

      padding: 20px;

      border-radius: 12px;

      box-shadow: 0 4px 10px rgba(0,0,0,0.1);

    }

    .price-list ul {

      list-style: none;

      padding: 0;

    }

    .price-list ul li {

      padding: 8px 0;

      font-size: 18px;

      border-bottom: 1px solid #ddd;

    }

    .gallery {

      display: grid;

      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

      gap: 15px;

      max-width: 1000px;

      margin: auto;

    }

    .gallery img {

      width: 100%;

      border-radius: 12px;

      box-shadow: 0 4px 10px rgba(0,0,0,0.2);

    }

    #booking {

      background: #f1f1f1;

      padding: 50px 20px;

      text-align: center;

    }

    #booking a {

      display: inline-block;

      background: #25D366;

      color: white;

      padding: 15px 30px;

      border-radius: 40px;

      font-size: 20px;

      font-weight: bold;

      text-decoration: none;

      box-shadow: 0 4px 10px rgba(0,0,0,0.2);

      transition: 0.3s;

    }

    #booking a:hover {

      background: #20b358;

    }

    footer {

      background: #111;

      color: white;

      text-align: center;

      padding: 15px;

      font-size: 14px;

    }

  </style>

</head>

<body>


  <header>

    <!-- अपना logo यहां डालें -->

    <img src="YOUR_LOGO_IMAGE.png" alt="KJ Digital Studio Logo">

  </header>


  <section class="section">

    <h2 class="section-title">Wedding Package (₹95,000)</h2>

    <div class="price-list">

      <ul>

        <li>✔ Mehendi (Video + Photos) - 7 Nov 2025</li>

        <li>✔ Haldi + Wedding (Cinematic Video + Candid Photos) - 8 Nov 2025</li>

        <li>✔ LED Wall (8×12) – 2 Units</li>

        <li>✔ Drone (1)</li>

        <li>✔ Album (Karishma, 60 Pages, Attachi Box)</li>

        <li>✔ 12×18 Frame (1 Photo)</li>

        <li>✔ Full Wedding Video in Pen Drive</li>

        <li>✔ 4 Reels Videos</li>

        <li>✔ 1 Teaser Video</li>

        <li>✔ Highlight Video</li>

        <li>✔ Dress Shoot Video</li>

        <li>✔ Magazine Style Shoot</li>

        <li>✔ QR Code on Album First Page</li>

        <li>✔ RAW Wedding Photos</li>

        <li>✔ 350 Selected Photos</li>

        <li>✔ 10 Velvet Photo Pages</li>

      </ul>

      <h3 style="text-align:center; margin-top:20px;">💰 Total Price: ₹95,000 Only</h3>

    </div>

  </section>


  <section class="section">

    <h2 class="section-title">Gallery</h2>

    <div class="gallery">

      <img src="https://via.placeholder.com/400x300" alt="Sample Photo 1">

      <img src="https://via.placeholder.com/400x300" alt="Sample Photo 2">

      <img src="https://via.placeholder.com/400x300" alt="Sample Photo 3">

      <img src="https://via.placeholder.com/400x300" alt="Sample Photo 4">

    </div>

  </section>


  <section id="booking">

    <h3 class="section-title">📅 Book Now</h3>

    <p style="font-size:18px; margin-bottom:25px;">

      Chat with us on WhatsApp and book your wedding package instantly.

    </p>

    <a href="https://wa.me/918400604184" target="_blank">💬 Book on WhatsApp</a>

  </section>


  <footer>

    © 2025 KJ Digital Studio | All Rights Reserved

  </footer>


</body>

</html>

No comments:

Post a Comment

 https://www.blogger.com