Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ccfe823e5b | |||
| 9520d5d1e5 | |||
| 1baabe7175 | |||
| 78c75b27d6 | |||
| da0fa10e30 | |||
| 6bcac46638 |
@@ -6,7 +6,8 @@ import "./globals.css";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -71,6 +71,8 @@ export default function LandingPage() {
|
|||||||
textPosition="center"
|
textPosition="center"
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
showBlur={false}
|
showBlur={false}
|
||||||
|
titleClassName="!text-black"
|
||||||
|
descriptionClassName="!text-black"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Appelez maintenant: (819) 210-2474", onClick: handlePhoneCall },
|
{ text: "Appelez maintenant: (819) 210-2474", onClick: handlePhoneCall },
|
||||||
{ text: "Demander une soumission gratuite", href: "#contact" }
|
{ text: "Demander une soumission gratuite", href: "#contact" }
|
||||||
|
|||||||
Reference in New Issue
Block a user