Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-04 19:36:22 +00:00
2 changed files with 7 additions and 35 deletions

View File

@@ -1,48 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Mulish } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const mulish = Mulish({
variable: "--font-mulish", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Anne-France Coiffure Mixte - Salon à Saint-Robert", description: "Salon de coiffure professionnel à Saint-Robert pour femmes, hommes et enfants. Coupe, coloration, balayage. Experts depuis 15 ans. 5⭐ recommandé. Appelez maintenant.", keywords: "coiffeur Saint-Robert, salon de coiffure Saint-Robert, coiffure mixte, coupe femme, coupe homme, coloration, balayage", metadataBase: new URL("https://anne-france-coiffure.com"),
openGraph: {
title: "Anne-France Coiffure Mixte", description: "Votre salon de coiffure professionnel à Saint-Robert - Femmes, Hommes, Enfants", url: "https://anne-france-coiffure.com", siteName: "Anne-France Coiffure Mixte", type: "website"},
robots: {
index: true,
follow: true,
},
};
title: "Anne-France Coiffure Mixte - Salon de coiffure à Saint-Robert", description: "Coiffure mixte à Saint-Robert. Coupes, colorations et coiffures pour femmes, hommes et enfants. Plus de 15 ans d'expérience."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
>
<Tag />
{children}
<html lang="fr">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1410,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -129,6 +129,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
/>
</div>