Spaces:
Running
Running
File size: 20,490 Bytes
0364244 3448fe4 0364244 | 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 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 | <!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nos Services - Boisdaction</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<style>
.hero-section {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('http://static.photos/craft/1200x630/4');
background-size: cover;
background-position: center;
}
.nav-link:hover {
color: #d1a054;
}
.dropdown:hover .dropdown-menu {
display: block;
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<!-- Navigation -->
<nav class="bg-white shadow-lg sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-24 items-center">
<div class="flex-shrink-0 flex items-center">
<a href="index.html">
<img class="h-16" src="https://huggingface.co/spaces/DANIDA/sitecatalogue/resolve/main/images/logo.png" alt="Boisdaction">
</a>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-center space-x-8">
<!-- Profile Dropdown -->
<div class="dropdown relative">
<button class="nav-link text-gray-900 hover:text-amber-700 px-3 py-2 text-sm font-medium">
Profil <i data-feather="chevron-down" class="inline"></i>
</button>
<div class="dropdown-menu absolute hidden mt-2 w-48 bg-white rounded-md shadow-lg z-10">
<a href="apropos.html" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Reconnaissance</a>
<a href="apropos.html" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">À propos</a>
</div>
</div>
<!-- Services Dropdown -->
<div class="dropdown relative">
<button class="nav-link text-gray-900 hover:text-amber-700 px-3 py-2 text-sm font-medium">
Services <i data-feather="chevron-down" class="inline"></i>
</button>
<div class="dropdown-menu absolute hidden mt-2 w-48 bg-white rounded-md shadow-lg z-10">
<a href="services.html" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Clé en main</a>
<a href="services.html" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Conception ingénierie</a>
<a href="services.html" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Fabrication</a>
<a href="services.html" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Livraison et installation</a>
</div>
</div>
<a href="apropos.html" class="nav-link text-gray-900 hover:text-amber-700 px-3 py-2 text-sm font-medium">Carrière</a>
<a href="realisations.html" class="nav-link text-gray-900 hover:text-amber-700 px-3 py-2 text-sm font-medium">Réalisations</a>
<a href="contact.html" class="bg-amber-700 text-white px-6 py-2 rounded-md hover:bg-amber-800 transition duration-300">Nous joindre</a>
</div>
</div>
<div class="md:hidden">
<button class="text-gray-900">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-section h-96 flex items-center justify-center text-white">
<div class="text-center px-4" data-aos="fade-up">
<h1 class="text-4xl md:text-5xl font-bold mb-4">Nos Services</h1>
<p class="text-xl max-w-2xl mx-auto">Une approche complète pour transformer vos espaces</p>
</div>
</section>
<!-- Services Content -->
<section class="py-20 bg-white" data-aos="fade-up">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-900 mb-6">Notre Expertise</h2>
<p class="text-lg text-gray-600 max-w-3xl mx-auto">
Nous offrons une gamme complète de services d'ébénisterie architecturale pour répondre à tous vos besoins, de la conception à l'installation.
</p>
</div>
<!-- Service 1 -->
<div class="lg:grid lg:grid-cols-2 lg:gap-16 items-center mb-16">
<div class="mb-12 lg:mb-0">
<div class="flex items-center mb-4">
<div class="text-amber-700 mr-4">
<i data-feather="package" class="w-10 h-10"></i>
</div>
<h3 class="text-3xl font-bold text-gray-900">Service Clé en Main</h3>
</div>
<p class="text-lg text-gray-600 mb-6">
Notre service clé en main vous accompagne de A à Z dans la réalisation de vos projets d'ébénisterie. De l'estimation initiale à l'installation finale, nous prenons en charge tous les aspects de votre projet pour vous garantir un résultat parfait.
</p>
<ul class="text-lg text-gray-600 mb-6 space-y-2">
<li class="flex items-start">
<i data-feather="check-circle" class="text-amber-700 mr-2 mt-1 flex-shrink-0"></i>
<span>Évaluation et planification complète</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-amber-700 mr-2 mt-1 flex-shrink-0"></i>
<span>Gestion de projet dédiée</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-amber-700 mr-2 mt-1 flex-shrink-0"></i>
<span>Coordination de tous les artisans</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-amber-700 mr-2 mt-1 flex-shrink-0"></i>
<span>Suivi qualité rigoureux</span>
</li>
</ul>
</div>
<div>
<img src="http://static.photos/construction/640x360/5" alt="Service Clé en Main" class="rounded-lg shadow-lg">
</div>
</div>
<!-- Service 2 -->
<div class="lg:grid lg:grid-cols-2 lg:gap-16 items-center mb-16">
<div class="order-2 lg:order-1">
<img src="http://static.photos/design/640x360/6" alt="Conception Ingénierie" class="rounded-lg shadow-lg">
</div>
<div class="mb-12 lg:mb-0 order-1 lg:order-2">
<div class="flex items-center mb-4">
<div class="text-amber-700 mr-4">
<i data-feather="edit-3" class="w-10 h-10"></i>
</div>
<h3 class="text-3xl font-bold text-gray-900">Conception Ingénierie</h3>
</div>
<p class="text-lg text-gray-600 mb-6">
Notre département d'ingénierie et de conception transforme vos idées en designs fonctionnels et esthétiques. Nous utilisons les dernières technologies pour créer des solutions sur mesure qui répondent parfaitement à vos besoins.
</p>
<ul class="text-lg text-gray-600 mb-6 space-y-2">
<li class="flex items-start">
<i data-feather="check-circle" class="text-amber-700 mr-2 mt-1 flex-shrink-0"></i>
<span>Conception 3D et visualisation</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-amber-700 mr-2 mt-1 flex-shrink-0"></i>
<span>Calculs structurels et ingénierie</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-amber-700 mr-2 mt-1 flex-shrink-0"></i>
<span>Optimisation de l'espace</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-amber-700 mr-2 mt-1 flex-shrink-0"></i>
<span>Intégration de technologies innovantes</span>
</li>
</ul>
</div>
</div>
<!-- Service 3 -->
<div class="lg:grid lg:grid-cols-2 lg:gap-16 items-center mb-16">
<div class="mb-12 lg:mb-0">
<div class="flex items-center mb-4">
<div class="text-amber-700 mr-4">
<i data-feather="tool" class="w-10 h-10"></i>
</div>
<h3 class="text-3xl font-bold text-gray-900">Fabrication</h3>
</div>
<p class="text-lg text-gray-600 mb-6">
Dans notre atelier de 5000 pieds carrés, nos artisans qualifiés utilisent des techniques traditionnelles et modernes pour créer des pièces d'ébénisterie exceptionnelles. Chaque projet est fabriqué avec précision et attention aux détails.
</p>
<ul class="text-lg text-gray-600 mb-6 space-y-2">
<li class="flex items-start">
<i data-feather="check-circle" class="text-amber-700 mr-2 mt-1 flex-shrink-0"></i>
<span>Sélection de bois premium</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-amber-700 mr-2 mt-1 flex-shrink-0"></i>
<span>Finition artisanale</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-amber-700 mr-2 mt-1 flex-shrink-0"></i>
<span>Techniques traditionnelles et modernes</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-amber-700 mr-2 mt-1 flex-shrink-0"></i>
<span>Contrôle qualité rigoureux</span>
</li>
</ul>
</div>
<div>
<img src="http://static.photos/workshop/640x360/7" alt="Fabrication" class="rounded-lg shadow-lg">
</div>
</div>
<!-- Service 4 -->
<div class="lg:grid lg:grid-cols-2 lg:gap-16 items-center">
<div class="order-2 lg:order-1">
<img src="http://static.photos/delivery/640x360/8" alt="Livraison et Installation" class="rounded-lg shadow-lg">
</div>
<div class="mb-12 lg:mb-0 order-1 lg:order-2">
<div class="flex items-center mb-4">
<div class="text-amber-700 mr-4">
<i data-feather="truck" class="w-10 h-10"></i>
</div>
<h3 class="text-3xl font-bold text-gray-900">Livraison et Installation</h3>
</div>
<p class="text-lg text-gray-600 mb-6">
Notre service de livraison et d'installation assure que chaque pièce arrive en parfait état et est installée avec précision. Nos équipes expérimentées prennent soin de vos projets pendant tout le processus.
</p>
<ul class="text-lg text-gray-600 mb-6 space-y-2">
<li class="flex items-start">
<i data-feather="check-circle" class="text-amber-700 mr-2 mt-1 flex-shrink-0"></i>
<span>Transport sécurisé</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-amber-700 mr-2 mt-1 flex-shrink-0"></i>
<span>Installation par experts</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-amber-700 mr-2 mt-1 flex-shrink-0"></i>
<span>Respect des délais</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-amber-700 mr-2 mt-1 flex-shrink-0"></i>
<span>Nettoyage post-installation</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Process Section -->
<section class="py-20 bg-gray-50" data-aos="fade-up">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl font-bold text-center text-gray-900 mb-16">Notre Processus</h2>
<div class="grid md:grid-cols-4 gap-8">
<div class="text-center">
<div class="bg-amber-700 text-white w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<span class="text-2xl font-bold">1</span>
</div>
<h3 class="text-xl font-semibold mb-3">Consultation</h3>
<p class="text-gray-600">Évaluation de vos besoins et de vos objectifs</p>
</div>
<div class="text-center">
<div class="bg-amber-700 text-white w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<span class="text-2xl font-bold">2</span>
</div>
<h3 class="text-xl font-semibold mb-3">Conception</h3>
<p class="text-gray-600">Création de designs sur mesure pour votre projet</p>
</div>
<div class="text-center">
<div class="bg-amber-700 text-white w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<span class="text-2xl font-bold">3</span>
</div>
<h3 class="text-xl font-semibold mb-3">Fabrication</h3>
<p class="text-gray-600">Production artisanale de vos pièces</p>
</div>
<div class="text-center">
<div class="bg-amber-700 text-white w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<span class="text-2xl font-bold">4</span>
</div>
<h3 class="text-xl font-semibold mb-3">Installation</h3>
<p class="text-gray-600">Livraison et installation professionnel</p>
</div>
</div>
</div>
</section>
<!-- Contact CTA -->
<section class="py-20 bg-white" data-aos="fade-up">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl font-bold mb-6">Prêt à démarrer votre projet?</h2>
<p class="text-xl mb-8 max-w-2xl mx-auto">Contactez-nous pour discuter de votre vision et découvrir comment nous pouvons la concrétiser.</p>
<a href="contact.html" class="inline-block bg-amber-700 text-white px-8 py-3 rounded-md hover:bg-amber-800 transition duration-300 font-semibold">
Nous contacter
</a>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-800 text-white py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-4 gap-12">
<div>
<a href="index.html">
<img src="https://boisdaction.com/wp-content/uploads/2020/09/logo_boisdaction.svg" alt="Boisdaction" class="h-16 mb-4">
</a>
<p class="text-gray-400">
Boisdaction est une ébénisterie architecturale québécoise spécialisée dans la conception et la création de projets d'ébénisterie et de boiseries en tout genre.
</p>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Nous joindre</h3>
<ul class="space-y-2">
<li><a href="tel:1-819-621-2333" class="text-gray-400 hover:text-amber-500">819 621-2333</a></li>
<li><a href="mailto:info@boisdaction.com" class="text-gray-400 hover:text-amber-500">info@boisdaction.com</a></li>
<li><a href="contact.html" class="text-gray-400 hover:text-amber-500">2165, Jules-Paquette Plessisville (Québec) G6L 2Y7</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Services</h3>
<ul class="space-y-2">
<li><a href="services.html" class="text-gray-400 hover:text-amber-500">Clé en main</a></li>
<li><a href="services.html" class="text-gray-400 hover:text-amber-500">Conception ingénierie</a></li>
<li><a href="services.html" class="text-gray-400 hover:text-amber-500">Fabrication</a></li>
<li><a href="services.html" class="text-gray-400 hover:text-amber-500">Livraison et installation</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Liens rapides</h3>
<ul class="space-y-2">
<li><a href="apropos.html" class="text-gray-400 hover:text-amber-500">Équipe</a></li>
<li><a href="apropos.html" class="text-gray-400 hover:text-amber-500">Reconnaissance</a></li>
<li><a href="apropos.html" class="text-gray-400 hover:text-amber-500">À propos</a></li>
<li><a href="apropos.html" class="text-gray-400 hover:text-amber-500">Carrière</a></li>
<li><a href="realisations.html" class="text-gray-400 hover:text-amber-500">Réalisations</a></li>
</ul>
</div>
</div>
<div class="border-t border-gray-700 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 mb-4 md:mb-0">Copyright ©2021 Boisdaction. Tous droits réservés.</p>
<a href="#top" class="text-gray-400 hover:text-amber-500 flex items-center">
Retour en haut <i data-feather="arrow-up" class="ml-2"></i>
</a>
</div>
</div>
</footer>
<script>
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
feather.replace();
</script>
</body>
</html> |