Merge version_1 into main #1
@@ -1,28 +1,56 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Montserrat } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Montserrat } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Cortebelo Estilistas - Peluquería en Burgos | 4.9★",
|
||||
description: "Peluquería profesional en Burgos con 12+ años de experiencia. Cortes, color, mechas y peinados. Atención personalizada. 📞 604 45 46 42",
|
||||
keywords: "peluquería Burgos, cortes de cabello, coloración, mechas, salón profesional",
|
||||
metadataBase: new URL("https://cortebelo.es"),
|
||||
alternates: {
|
||||
canonical: "https://cortebelo.es",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Cortebelo Estilistas - Tu Peluquería Profesional en Burgos",
|
||||
description: "Peluquería de confianza con más de 140 reseñas de 5 estrellas. Servicios profesionales de corte, color y peinados.",
|
||||
url: "https://cortebelo.es",
|
||||
siteName: "Cortebelo Estilistas",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-her-client_23-2149319809.jpg",
|
||||
alt: "Cortebelo Estilistas - Salón profesional",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Cortebelo Estilistas Burgos",
|
||||
description: "Peluquería profesional con 4.9★. Cortes, color, peinados y tratamientos capilares.",
|
||||
images: [
|
||||
"http://img.b2bpic.net/free-photo/hairdresser-taking-care-her-client_23-2149319809.jpg",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -31,7 +59,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${montserrat.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${montserrat.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +73,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -174,28 +174,28 @@ export default function HomePage() {
|
||||
id: "corte",
|
||||
title: "Corte",
|
||||
tags: ["Mujer", "Hombre", "Infantil"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-trimmed_23-2148256979.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-trimmed_23-2148256979.jpg?_wi=1",
|
||||
imageAlt: "Servicio de corte profesional",
|
||||
},
|
||||
{
|
||||
id: "color",
|
||||
title: "Color",
|
||||
tags: ["Tinte", "Balayage", "Mechas"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-home-by-beautician_23-2148817213.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-home-by-beautician_23-2148817213.jpg?_wi=1",
|
||||
imageAlt: "Servicio de coloración",
|
||||
},
|
||||
{
|
||||
id: "peinados",
|
||||
title: "Peinados",
|
||||
tags: ["Eventos", "Alisado", "Tratamientos"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-standing-nightwear-while-mom-making-braid-her-cutie-combing-hair-looking-mirror_176420-16908.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-standing-nightwear-while-mom-making-braid-her-cutie-combing-hair-looking-mirror_176420-16908.jpg?_wi=1",
|
||||
imageAlt: "Servicio de peinado",
|
||||
},
|
||||
{
|
||||
id: "tratamientos",
|
||||
title: "Tratamientos",
|
||||
tags: ["Capilares", "Nutrición", "Reparación"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-s-haircut_1150-5889.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-s-haircut_1150-5889.jpg?_wi=1",
|
||||
imageAlt: "Servicio de tratamientos capilares",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -90,28 +90,28 @@ export default function ServicesPage() {
|
||||
id: "corte",
|
||||
title: "Corte",
|
||||
tags: ["Mujer", "Hombre", "Infantil"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-trimmed_23-2148256979.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-trimmed_23-2148256979.jpg?_wi=2",
|
||||
imageAlt: "Servicio de corte profesional",
|
||||
},
|
||||
{
|
||||
id: "color",
|
||||
title: "Color",
|
||||
tags: ["Tinte", "Balayage", "Mechas"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-home-by-beautician_23-2148817213.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-home-by-beautician_23-2148817213.jpg?_wi=2",
|
||||
imageAlt: "Servicio de coloración",
|
||||
},
|
||||
{
|
||||
id: "peinados",
|
||||
title: "Peinados",
|
||||
tags: ["Eventos", "Alisado", "Tratamientos"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-standing-nightwear-while-mom-making-braid-her-cutie-combing-hair-looking-mirror_176420-16908.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-standing-nightwear-while-mom-making-braid-her-cutie-combing-hair-looking-mirror_176420-16908.jpg?_wi=2",
|
||||
imageAlt: "Servicio de peinado",
|
||||
},
|
||||
{
|
||||
id: "tratamientos",
|
||||
title: "Tratamientos",
|
||||
tags: ["Capilares", "Nutrición", "Reparación"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-s-haircut_1150-5889.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-s-haircut_1150-5889.jpg?_wi=2",
|
||||
imageAlt: "Servicio de tratamientos capilares",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user