Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-11 21:14:20 +00:00

View File

@@ -48,14 +48,14 @@ export default function LandingPage() {
title="Matériaux de Construction à Marrakech"
description="Cogemil : Votre partenaire de confiance pour la construction, la rénovation et l'outillage de qualité supérieure."
testimonials={[
{ name: "Ahmed K.", handle: "@cogemil", testimonial: "Disponibilité et bonne qualité de service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vintage-items-second-hand-market_23-2149338439.jpg", imageAlt: "construction building materials supply depot" },
{ name: "Fatima Z.", handle: "@cogemil", testimonial: "On trouve de tout pour la construction ou la rénovation.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools-equipment_1170-2529.jpg", imageAlt: "construction building materials supply depot" },
{ name: "Youssef M.", handle: "@cogemil", testimonial: "Endroit parfait pour le monde de la construction et l'aménagement.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-53025.jpg", imageAlt: "construction building materials supply depot" },
{ name: "Saïd B.", handle: "@cogemil", testimonial: "Très grand choix d'outils, équipe efficace.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/brick-piles-placed-factory-floor_1150-15099.jpg", imageAlt: "construction building materials supply depot" },
{ name: "Nadia L.", handle: "@cogemil", testimonial: "Conseils précieux pour mes travaux de rénovation.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576467.jpg", imageAlt: "construction building materials supply depot" }
{ name: "Ahmed K.", handle: "@cogemil", testimonial: "Disponibilité et bonne qualité de service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vintage-items-second-hand-market_23-2149338439.jpg?_wi=1", imageAlt: "construction building materials supply depot" },
{ name: "Fatima Z.", handle: "@cogemil", testimonial: "On trouve de tout pour la construction ou la rénovation.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools-equipment_1170-2529.jpg?_wi=1", imageAlt: "construction building materials supply depot" },
{ name: "Youssef M.", handle: "@cogemil", testimonial: "Endroit parfait pour le monde de la construction et l'aménagement.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-53025.jpg?_wi=1", imageAlt: "construction building materials supply depot" },
{ name: "Saïd B.", handle: "@cogemil", testimonial: "Très grand choix d'outils, équipe efficace.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/brick-piles-placed-factory-floor_1150-15099.jpg?_wi=1", imageAlt: "construction building materials supply depot" },
{ name: "Nadia L.", handle: "@cogemil", testimonial: "Conseils précieux pour mes travaux de rénovation.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576467.jpg?_wi=1", imageAlt: "construction building materials supply depot" }
]}
buttons={[{ text: "Nos Produits", href: "#products" }, { text: "Contactez-nous", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/vintage-items-second-hand-market_23-2149338439.jpg"
imageSrc="http://img.b2bpic.net/free-photo/vintage-items-second-hand-market_23-2149338439.jpg?_wi=2"
mediaAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/modern-office-building-facade_158595-5089.jpg", alt: "Client 1" },
@@ -75,7 +75,7 @@ export default function LandingPage() {
title="Cogemil : L'Expertise en Construction"
description="Situé sur la Route de Safi, nous servons les professionnels et les particuliers depuis des années avec une sélection rigoureuse de matériaux."
metrics={[{ value: "4.5/5", title: "Note Google" }, { value: "27+", title: "Avis Clients" }, { value: "Large", title: "Choix outillage" }]}
imageSrc="http://img.b2bpic.net/free-photo/repairing-tools-equipment_1170-2529.jpg"
imageSrc="http://img.b2bpic.net/free-photo/repairing-tools-equipment_1170-2529.jpg?_wi=2"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
@@ -90,14 +90,14 @@ export default function LandingPage() {
{
title: "Large Choix", description: "Une gamme complète pour la construction et l'aménagement.", icon: Wrench,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/man-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-53025.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/brick-piles-placed-factory-floor_1150-15099.jpg" }
{ imageSrc: "http://img.b2bpic.net/free-photo/man-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-53025.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/brick-piles-placed-factory-floor_1150-15099.jpg?_wi=2" }
]
},
{
title: "Outillage", description: "Rayon complet pour vos besoins de chantier.", icon: Wrench,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576467.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576467.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/tools-repairing-shop_23-2148138421.jpg" }
]
},