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 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