Merge version_1 into main #1
@@ -128,7 +128,7 @@ export default function ContactPage() {
|
||||
placeholder: "Describe tu problema o solicitud",
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg?_wi=2"
|
||||
imageAlt="Barcelona Eixample map location"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
@@ -1,28 +1,54 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Mulish } 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 { Mulish } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
|
||||
const mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "MOTORZONE | Taller Mecánico Profesional en Barcelona Eixample",
|
||||
description: "Reparación de coches y motos en Barcelona. 30 años de experiencia, profesionales honestos, precios justos. Llama al 934 23 22 78 para pedir cita.",
|
||||
keywords: "taller mecánico Barcelona, reparación coches Barcelona, taller motos Barcelona, mecánico Eixample, reparación vehículos",
|
||||
metadataBase: new URL("https://motorzone-barcelona.com/"),
|
||||
alternates: {
|
||||
canonical: "https://motorzone-barcelona.com/",
|
||||
},
|
||||
openGraph: {
|
||||
title: "MOTORZONE - Tu Mecánico de Confianza en Barcelona",
|
||||
description: "Taller mecánico profesional con 30 años de experiencia. Reparación de coches y motos, mantenimiento y diagnóstico.",
|
||||
url: "https://motorzone-barcelona.com/",
|
||||
siteName: "MOTORZONE",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://motorzone-barcelona.com/og-hero.jpg",
|
||||
alt: "MOTORZONE - Taller Mecánico Barcelona",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "MOTORZONE - Taller Mecánico Barcelona",
|
||||
description: "Reparación profesional de coches y motos en el Eixample. Honestidad, calidad y confianza.",
|
||||
images: ["https://motorzone-barcelona.com/twitter-hero.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -31,7 +57,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${mulish.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +71,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -140,7 +140,7 @@ export default function HomePage() {
|
||||
role: "Propietario",
|
||||
company: "Conductor privado",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg?_wi=1",
|
||||
imageAlt: "satisfied customer happy smile portrait",
|
||||
},
|
||||
{
|
||||
@@ -149,7 +149,7 @@ export default function HomePage() {
|
||||
role: "Empresaria",
|
||||
company: "Transportes García",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg?_wi=1",
|
||||
imageAlt: "professional male customer smile portrait",
|
||||
},
|
||||
{
|
||||
@@ -158,7 +158,7 @@ export default function HomePage() {
|
||||
role: "Propietario",
|
||||
company: "Moto Club Barcelona",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positive-answer_1258-26715.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positive-answer_1258-26715.jpg?_wi=1",
|
||||
imageAlt: "happy female customer testimonial portrait",
|
||||
},
|
||||
{
|
||||
@@ -167,7 +167,7 @@ export default function HomePage() {
|
||||
role: "Consultora",
|
||||
company: "Tech Solutions BCN",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-man-happy-expression_1194-3937.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-man-happy-expression_1194-3937.jpg?_wi=1",
|
||||
imageAlt: "satisfied male customer portrait",
|
||||
},
|
||||
{
|
||||
@@ -176,7 +176,7 @@ export default function HomePage() {
|
||||
role: "Mecánico",
|
||||
company: "Talleres Federados",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-positive-young-african-woman-with-perfect-white-teeth-voluminous-black-hair-shiny-tanned-skin-spending-leisure-time-home-posing-kitchen-with-happy-beaming-smile_343059-2652.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-positive-young-african-woman-with-perfect-white-teeth-voluminous-black-hair-shiny-tanned-skin-spending-leisure-time-home-posing-kitchen-with-happy-beaming-smile_343059-2652.jpg?_wi=1",
|
||||
imageAlt: "happy female satisfied customer portrait",
|
||||
},
|
||||
{
|
||||
@@ -185,7 +185,7 @@ export default function HomePage() {
|
||||
role: "Estudiante",
|
||||
company: "Residente Eixample",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sensitive-man-thinking_23-2149459727.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sensitive-man-thinking_23-2149459727.jpg?_wi=1",
|
||||
imageAlt: "satisfied customer male portrait smile",
|
||||
},
|
||||
]}
|
||||
@@ -357,7 +357,7 @@ export default function HomePage() {
|
||||
placeholder: "Cuéntanos tu problema o solicitud",
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg?_wi=1"
|
||||
imageAlt="Barcelona Eixample map location"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
@@ -194,7 +194,7 @@ export default function AboutPage() {
|
||||
role: "Propietario",
|
||||
company: "Conductor privado",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg?_wi=2",
|
||||
imageAlt: "satisfied customer happy smile portrait",
|
||||
},
|
||||
{
|
||||
@@ -203,7 +203,7 @@ export default function AboutPage() {
|
||||
role: "Empresaria",
|
||||
company: "Transportes García",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg?_wi=2",
|
||||
imageAlt: "professional male customer smile portrait",
|
||||
},
|
||||
{
|
||||
@@ -212,7 +212,7 @@ export default function AboutPage() {
|
||||
role: "Propietario",
|
||||
company: "Moto Club Barcelona",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positive-answer_1258-26715.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positive-answer_1258-26715.jpg?_wi=2",
|
||||
imageAlt: "happy female customer testimonial portrait",
|
||||
},
|
||||
{
|
||||
@@ -221,7 +221,7 @@ export default function AboutPage() {
|
||||
role: "Consultora",
|
||||
company: "Tech Solutions BCN",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-man-happy-expression_1194-3937.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-man-happy-expression_1194-3937.jpg?_wi=2",
|
||||
imageAlt: "satisfied male customer portrait",
|
||||
},
|
||||
{
|
||||
@@ -230,7 +230,7 @@ export default function AboutPage() {
|
||||
role: "Mecánico",
|
||||
company: "Talleres Federados",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-positive-young-african-woman-with-perfect-white-teeth-voluminous-black-hair-shiny-tanned-skin-spending-leisure-time-home-posing-kitchen-with-happy-beaming-smile_343059-2652.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-positive-young-african-woman-with-perfect-white-teeth-voluminous-black-hair-shiny-tanned-skin-spending-leisure-time-home-posing-kitchen-with-happy-beaming-smile_343059-2652.jpg?_wi=2",
|
||||
imageAlt: "happy female satisfied customer portrait",
|
||||
},
|
||||
{
|
||||
@@ -239,7 +239,7 @@ export default function AboutPage() {
|
||||
role: "Estudiante",
|
||||
company: "Residente Eixample",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sensitive-man-thinking_23-2149459727.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sensitive-man-thinking_23-2149459727.jpg?_wi=2",
|
||||
imageAlt: "satisfied customer male portrait smile",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user