From d9248667eafd7dd44a8b1c9434160e0999aebac5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:46:19 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 127a56d..158b297 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,7 +6,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "DAO Climatisation - Experts en Climatisation à Tournan-en-Brie", description: "Installation, maintenance et réparation de climatisation à Tournan-en-Brie. Devis gratuit et intervention rapide."}; + title: "DAO Climatisation - Experts en Climatisation à Tournan-en-Brie", description: "Installation, maintenance et réparation de climatisation à Tournan-en-Brie. Devis gratuit et intervention rapide." +}; export default function RootLayout({ children, @@ -1385,4 +1386,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file From 73e11b51c882d450cca661626d28db24f7380022 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:46:19 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 02809f2..10c08ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,6 +41,7 @@ export default function HomePage() { {/* Navigation */} ); -} +} \ No newline at end of file