3 Commits

Author SHA1 Message Date
44e82391dc Update src/app/page.tsx 2026-03-06 13:29:23 +00:00
907a2c6628 Update src/app/layout.tsx 2026-03-06 13:29:22 +00:00
1e7b011589 Merge version_1 into main
Merge version_1 into main
2026-03-06 11:57:23 +00:00
2 changed files with 9 additions and 34 deletions

View File

@@ -1,44 +1,20 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google"; import { Inter } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({ const inter = Inter({ subsets: ["latin"] });
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Math Plomberie - Plombier Professionnel 4,9/5 (116 avis)", description: "Math Plomberie : plombier réactif et professionnel. Intervention chauffe-eau, chaudière, radiateurs. Service 24/7. Note 4,9/5 - 116 avis clients.", keywords: "plomberie, plombier, chauffe-eau, chaudière, radiateurs, dépannage, urgence plomberie", robots: { title: "Math Plomberie", description: "Services de plomberie professionnels"};
index: true,
follow: true,
},
openGraph: {
title: "Math Plomberie - Plombier Professionnel à Votre Service", description: "Plombier réactif et professionnel. Chauffe-eau, chaudière, radiateurs, dépannage d'urgence. 4,9/5 - 116 avis.", type: "website", siteName: "Math Plomberie"},
twitter: {
card: "summary_large_image", title: "Math Plomberie - Plombier Professionnel", description: "Services plomberie et chauffage. Note 4,9/5 - 116 avis clients satisfaits."},
};
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">
<ServiceWrapper> <body className={inter.className}>{children}
<body
className={`${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1406,7 +1382,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -151,7 +151,7 @@ export default function LandingPage() {
id: "basic", badge: "Intervention Standard", badgeIcon: Wrench, id: "basic", badge: "Intervention Standard", badgeIcon: Wrench,
price: "À partir de 80€", subtitle: "Pour interventions courantes", buttons: [ price: "À partir de 80€", subtitle: "Pour interventions courantes", buttons: [
{ text: "Appeler", href: "tel:+33668642789" }, { text: "Appeler", href: "tel:+33668642789" },
{ text: "Devis gratuit" } { text: "Demander un devis" }
], ],
features: [ features: [
"Diagnostic gratuit", "Travail professionnel", "Matériel fourni", "Garantie satisfaction" "Diagnostic gratuit", "Travail professionnel", "Matériel fourni", "Garantie satisfaction"
@@ -161,7 +161,7 @@ export default function LandingPage() {
id: "pro", badge: "Installation Complexe", badgeIcon: Droplet, id: "pro", badge: "Installation Complexe", badgeIcon: Droplet,
price: "Sur devis", subtitle: "Pour installations complètes", buttons: [ price: "Sur devis", subtitle: "Pour installations complètes", buttons: [
{ text: "Appeler", href: "tel:+33668642789" }, { text: "Appeler", href: "tel:+33668642789" },
{ text: "Demander devis" } { text: "Demander un devis" }
], ],
features: [ features: [
"Étude de faisabilité", "Conseil personnalisé", "Installation complète", "Suivi après-vente" "Étude de faisabilité", "Conseil personnalisé", "Installation complète", "Suivi après-vente"
@@ -171,7 +171,7 @@ export default function LandingPage() {
id: "emergency", badge: "Service d'Urgence", badgeIcon: AlertCircle, id: "emergency", badge: "Service d'Urgence", badgeIcon: AlertCircle,
price: "Tarifs d'urgence", subtitle: "24h/24, 7j/7", buttons: [ price: "Tarifs d'urgence", subtitle: "24h/24, 7j/7", buttons: [
{ text: "Appeler immédiatement", href: "tel:+33668642789" }, { text: "Appeler immédiatement", href: "tel:+33668642789" },
{ text: "Contact d'urgence" } { text: "Demander un devis" }
], ],
features: [ features: [
"Intervention rapide", "Disponibilité 24/7", "Dépannage immédiat", "Solutions d'urgence" "Intervention rapide", "Disponibilité 24/7", "Dépannage immédiat", "Solutions d'urgence"