sitecatalogue / services.html
DANIDA's picture
mets cette image a la place du logo - Follow Up Deployment
3448fe4 verified
<!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>