HOME

<div class="wedbooth-container">
    <style>
        .wedbooth-container {
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
            color: #333;
            line-height: 1.6;
            margin: 0;
            padding: 0;
            background-color: #fdfcf9;
        }
        
        .wedbooth-header {
            text-align: center;
            padding: 60px 20px;
            background-color: #fff;
            border-bottom: 1px solid #eaeaea;
        }
        
        .wedbooth-header h1 {
            font-size: 2.5em;
            margin-bottom: 10px;
            color: #1a1a1a;
            letter-spacing: 2px;
            text-transform: uppercase;
        }
        
        .wedbooth-header p {
            font-size: 1.2em;
            color: #777;
            font-style: italic;
        }

        .wedbooth-hero {
            background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1519225421980-715cb0215aed?auto=format&fit=crop&q=80');
            background-size: cover;
            background-position: center;
            color: #fff;
            text-align: center;
            padding: 100px 20px;
        }

        .wedbooth-hero h2 {
            font-size: 3em;
            margin-bottom: 20px;
            font-weight: 300;
        }

        .wedbooth-services {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            padding: 60px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .wedbooth-service-card {
            background: #fff;
            padding: 40px 30px;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
            flex: 1 1 300px;
            text-align: center;
            transition: transform 0.3s ease;
        }

        .wedbooth-service-card:hover {
            transform: translateY(-5px);
        }

        .wedbooth-service-card h3 {
            color: #d4af37; /* Gold accent */
            font-size: 1.5em;
            margin-bottom: 15px;
        }

        .wedbooth-service-card p {
            color: #555;
            font-size: 1em;
        }

        .wedbooth-cta {
            text-align: center;
            padding: 50px 20px;
            background-color: #1a1a1a;
            color: #fff;
        }

        .wedbooth-cta a {
            display: inline-block;
            background-color: #d4af37;
            color: #fff;
            padding: 15px 40px;
            text-decoration: none;
            font-size: 1.2em;
            border-radius: 30px;
            margin-top: 20px;
            transition: background 0.3s;
        }

        .wedbooth-cta a:hover {
            background-color: #b5952f;
        }

        .wedbooth-footer {
            text-align: center;
            padding: 30px 20px;
            background-color: #fff;
            border-top: 1px solid #eaeaea;
            font-size: 0.9em;
            color: #777;
        }

        .wedbooth-footer strong {
            color: #1a1a1a;
        }
    </style>

    <div class="wedbooth-header">
        <h1>WedBoothAL</h1>
        <p>by Rezart Halili</p>
    </div>

    <div class="wedbooth-hero">
        <h2>Kujtime që Zgjatin Përgjithmonë</h2>
        <p>Sillni magjinë dhe argëtimin në ditën tuaj më të rëndësishme.</p>
    </div>

    <div class="wedbooth-services">
        <div class="wedbooth-service-card">
            <h3>360 Video Booth</h3>
            <p>Një përvojë interaktive kinematografike që kap çdo kënd të gëzimit tuaj. Të ftuarit mund të krijojnë video dinamike dhe argëtuese në formën e tyre më të mirë.</p>
        </div>
        <div class="wedbooth-service-card">
            <h3>Magic Mirror Photobooth</h3>
            <p>Pasqyra magjike ofron një dizajn elegant dhe ndërveprim përmes ekranit me prekje, duke u dhuruar të ftuarve tuaj foto të printuara me cilësi të lartë aty për aty.</p>
        </div>
        <div class="wedbooth-service-card">
            <h3>Fotografi & Videografi</h3>
            <p>Shërbim profesional për të dokumentuar çdo emocion të dasmës suaj. Me pajisjet më të fundit Lumix, ne kapim detajet dhe momentet që vlejnë më shumë.</p>
        </div>
    </div>

    <div class="wedbooth-cta">
        <h2>Gati për të rezervuar datën tuaj?</h2>
        <p>Na kontaktoni për të bërë dasmën tuaj të paharrueshme.</p>
        <a href="https://instagram.com/wedbooth.al" target="_blank">Na vizitoni në Instagram @wedbooth.al</a>
    </div>

    <div class="wedbooth-footer">
        <p>&copy; 2026 <strong>WedBoothAL</strong>. Të gjitha të drejtat e rezervuara. Drejtuar nga Rezart Halili.</p>
    </div>
</div>

Share with