File size: 7,222 Bytes
97ccbda
 
 
 
 
c80bb72
 
 
97ccbda
c80bb72
 
 
168dfe4
 
97ccbda
 
 
 
 
 
fc66bfd
 
 
 
 
 
 
97ccbda
 
 
 
 
fc66bfd
97ccbda
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7df122f
 
 
 
 
 
 
 
 
 
 
97ccbda
 
7df122f
 
 
 
 
 
 
97ccbda
 
7df122f
 
 
 
 
 
 
97ccbda
 
7df122f
97ccbda
7df122f
 
 
 
 
 
 
c80bb72
97ccbda
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html lang="it">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="StageCrafters Pro - Specializzati in allestimenti scenografici e palchi professionali per eventi">
    <meta name="keywords" content="scenografie, allestimenti, palchi, eventi, teatro, concerti">
    <title>StageCrafters Pro - Allestimenti e Scenografie Professionali</title>
    <link rel="stylesheet" href="style.css">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet">
    <script src="js/tailwind.js"></script>
    <script src="js/feather-icons.js"></script>
    <script src="components/navbar.js"></script>
    <script src="components/footer.js"></script>
</head>
<body class="bg-gray-100">
    <custom-navbar></custom-navbar>
    <!-- Hero Section -->
    <section class="hero-section">
        <div class="hero-overlay"></div>
        <div class="hero-content">
            <div>
                <h1 class="hero-title">Trasformiamo i tuoi eventi in esperienze indimenticabili</h1>
                <p class="hero-subtitle">Noi di StageCrafters Pro creiamo allestimenti professionali di scenografie e palchi per concerti, eventi aziendali e spettacoli teatrali.</p>
                <a href="#portfolio" class="hero-button">
                    Scopri i nostri lavori <i data-feather="arrow-right" class="ml-2"></i>
                </a>
            </div>
        </div>
    </section>
<!-- Services Section -->
    <section class="py-20 bg-white">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-center mb-16">I nostri servizi</h2>
            <div class="grid md:grid-cols-3 gap-8">
                <div class="bg-gray-50 rounded-xl p-8 shadow-lg hover:shadow-xl transition duration-300">
                    <div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mb-6">
                        <i data-feather="layout" class="text-indigo-600 w-8 h-8"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-4">Allestimenti Palchi</h3>
                    <p class="text-gray-600">Progettiamo e realizziamo palchi professionali per concerti ed eventi con attenzione alla sicurezza e all'estetica.</p>
                </div>
                <div class="bg-gray-50 rounded-xl p-8 shadow-lg hover:shadow-xl transition duration-300">
                    <div class="bg-purple-100 w-16 h-16 rounded-full flex items-center justify-center mb-6">
                        <i data-feather="cast" class="text-purple-600 w-8 h-8"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-4">Scenografie</h3>
                    <p class="text-gray-600">Creiamo ambientazioni uniche per eventi teatrali, mostre e installazioni artistiche con materiali di alta qualità.</p>
                </div>
                <div class="bg-gray-50 rounded-xl p-8 shadow-lg hover:shadow-xl transition duration-300">
                    <div class="bg-yellow-100 w-16 h-16 rounded-full flex items-center justify-center mb-6">
                        <i data-feather="zap" class="text-yellow-600 w-8 h-8"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-4">Illuminazione e Audio</h3>
                    <p class="text-gray-600">Offriamo soluzioni complete per l'illuminazione scenica e sistemi audio professionali per ogni tipo di evento.</p>
                </div>
            </div>
        </div>
    </section>
<!-- Portfolio Section -->
<section id="portfolio" class="py-20 bg-gray-100">
    <div class="container mx-auto px-4">
        <h2 class="text-3xl font-bold text-center mb-16">I nostri progetti</h2>
        <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
            <a href="portfolio.html#concerti" class="relative group overflow-hidden rounded-xl shadow-lg block">
                <img src="https://huggingface.co/spaces/wolfkaku/stagecrafters-pro/resolve/main/images/Immagine%202025-10-31%20113201.png" alt="Concerto Rock" class="w-full h-64 object-cover transform transition duration-500 group-hover:scale-105">
                <div class="absolute inset-0 bg-gradient-to-t from-black/70 via-transparent to-transparent flex items-end p-6">
                    <div class="text-white">
                        <h3 class="text-xl font-bold">Concerto Rock</h3>
                        <p>Palco principale per tour musicale</p>
                    </div>
                </div>
            </a>
            <a href="portfolio.html#teatro" class="relative group overflow-hidden rounded-xl shadow-lg block">
                <img src="http://static.photos/theater/1200x630/2" alt="Teatro" class="w-full h-64 object-cover transform transition duration-500 group-hover:scale-105">
                <div class="absolute inset-0 bg-gradient-to-t from-black/70 via-transparent to-transparent flex items-end p-6">
                    <div class="text-white">
                        <h3 class="text-xl font-bold">Spettacolo Teatrale</h3>
                        <p>Scenografia per commedia classica</p>
                    </div>
                </div>
            </a>
            <a href="portfolio.html#eventi" class="relative group overflow-hidden rounded-xl shadow-lg block">
                <img src="http://static.photos/event/1200x630/3" alt="Evento Aziendale" class="w-full h-64 object-cover transform transition duration-500 group-hover:scale-105">
                <div class="absolute inset-0 bg-gradient-to-t from-black/70 via-transparent to-transparent flex items-end p-6">
                    <div class="text-white">
                        <h3 class="text-xl font-bold">Convention Aziendale</h3>
                        <p>Allestimento per lancio prodotto</p>
                    </div>
                </div>
            </a>
        </div>
        <div class="text-center mt-12">
            <a href="portfolio.html" class="bg-indigo-600 hover:bg-indigo-700 text-white font-bold py-3 px-6 rounded-lg transition duration-300 inline-flex items-center">
                Vedi tutti i progetti <i data-feather="arrow-right" class="ml-2"></i>
            </a>
        </div>
    </div>
</section>
<!-- CTA Section -->
    <section class="py-16 bg-gray-900 text-white">
        <div class="container mx-auto px-4 text-center">
            <h2 class="text-3xl font-bold mb-6">Pronto a trasformare il tuo evento?</h2>
            <p class="text-xl mb-8 max-w-2xl mx-auto">Contattaci per un preventivo personalizzato e scopri come possiamo rendere il tuo evento indimenticabile.</p>
            <a href="contatti.html" class="bg-yellow-500 hover:bg-yellow-600 text-gray-900 font-bold py-3 px-6 rounded-lg transition duration-300 inline-flex items-center">
                Richiedi un preventivo <i data-feather="mail" class="ml-2"></i>
            </a>
        </div>
    </section>

    <custom-footer></custom-footer>
    <script>feather.replace();</script>
</body>
</html>