From 9520d5d1e5e1d4c34fac6485e5bd044a252b6a5c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:15:25 +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 6630c7d..02861cf 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: "Pure Toiture - Experts en toiture à Cantley", description: "Service professionnel de toiture à Cantley, Gatineau et région. Installation, réparation, entretien et inspection. Soumission gratuite."}; + title: "Pure Toiture - Experts en toiture à Cantley", description: "Service professionnel de toiture à Cantley, Gatineau et région. Installation, réparation, entretien et inspection. Soumission gratuite." +}; export default function RootLayout({ children, @@ -1385,4 +1386,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From ccfe823e5bded852346948b719fca314590380bd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:15:26 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f3fb528..a69df7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,6 +71,8 @@ export default function LandingPage() { textPosition="center" showDimOverlay={true} showBlur={false} + titleClassName="!text-black" + descriptionClassName="!text-black" buttons={[ { text: "Appelez maintenant: (819) 210-2474", onClick: handlePhoneCall }, { text: "Demander une soumission gratuite", href: "#contact" } @@ -229,4 +231,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1