From c01c281e5551a6583f8f6ca62a76ece5732420c3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 17:04:00 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3edebe1..c002a88 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -65,7 +65,7 @@ export default function AboutPage() { description="Fuite d'eau, panne chauffe-eau, toilettes bouchées ? Nous intervenons dans l'heure suivant votre appel." subdescription="Notre équipe d'artisans locaux réactifs résout vos problèmes plomberie rapidement et efficacement. Disponible 7 jours sur 7, jour et nuit." icon={Zap} - imageSrc="http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-cap-holding-smartphone-lookingat-screen-connecting-with-someone-waving-with-hand-greeting_141793-28505.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-cap-holding-smartphone-lookingat-screen-connecting-with-someone-waving-with-hand-greeting_141793-28505.jpg?_wi=2" imageAlt="Intervention d'urgence plombier" mediaAnimation="slide-up" useInvertedBackground={false} @@ -87,10 +87,10 @@ export default function AboutPage() { title: "Intervention ultra-rapide", description: "Moins de 1h pour les urgences. Artisan local basé à Nantes.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-black-sportswear-with-headband-holding-wall-clock-smiling-confident-clenching-fist-standing-white-wall_141793-56031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-black-sportswear-with-headband-holding-wall-clock-smiling-confident-clenching-fist-standing-white-wall_141793-56031.jpg?_wi=3", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-magnifying-glass-map_23-2148315645.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-magnifying-glass-map_23-2148315645.jpg?_wi=3", }, }, { @@ -98,10 +98,10 @@ export default function AboutPage() { title: "Avis clients excellents", description: "19 avis 5/5 sur Google. Clients satisfaits et fidèles depuis des années.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/creative-testimonial-speech-bubble-shape_23-2147945511.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/creative-testimonial-speech-bubble-shape_23-2147945511.jpg?_wi=3", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-denim-jacket-with-letter-l_1187-1177.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-denim-jacket-with-letter-l_1187-1177.jpg?_wi=3", }, }, { @@ -109,10 +109,10 @@ export default function AboutPage() { title: "Devis transparent & gratuit", description: "Pas de surprise - prix clairs et détaillés avant intervention.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-real-estate-invoice_23-2149170635.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-real-estate-invoice_23-2149170635.jpg?_wi=3", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-glasses-arrangement-closeup_23-2148848655.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-glasses-arrangement-closeup_23-2148848655.jpg?_wi=3", }, }, ]} -- 2.49.1 From 043d32b3d0bb02dceac943170cccc67460ab3f37 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 17:04:00 +0000 Subject: [PATCH 2/4] Update src/app/layout.tsx --- src/app/layout.tsx | 53 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 44 insertions(+), 9 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6cbe480..44a366d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,28 +1,61 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Open_Sans } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Open_Sans } from "next/font/google"; - - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); + const openSans = Open_Sans({ variable: "--font-open-sans", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Plombier DMS - Intervention Rapide 24h/24 à Nantes", + description: "Plombier de confiance à Nantes. Intervention en moins de 1h, 24h/24. Devis gratuit, avis 5/5. Installation, réparation, dépannage urgence.", + keywords: "plombier Nantes, plombier urgence, dépannage plomberie, installation plomberie, réparation fuite, chauffe-eau, 24h24", + metadataBase: new URL("https://plombier-dms.fr"), + alternates: { + canonical: "https://plombier-dms.fr", + }, + openGraph: { + title: "Plombier DMS - Intervention Rapide 24h/24 à Nantes", + description: "Plombier local de confiance. Intervention en moins de 1h. Devis gratuit, avis clients 5/5.", + url: "https://plombier-dms.fr", + siteName: "Plombier DMS Nantes", + images: [ + { + url: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg", + alt: "Plombier DMS en intervention", + }, + ], + type: "website", + }, + twitter: { + card: "summary_large_image", + title: "Plombier DMS - Intervention Rapide à Nantes", + description: "Plombier local 24h/24. Devis gratuit. Avis 5/5.", + images: ["http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -31,7 +64,9 @@ export default function RootLayout({ return ( - + {children}