diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d662f4b..fc625d0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -80,7 +80,7 @@ export default function AboutPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/cheerful-gardener-planting-seedling_329181-20597.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cheerful-gardener-planting-seedling_329181-20597.jpg?_wi=3" imageAlt="Équipe Carré Vert au travail" mediaAnimation="slide-up" ariaLabel="Section héro - À propos" @@ -111,7 +111,7 @@ export default function AboutPage() { author: "Notre Initiative", description: "Nous accompagnons des jeunes en situation de handicap pour qu'ils acquièrent des compétences et une expérience professionnelle dans le domaine du paysage et de l'horticulture.", tags: ["Formation", "Inclusion"], - imageSrc: "http://img.b2bpic.net/free-photo/creative-team-watching-content-pc-together_74855-9772.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-team-watching-content-pc-together_74855-9772.jpg?_wi=2", imageAlt: "Programme de formation professionnelle", }, { @@ -120,7 +120,7 @@ export default function AboutPage() { author: "Notre Engagement", description: "Nous utilisons des méthodes respectueuses de l'environnement, favorisant la biodiversité et la santé des écosystèmes de chaque jardin.", tags: ["Écologie", "Durabilité"], - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-alone-sustainable-greenhouse_23-2149072119.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-alone-sustainable-greenhouse_23-2149072119.jpg?_wi=2", imageAlt: "Pratiques écologiques durables", }, { @@ -129,7 +129,7 @@ export default function AboutPage() { author: "Notre Communauté", description: "Carré Vert crée des opportunités d'emploi et de développement professionnel au sein de notre communauté locale, en privilégiant le talent et le potentiel.", tags: ["Emploi", "Communauté"], - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-man-driving-lawn-mower_23-2149382199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-man-driving-lawn-mower_23-2149382199.jpg?_wi=3", imageAlt: "Équipe locale en action", }, ]} diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 49122b2..b8ff8bc 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -79,7 +79,7 @@ export default function GalleryPage() { price: "Avant", rating: 5, reviewCount: "Transformation", - imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176600.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176600.jpg?_wi=2", imageAlt: "Jardin avant entretien", }, { @@ -89,7 +89,7 @@ export default function GalleryPage() { price: "Après", rating: 5, reviewCount: "Réalisé", - imageSrc: "http://img.b2bpic.net/free-photo/gardening-tools-pot-near-spray-bottle_23-2147714861.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gardening-tools-pot-near-spray-bottle_23-2147714861.jpg?_wi=2", imageAlt: "Jardin après entretien professionnel", }, { @@ -99,7 +99,7 @@ export default function GalleryPage() { price: "Avant", rating: 5, reviewCount: "Projet", - imageSrc: "http://img.b2bpic.net/free-photo/many-leaves-autumn-lying-grass-poznan-poland_181624-9929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/many-leaves-autumn-lying-grass-poznan-poland_181624-9929.jpg?_wi=2", imageAlt: "Espace avant transformation", }, { @@ -109,7 +109,7 @@ export default function GalleryPage() { price: "Après", rating: 5, reviewCount: "Complété", - imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6126.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6126.jpg?_wi=2", imageAlt: "Espace après aménagement", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c1f48a0..958fdbc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,27 +1,60 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Public_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 { Public_Sans } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const publicSans = Public_Sans({ variable: "--font-public-sans", subsets: ["latin"], }); -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); + +export const metadata: Metadata = { + title: "Carré Vert | Entretien et Aménagement de Jardins Professionnels", + description: "Entreprise spécialisée dans l'entretien et l'aménagement d'espaces verts. Taille de haies, nettoyage de jardins, aménagement paysager avec engagement social.", + keywords: "entretien de jardin, jardinier professionnel, taille de haies, entretien d'espaces verts, paysagiste, aménagement paysager, nettoyage jardin", + metadataBase: new URL("https://carrevert.fr"), + alternates: { + canonical: "https://carrevert.fr", + }, + openGraph: { + title: "Carré Vert - Entretien Professionnel de Jardins", + description: "Votre jardin mérite l'excellence. Service professionnel, respect de la nature, engagement social.", + url: "https://carrevert.fr", + siteName: "Carré Vert", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/woman-working-alone-sustainable-greenhouse_23-2149072119.jpg", + alt: "Jardin magnifiquement entretenu par Carré Vert", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Carré Vert - Entretien de Jardins Excellence", + description: "Entretien professionnel et aménagement de vos espaces verts avec passion.", + images: ["http://img.b2bpic.net/free-photo/woman-working-alone-sustainable-greenhouse_23-2149072119.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; export default function RootLayout({ children, @@ -31,7 +64,9 @@ export default function RootLayout({ return ( - + {children}