html

<!DOCTYPE html>
<html lang="hi">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Noora Photo Max - Janipur, Jammu</title>
    <style>
        body { font-family: Arial, sans-serif; margin: 0; padding: 0; text-align: center; background-color: #f4f4f4; color: #333; }
        header { background-color: #1a1a1a; color: #fff; padding: 40px 20px; }
        header h1 { margin: 0; font-size: 2.5em; color: #ffcc00; }
        header p { margin: 10px 0 0 0; font-size: 1.2em; }
        .container { max-width: 800px; margin: 30px auto; padding: 20px; background: #fff; border-radius: 8px; box-shadow: 0px 4px 10px rgba(0,0,0,0.1); }
        h2 { color: #1a1a1a; border-bottom: 2px solid #ffcc00; padding-bottom: 8px; margin-top: 30px; }
        .services-list { list-style: none; padding: 0; text-align: left; display: inline-block; }
        .services-list li { font-size: 1.1em; padding: 8px 0; }
        .services-list li::before { content: "📸 "; }
        .info-box { background-color: #fff9e6; border-left: 5px solid #ffcc00; padding: 15px; margin: 20px 0; text-align: left; }
        .time-box { background-color: #e6f7ff; border-left: 5px solid #1890ff; padding: 15px; margin: 20px 0; text-align: left; font-size: 1.1em; }
        .btn { display: inline-block; background-color: #25d366; color: white; padding: 12px 25px; text-decoration: none; font-size: 1.2em; border-radius: 25px; font-weight: bold; margin-top: 15px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
        .btn:hover { background-color: #20ba5a; }
        footer { background-color: #1a1a1a; color: #888; padding: 15px; font-size: 0.9em; margin-top: 40px; }
    </style>
</head>
<body>

    <header>
        <h1>Noora Photo Max</h1>
        <p>प्रोफेशनल डिजिटल फोटोग्राफी और प्रिंटिंग सर्विसेज</p>
    </header>

    <div class="container">
        <h2>हमारी सेवाएं (Our Services)</h2>
        <ul class="services-list">
            <li>एचडी पासपोर्ट साइज फोटो (Instant Passport Photos)</li>
            <li>शादी और इवेंट फोटोग्राफी (Wedding & Event Photography)</li>
            <li>डिजिटल फोटो फ्रेमिंग और एडिटिंग (Photo Framing & Editing)</li>
            <li>कस्टम गिफ्ट्स और प्रिंटिंग (Customized Photo Gifts)</li>
        </ul>

        <h2>दुकान खुलने का समय (Opening Hours)</h2>
        <div class="time-box">
            ⏰ <strong>सोमवार से रविवार (Monday to Sunday):</strong><br>
            सुबह 10:00 बजे से रात 9:00 बजे तक (10:00 AM to 09:00 PM)
        </div>

        <h2>दुकान का पता (Location Address)</h2>
        <div class="info-box">
            <strong>Noora Photo Max</strong><br>
            प्लॉट नंबर: 668, आनंदपुर कुटिया के पास,<br>
            जानकीपुर कॉलोनी (Janipur Colony), जम्मू,<br>
            जम्मू और कश्मीर - 180007
        </div>

        <h2>हमसे संपर्क करें (Contact Us)</h2>
        <p>बुक करने या किसी भी जानकारी के लिए सीधे व्हाट्सएप करें:</p>
        <a href="https://wa.me" class="btn" target="_919596628097">💬 WhatsApp पर बात करें</a>
    </div>

    <footer>
        <p>&copy; 2026 Noora Photo Max. All Rights Reserved. | Designed for Janipur, Jammu</p>
    </footer>

</body>
</html>

Comments

Popular posts from this blog