From 10fe32743fb0633b18d33d74d7b93fc6f8ca16d8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:33:02 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 04416cc..d96d86b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,7 +20,7 @@ export default function AboutPage() { const navItems = [ { name: "Accueil", id: "hero" }, { name: "Services", id: "services" }, - { name: "Réalisations", id: "projects" }, + { name: "Tarification", id: "pricing" }, { name: "À propos", id: "about" }, { name: "Contact", id: "contact" }, ]; @@ -30,7 +30,7 @@ export default function AboutPage() { items: [ { label: "Accueil", href: "/" }, { label: "Services", href: "/#services" }, - { label: "Réalisations", href: "/projects" }, + { label: "Tarification", href: "/#pricing" }, ], }, { @@ -75,19 +75,19 @@ export default function AboutPage() {
@@ -136,7 +136,7 @@ export default function AboutPage() { testimonials={[ { id: "1", name: "Philippe Leclerc, Entrepreneur", date: "Date: 15 novembre 2024", title: "Un partenaire fiable et professionnel", quote: - "Nous travaillons avec BuildPro depuis 5 ans sur divers projets commerciaux et résidentiels. Leur professionnalisme, leur transparence et leur qualité de travail sont exceptionnels. Ils respectent toujours les délais et le budget convenu.", tag: "Partenariat commercial", avatarSrc: + "Nous travaillons avec BuildPro depuis plusieurs années sur divers projets. Leur professionnalisme, leur transparence et leur qualité de travail sont exceptionnels. Ils respectent toujours les délais et le budget convenu.", tag: "Partenariat commercial", avatarSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg", imageSrc: "http://img.b2bpic.net/free-photo/engineers-helmets-standing-by-factory_1157-35532.jpg?_wi=4"}, { @@ -158,4 +158,4 @@ export default function AboutPage() {
); -} \ No newline at end of file +} -- 2.49.1 From ba0fae4a71fed71df1f94a5c5a2969700ec663d0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:33:03 +0000 Subject: [PATCH 2/3] Update src/app/layout.tsx --- src/app/layout.tsx | 1433 +------------------------------------------- 1 file changed, 17 insertions(+), 1416 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c5a7775..5f66b94 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1433 +1,35 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Nunito_Sans } from "next/font/google"; -import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; +import "@/app/globals.css"; +import ServiceWrapper from "@/providers/serviceWrapper/ServiceWrapper"; +import { Tag } from "@/components/shared/Tag"; -const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); - -const nunitoSans = Nunito_Sans({ - variable: "--font-nunito-sans", - subsets: ["latin"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Construction & Rénovation Belgique | BuildPro - Expert Local", - description: "Expert en construction, rénovation et extension résidentielle en Belgique. Devis gratuit, travaux garantis. Appelez BuildPro pour transformer votre maison.", - keywords: "construction belgique, rénovation maison, extension résidentielle, entrepreneur belgique, travaux construction", - openGraph: { - title: "Construction & Rénovation Belgique | BuildPro", - description: "Découvrez nos services de construction et rénovation professionnels en Belgique.", - siteName: "BuildPro", - type: "website", - images: [ - { - url: "http://img.b2bpic.net/free-photo/engineers-helmets-standing-by-factory_1157-35532.jpg", - alt: "BuildPro - Construction et rénovation", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "Construction & Rénovation Belgique | BuildPro", - description: "Expert local en construction, rénovation et extension résidentielle.", - images: ["http://img.b2bpic.net/free-photo/engineers-helmets-standing-by-factory_1157-35532.jpg"], - }, - robots: { - index: true, - follow: true, - }, -}; + title: "BuildPro - Construction et Rénovation en Belgique", description: "Entreprise de construction et rénovation professionnelle en Belgique. Services spécialisés avec 10 ans d'expérience."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - + + + {children} - +