6 Commits

Author SHA1 Message Date
ccfe823e5b Update src/app/page.tsx 2026-03-04 21:15:26 +00:00
9520d5d1e5 Update src/app/layout.tsx 2026-03-04 21:15:25 +00:00
1baabe7175 Merge version_2 into main
Merge version_2 into main
2026-03-04 21:05:10 +00:00
78c75b27d6 Merge version_2 into main
Merge version_2 into main
2026-03-04 21:04:46 +00:00
da0fa10e30 Merge version_2 into main
Merge version_2 into main
2026-03-04 20:59:05 +00:00
6bcac46638 Merge version_2 into main
Merge version_2 into main
2026-03-04 20:01:20 +00:00
2 changed files with 6 additions and 3 deletions

View File

@@ -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({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}