Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-26 15:01:55 +00:00

View File

@@ -29,11 +29,11 @@ export default function LandingPage() {
<NavbarStyleCentered
brandName={"La Dernière Touche"}
navItems={[
{ name: "Accueil", id: "home", href: "#home" },
{ name: "Services", id: "services", href: "#services" },
{ name: "Produits", id: "products", href: "#products" },
{ name: "Témoignages", id: "testimonials", href: "#testimonials" },
{ name: "Contact", id: "contact", href: "#contact" }
{ name: "Accueil", id: "home" },
{ name: "Services", id: "services" },
{ name: "Produits", id: "products" },
{ name: "Témoignages", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Demander un devis", href: "#contact" }}
/>
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroSplitKpi
title={"Vente, Pose et Rénovation de Parquet à Viuz-en-Sallaz"}
description={"La Dernière Touche transforme votre intérieur. Experts en parquets massifs, contrecollés, stratifiés et vinyles, nous assurons des services de qualité pour la vente, la pose et la rénovation de parquets, terrasses et escaliers, sans sous-traitance."}
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
kpis={[
{ value: "1", label: "Interlocuteur Unique" },
{ value: "Produits", label: "Qualité Européenne" },
@@ -88,22 +88,22 @@ export default function LandingPage() {
{
title: "Vente et Pose de Parquets", description: "Parquets massifs, contrecollés, stratifiés et vinyles nous vous conseillons et assurons une pose impeccable pour un résultat durable et élégant.", icon: HardHat,
mediaItems: [
{ type: "image", src: "http://img.b2bpic.net/free-photo/man-cutting-piece-wood_23-2148384495.jpg", alt: "Worker installing parquet floor" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/wood-texture-background_1232-2886.jpg", alt: "Samples of various parquet types" }
{ src: "http://img.b2bpic.net/free-photo/man-cutting-piece-wood_23-2148384495.jpg", alt: "Worker installing parquet floor" },
{ src: "http://img.b2bpic.net/free-photo/wood-texture-background_1232-2886.jpg", alt: "Samples of various parquet types" }
]
},
{
title: "Rénovation de Parquets, Terrasses et Escaliers", description: "Redonnez une seconde vie à vos surfaces en bois. Notre expertise en rénovation garantit un travail soigné pour des parquets, terrasses et escaliers comme neufs.", icon: Hammer,
mediaItems: [
{ type: "image", src: "http://img.b2bpic.net/free-photo/upstairs-top-view-smiling-middle-aged-man-with-laptop-rising-light-stairs_259150-58364.jpg", alt: "Terrace renovation process" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/dark-wooden-floor_53876-88990.jpg", alt: "Finished renovated parquet floor" }
{ src: "http://img.b2bpic.net/free-photo/upstairs-top-view-smiling-middle-aged-man-with-laptop-rising-light-stairs_259150-58364.jpg", alt: "Terrace renovation process" },
{ src: "http://img.b2bpic.net/free-photo/dark-wooden-floor_53876-88990.jpg", alt: "Finished renovated parquet floor" }
]
},
{
title: "Revêtements Muraux et Panneaux Décoratifs", description: "Au-delà des sols, nous proposons aussi des lambris et des panneaux décoratifs pour apporter un cachet unique et une ambiance chaleureuse à votre intérieur.", icon: Paintbrush,
mediaItems: [
{ type: "image", src: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797696.jpg", alt: "Modern interior wall paneling" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797696.jpg", alt: "Another decorative wall covering" }
{ src: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797696.jpg", alt: "Modern interior wall paneling" },
{ src: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797696.jpg", alt: "Another decorative wall covering" }
]
}
]}
@@ -120,8 +120,8 @@ export default function LandingPage() {
products={[
{ id: "1", name: "Parquet Massif Chêne", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/wood-texture-background_1232-2886.jpg", imageAlt: "Close-up of solid oak parquet flooring" },
{ id: "2", name: "Parquet Contrecollé", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-textured-flooring-background_53876-129630.jpg", imageAlt: "Engineered wood parquet planks" },
{ id: "3", name: "Revêtement Stratifié", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door_23-2150562125.jpg?_wi=1", imageAlt: "Laminate flooring planks" },
{ id: "4", name: "Revêtement Vinyle", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door_23-2150562125.jpg?_wi=2", imageAlt: "Vinyl flooring with wood effect" }
{ id: "3", name: "Revêtement Stratifié", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door_23-2150562125.jpg", imageAlt: "Laminate flooring planks" },
{ id: "4", name: "Revêtement Vinyle", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door_23-2150562125.jpg", imageAlt: "Vinyl flooring with wood effect" }
]}
gridVariant={"uniform-all-items-equal"}
animationType={"slide-up"}