From 6d0d37c21d6971c2af0c4ee0159513524da6a25a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 07:43:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 144 +++++++++++++++-------------------------------- 1 file changed, 44 insertions(+), 100 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b677d8..3bb0241 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,43 +30,27 @@ export default function LandingPage() {
@@ -74,28 +58,25 @@ export default function LandingPage() {
@@ -107,36 +88,24 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", name: "Table de salle à manger", price: "1200€", variant: "Chêne massif", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-background-zoom-calls_23-2149684457.jpg"}, - { - id: "p2", name: "Bibliothèque murale", price: "850€", variant: "Noyer", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-pots-with-house-plants-home-decor-detail_169016-20194.jpg"}, - { - id: "p3", name: "Table de chevet", price: "250€", variant: "Frêne", imageSrc: "http://img.b2bpic.net/free-photo/fluffy-cotton-plant-vase-used-interior-decor_23-2151104689.jpg"}, - { - id: "p4", name: "Console d'entrée", price: "450€", variant: "Chêne", imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885672.jpg"}, - { - id: "p5", name: "Bureau design", price: "950€", variant: "Hêtre", imageSrc: "http://img.b2bpic.net/free-photo/messy-office-desk-still-life_23-2150155603.jpg"}, - { - id: "p6", name: "Casier à vin décoratif", price: "300€", variant: "Noyer", imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life_23-2147821138.jpg"}, + { id: "p1", name: "Panneaux Massifs", price: "Sur demande", variant: "Essences locales", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-background-zoom-calls_23-2149684457.jpg" }, + { id: "p2", name: "Bois de Charpente", price: "Sur demande", variant: "Traitement haute densité", imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885672.jpg" }, + { id: "p3", name: "Transformation sur mesure", price: "Sur demande", variant: "Découpe industrielle", imageSrc: "http://img.b2bpic.net/free-photo/carpentry-workshop-man-using-electric-hand-saw-wooden-planks_1163-3119.jpg" }, ]} - title="Nos Créations" - description="Découvrez notre gamme de mobilier artisanal et design." + title="Notre Catalogue Professionnel" + description="Une gamme complète de bois traités et façonnés pour tous vos projets de construction et d'aménagement." />
@@ -149,35 +118,22 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} testimonials={[ - { - id: "t1", name: "Marie L.", role: "Architecte", company: "Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crazy-young-man-with-table-happy-expression_1194-4608.jpg"}, - { - id: "t2", name: "Pierre D.", role: "Directeur", company: "Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-workers-working-internet-store-office_259150-60587.jpg"}, - { - id: "t3", name: "Sophie M.", role: "Designer", company: "Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg"}, - { - id: "t4", name: "Julien B.", role: "Entrepreneur", company: "Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15634.jpg"}, - { - id: "t5", name: "Camille R.", role: "Client", company: "Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-near-bookshelf-looking-camera_23-2147797429.jpg"}, + { id: "t1", name: "Entreprise de Construction", role: "Partenaire", company: "Secteur Public", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-workers-working-internet-store-office_259150-60587.jpg" }, + { id: "t2", name: "Atelier d'Architecture", role: "Partenaire", company: "Design", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-near-bookshelf-looking-camera_23-2147797429.jpg" }, ]} - title="Témoignages Clients" - description="La satisfaction de nos clients est notre meilleure publicité." + title="Ils nous font confiance" + description="La fiabilité au service de nos partenaires professionnels." />
-- 2.49.1