Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-03-05 17:59:34 +00:00
2 changed files with 15 additions and 44 deletions

View File

@@ -1,52 +1,24 @@
import type { Metadata } from "next";
import { Poppins } from "next/font/google";
import { Manrope } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import "./styles/variables.css";
import "./styles/base.css";
const poppins = Poppins({
variable: "--font-poppins", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
const manrope = Manrope({
variable: "--font-manrope", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Tendance Vintage - Salon de Coiffure Bordeaux | Luxe & Excellence", description: "Découvrez Tendance Vintage, votre salon de coiffure haut de gamme à Bordeaux. Services experts: balayage, coloration, brushing, lissage. 4.9★ (571 avis). 05 56 72 79 35", keywords: "salon coiffure Bordeaux, coiffeur Bordeaux, balayage, coloration cheveux, brushing, lissage brésilien, soins kératine, taille barbe", metadataBase: new URL("https://tendance-vintage-bordeaux.fr"),
alternates: {
canonical: "https://tendance-vintage-bordeaux.fr"},
openGraph: {
title: "Tendance Vintage - Salon de Coiffure Luxe à Bordeaux", description: "Salon de coiffure d'exception au cœur de Bordeaux. Services premium: balayage, coloration, brushing. 4.9★ (571 avis)", url: "https://tendance-vintage-bordeaux.fr", siteName: "Tendance Vintage", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg", alt: "Tendance Vintage - Salon de Coiffure Bordeaux"},
],
},
twitter: {
card: "summary_large_image", title: "Tendance Vintage - Salon de Coiffure Luxe à Bordeaux", description: "Salon de coiffure d'exception à Bordeaux. Services premium et stylistes experts. 4.9★ (571 avis)", images: ["http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Tendance Vintage - Salon de Coiffure à Bordeaux", description: "Salon de coiffure haut de gamme à Bordeaux. Services professionnels de coiffure, coloration, et soins capillaires."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${poppins.variable} ${manrope.variable} antialiased`}
>
<Tag />
{children}
<html lang="fr">
<body className={inter.className}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1414,7 +1386,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "Avis", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
button={{ text: "Appeler", href: "tel:+33556727935" }}
button={{ text: "Appeler", href: "tel:05567279353" }}
/>
</div>
@@ -54,7 +54,7 @@ export default function LandingPage() {
showDimOverlay={true}
buttonAnimation="blur-reveal"
buttons={[
{ text: "Appeler", href: "tel:+33556727935" },
{ text: "Appeler", href: "tel:05567279353" },
{ text: "Itinéraire", href: "https://maps.google.com/?q=204+Rue+Sainte-Catherine,+33000+Bordeaux,+France" },
]}
/>
@@ -201,7 +201,7 @@ export default function LandingPage() {
title="Prêt à transformer vos cheveux ?"
description="Réservez votre rendez-vous dès aujourd'hui ou visitez-nous au cœur de Bordeaux. Nos stylistes experts vous accueillent du lundi au samedi."
buttons={[
{ text: "Appeler", href: "tel:+33556727935" },
{ text: "Appeler", href: "tel:05567279353" },
{ text: "Itinéraire", href: "https://maps.google.com/?q=204+Rue+Sainte-Catherine,+33000+Bordeaux,+France" },
]}
buttonAnimation="blur-reveal"
@@ -224,7 +224,7 @@ export default function LandingPage() {
},
{
title: "Contact", items: [
{ label: "Téléphone: 05 56 72 79 35", href: "tel:+33556727935" },
{ label: "Téléphone: 05 56 72 79 35", href: "tel:05567279353" },
{ label: "Adresse: 204 Rue Sainte-Catherine, 33000 Bordeaux", href: "https://maps.google.com/?q=204+Rue+Sainte-Catherine,+33000+Bordeaux,+France" },
{ label: "Facebook", href: "https://facebook.com" },
],