Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c3cf7f660e | |||
| aff18d5596 | |||
| 050a32dc45 | |||
| afae012204 | |||
| 6a61031ee6 | |||
| e3a436265a |
@@ -1,55 +1,21 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Figtree } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
|
import "./styles/variables.css";
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
const figtree = Figtree({
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
variable: "--font-figtree",
|
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "DAO Climatisation - Installation et Réparation de Clim à Tournan-en-Brie",
|
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."};
|
||||||
description: "DAO Climatisation: Installation, maintenance et réparation de climatisation à Tournan-en-Brie. Devis gratuit. Intervention rapide. 01 64 51 29 92",
|
|
||||||
keywords: "climatisation Tournan-en-Brie, installation clim, réparation climatisation, dépannage clim 77, entretien climatisation, chauffage climatisation",
|
|
||||||
metadataBase: new URL("https://www.dao-climatisation.fr"),
|
|
||||||
alternates: {
|
|
||||||
canonical: "https://www.dao-climatisation.fr",
|
|
||||||
},
|
|
||||||
openGraph: {
|
|
||||||
title: "DAO Climatisation - Experts Climatisation Tournan-en-Brie",
|
|
||||||
description: "Installation, maintenance et réparation de climatisation professionnelle. Devis gratuit et interventions rapides.",
|
|
||||||
url: "https://www.dao-climatisation.fr",
|
|
||||||
siteName: "DAO Climatisation",
|
|
||||||
type: "website",
|
|
||||||
images: [
|
|
||||||
{
|
|
||||||
url: "https://www.dao-climatisation.fr/og-image.jpg",
|
|
||||||
alt: "DAO Climatisation - Services climatisation",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image",
|
|
||||||
title: "DAO Climatisation - Installation Climatisation",
|
|
||||||
description: "Experts en climatisation à Tournan-en-Brie. Installation, maintenance, réparation. Devis gratuit.",
|
|
||||||
images: ["https://www.dao-climatisation.fr/twitter-image.jpg"],
|
|
||||||
},
|
|
||||||
robots: {
|
|
||||||
index: true,
|
|
||||||
follow: true,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="fr">
|
||||||
<body className={`${figtree.variable} antialiased`}>
|
<body className={inter.className}>{children}
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
/* --background: #ffffff;;
|
/* --background: #ffffff;;
|
||||||
--card: #f9f9f9;;
|
--card: #f9f9f9;;
|
||||||
--foreground: #120a00e6;;
|
--foreground: #120a00e6;;
|
||||||
--primary-cta: #ff8c42;;
|
--primary-cta: #e63946;;
|
||||||
--secondary-cta: #f9f9f9;;
|
--secondary-cta: #f9f9f9;;
|
||||||
--accent: #e2e2e2;;
|
--accent: #e2e2e2;;
|
||||||
--background-accent: #c4c4c4;; */
|
--background-accent: #c4c4c4;; */
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
--background: #ffffff;;
|
--background: #ffffff;;
|
||||||
--card: #f9f9f9;;
|
--card: #f9f9f9;;
|
||||||
--foreground: #120a00e6;;
|
--foreground: #120a00e6;;
|
||||||
--primary-cta: #ff8c42;;
|
--primary-cta: #e63946;;
|
||||||
--primary-cta-text: #ffffff;;
|
--primary-cta-text: #ffffff;;
|
||||||
--secondary-cta: #f9f9f9;;
|
--secondary-cta: #f9f9f9;;
|
||||||
--secondary-cta-text: #120a00e6;;
|
--secondary-cta-text: #120a00e6;;
|
||||||
|
|||||||
Reference in New Issue
Block a user