Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f94462c060 | |||
| 3fe2339c18 | |||
| 29df080548 | |||
| 118b5aa35a | |||
| 547fbe4275 | |||
| 5902fdfdd5 | |||
| 1f7081fb5a | |||
| eb9e47280b | |||
| f7dc7fb05e | |||
| d3f68b1781 | |||
| b7eca0f84c |
@@ -1,54 +1,22 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from 'next';
|
||||||
import { Halant } from "next/font/google";
|
import { Outfit } from 'next/font/google';
|
||||||
import { Inter } from "next/font/google";
|
import './globals.css';
|
||||||
import { Nunito } from "next/font/google";
|
|
||||||
import "./globals.css";
|
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const halant = Halant({
|
const outfit = Outfit({ subsets: ['latin'] });
|
||||||
variable: "--font-halant", subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const nunito = Nunito({
|
|
||||||
variable: "--font-nunito", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Vulcanizare Mobilă Cluj | Road-Runner – Serviciu Rapid la Domiciliu", description: "Serviciu de vulcanizare mobilă în Cluj-Napoca. Reparații pană, schimb anvelope la domiciliu. Intervenție rapidă ≤30 min. Sună: 0744 237 237", keywords: "vulcanizare mobilă Cluj, schimb anvelope Cluj, pană auto Cluj, asistență pană Cluj, service anvelope mobil Cluj", robots: {
|
title: 'Road-Runner Vulcanizare Mobilă Cluj',
|
||||||
index: true,
|
description: 'Vulcanizare mobilă și schimb anvelope la domiciliu în Cluj-Napoca. Intervenție rapidă ≤30 min, echipament profesional, disponibil 24/7.',
|
||||||
follow: true,
|
|
||||||
},
|
|
||||||
openGraph: {
|
|
||||||
title: "Vulcanizare Mobilă Cluj | Road-Runner", description: "Serviciu rapid de reparație și schimb anvelope direct la locația ta. Ajungem în ≤30 minute.", url: "https://road-runner-cluj.com", siteName: "Road-Runner", type: "website", images: [
|
|
||||||
{
|
|
||||||
url: "http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31692.jpg", alt: "Road-Runner Serviciu de vulcanizare mobilă"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image", title: "Vulcanizare Mobilă Cluj | Road-Runner", description: "Serviciu rapid de reparație și schimb anvelope. Sună: 0744 237 237", images: ["http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31692.jpg"],
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
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="ro">
|
||||||
<ServiceWrapper>
|
<body className={outfit.className}>{children}
|
||||||
<body
|
|
||||||
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1416,7 +1384,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "📞 Sună Acum", href: "tel:0744237237" },
|
{ text: "📞 Intervenție Acum", href: "tel:0744237237" },
|
||||||
{ text: "Programează Intervenția", href: "#booking" }
|
{ text: "Programează Intervenția", href: "#booking" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -90,9 +90,9 @@ export default function LandingPage() {
|
|||||||
title="De ce să alegi Road-Runner pentru serviciile tale de anvelope"
|
title="De ce să alegi Road-Runner pentru serviciile tale de anvelope"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ icon: Clock, label: "Intervenție Rapidă", value: "≤30 min" },
|
{ icon: Clock, label: "Intervenție Rapidă", value: "≤30 min" },
|
||||||
{ icon: MapPin, label: "Acoperire Cluj", value: "În orice loc" },
|
{ icon: MapPin, label: "Acoperire Cluj", value: "" },
|
||||||
{ icon: Star, label: "Rating Clienți", value: "4.7/5" },
|
{ icon: Star, label: "Rating Clienți", value: "4.7/5" },
|
||||||
{ icon: CheckCircle, label: "Servicii Profesionale", value: "Echipament Pro" }
|
{ icon: CheckCircle, label: "Servicii Profesionale", value: "" }
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user