Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -57,7 +57,7 @@ export default function ContactPage() {
|
||||
title: "Telefon",
|
||||
description: "Rufen Sie uns direkt an für schnelle Anfragen und Terminvereinbarungen.",
|
||||
tag: "Direkter Kontakt",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-mechanic-using-contemporary-technology-work_329181-11875.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-mechanic-using-contemporary-technology-work_329181-11875.jpg?_wi=3",
|
||||
imageAlt: "automotive diagnostic scanner equipment",
|
||||
},
|
||||
{
|
||||
@@ -65,7 +65,7 @@ export default function ContactPage() {
|
||||
title: "Besuch in der Werkstatt",
|
||||
description: "Besuchen Sie uns vor Ort in Lingen. Gerne zeigen wir Ihnen unsere modernen Einrichtungen.",
|
||||
tag: "Vor Ort",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-guys-talking-about-work-work-garage-near-truck-transfer-documents-with-goods_1157-46506.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-guys-talking-about-work-work-garage-near-truck-transfer-documents-with-goods_1157-46506.jpg?_wi=2",
|
||||
imageAlt: "modern vehicle repair workshop garage",
|
||||
},
|
||||
{
|
||||
@@ -73,7 +73,7 @@ export default function ContactPage() {
|
||||
title: "Termin Online Anfragen",
|
||||
description: "Füllen Sie das Kontaktformular aus und wir melden uns mit Terminvorschlägen bei Ihnen.",
|
||||
tag: "Online",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-astronaut-reviewing-spacecraft-metrics-tablet_482257-126219.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-astronaut-reviewing-spacecraft-metrics-tablet_482257-126219.jpg?_wi=3",
|
||||
imageAlt: "vehicle maintenance inspection checklist",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,24 +1,44 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Nunito } 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 { Nunito } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const nunito = Nunito({
|
||||
variable: "--font-nunito",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Unimog Service Lingen - Franke & Twiehaus Mercedes-Benz Werkstatt",
|
||||
description: "Zuverlässige Unimog und Nutzfahrzeug Reparatur, Wartung und Service in Lingen, Emsland. Professionelle Werkstatt für Unimog, LKW und Transportfahrzeuge.",
|
||||
keywords: "Unimog Service Lingen, Unimog Werkstatt, Nutzfahrzeug Werkstatt Lingen, LKW Werkstatt Lingen, Mercedes-Benz Unimog Reparatur",
|
||||
openGraph: {
|
||||
title: "Unimog & Nutzfahrzeug Service Lingen",
|
||||
description: "Professionelle Reparatur und Wartung für Unimog und Nutzfahrzeuge",
|
||||
siteName: "Franke & Twiehaus",
|
||||
type: "website",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Unimog Service Lingen",
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +47,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${nunito.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +61,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -54,7 +54,7 @@ export default function ServicesPage() {
|
||||
title: "Unimog Reparatur",
|
||||
description: "Spezialisierte Reparaturen für alle Unimog-Modelle mit Originalersatzteilen und modernster Diagnosetechnik.",
|
||||
tag: "Spezialität",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376986.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376986.jpg?_wi=2",
|
||||
imageAlt: "Unimog Reparatur Service",
|
||||
},
|
||||
{
|
||||
@@ -62,7 +62,7 @@ export default function ServicesPage() {
|
||||
title: "Nutzfahrzeug Wartung",
|
||||
description: "Regelmäßige Wartung und Inspektionen für LKW, Zugmaschinen und andere Nutzfahrzeuge.",
|
||||
tag: "Wartung",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-astronaut-reviewing-spacecraft-metrics-tablet_482257-126219.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-astronaut-reviewing-spacecraft-metrics-tablet_482257-126219.jpg?_wi=2",
|
||||
imageAlt: "Nutzfahrzeug Wartung",
|
||||
},
|
||||
{
|
||||
@@ -70,7 +70,7 @@ export default function ServicesPage() {
|
||||
title: "Diagnose & Fehleranalyse",
|
||||
description: "Präzise Fehleranalyse mit moderner Diagnoseausrüstung für schnelle Problemlösung.",
|
||||
tag: "Technologie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-mechanic-using-contemporary-technology-work_329181-11875.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-mechanic-using-contemporary-technology-work_329181-11875.jpg?_wi=2",
|
||||
imageAlt: "Diagnose und Fehleranalyse",
|
||||
},
|
||||
{
|
||||
@@ -78,7 +78,7 @@ export default function ServicesPage() {
|
||||
title: "Inspektion",
|
||||
description: "Regelmäßige Inspektionen zur Sicherung der Betriebssicherheit und Einhaltung gesetzlicher Vorschriften.",
|
||||
tag: "Sicherheit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149738017.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149738017.jpg?_wi=2",
|
||||
imageAlt: "Fahrzeug Inspektion",
|
||||
},
|
||||
{
|
||||
@@ -86,7 +86,7 @@ export default function ServicesPage() {
|
||||
title: "Ersatzteile",
|
||||
description: "Hochwertige Original- und Qualitätsersatzteile für alle gängigen Nutzfahrzeug- und Unimog-Modelle.",
|
||||
tag: "Komponenten",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-helmet-medium-shot_23-2149214246.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-helmet-medium-shot_23-2149214246.jpg?_wi=2",
|
||||
imageAlt: "Ersatzteile und Zubehör",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -67,32 +67,32 @@ export default function HomePage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-guys-talking-about-work-work-garage-near-truck-transfer-documents-with-goods_1157-46506.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-guys-talking-about-work-work-garage-near-truck-transfer-documents-with-goods_1157-46506.jpg?_wi=1",
|
||||
imageAlt: "Unimog Werkstatt Lingen",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376986.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376986.jpg?_wi=1",
|
||||
imageAlt: "Unimog Reparatur Service",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-astronaut-reviewing-spacecraft-metrics-tablet_482257-126219.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-astronaut-reviewing-spacecraft-metrics-tablet_482257-126219.jpg?_wi=1",
|
||||
imageAlt: "Nutzfahrzeug Wartung",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-mechanic-using-contemporary-technology-work_329181-11875.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-mechanic-using-contemporary-technology-work_329181-11875.jpg?_wi=1",
|
||||
imageAlt: "Diagnose und Fehleranalyse",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149738017.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149738017.jpg?_wi=1",
|
||||
imageAlt: "Inspektion und Wartung",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-helmet-medium-shot_23-2149214246.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-helmet-medium-shot_23-2149214246.jpg?_wi=1",
|
||||
imageAlt: "Ersatzteile und Zubehör",
|
||||
},
|
||||
]}
|
||||
@@ -109,7 +109,7 @@ export default function HomePage() {
|
||||
description="Über 30 Jahre Erfahrung"
|
||||
subdescription="Service in Lingen, Emsland"
|
||||
icon={CheckCircle}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-stylish-redhead-worker-cleaning-his-dirty-hands-after-repairing-working-workshop_613910-19673.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-stylish-redhead-worker-cleaning-his-dirty-hands-after-repairing-working-workshop_613910-19673.jpg?_wi=1"
|
||||
imageAlt="Franke & Twiehaus Team"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -132,7 +132,7 @@ export default function HomePage() {
|
||||
handle: "Bauunternehmen Müller",
|
||||
testimonial: "Die Arbeit wird hier zügig und genau erledigt. Wir bringen alle unsere Fahrzeuge hierher.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-smiling-showing-thumbs-up-standing-grey-wall_231208-8696.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-smiling-showing-thumbs-up-standing-grey-wall_231208-8696.jpg?_wi=1",
|
||||
imageAlt: "Hans Müller",
|
||||
},
|
||||
{
|
||||
@@ -141,7 +141,7 @@ export default function HomePage() {
|
||||
handle: "Landwirtschaftsbetrieb Lehmann",
|
||||
testimonial: "Top Beratung und Abwicklung der Reparaturen. Schnell, kompetent und freundlich.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-standing-wheat-field_23-2148233466.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-standing-wheat-field_23-2148233466.jpg?_wi=1",
|
||||
imageAlt: "Frank Lehmann",
|
||||
},
|
||||
{
|
||||
@@ -150,7 +150,7 @@ export default function HomePage() {
|
||||
handle: "Schmidt Logistik GmbH",
|
||||
testimonial: "Service, Reparatur und Freundlichkeit des Personals – alles bestens. Sehr empfehlenswert.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-employee_1098-1210.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-employee_1098-1210.jpg?_wi=1",
|
||||
imageAlt: "Klaus Schmidt",
|
||||
},
|
||||
{
|
||||
@@ -159,7 +159,7 @@ export default function HomePage() {
|
||||
handle: "Stadt Lingen – Fuhrpark",
|
||||
testimonial: "Zuverlässig, professionell und immer pünktlich. Die beste Werkstatt in der Region.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/i-just-got-out-office-go-meeting_329181-15209.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/i-just-got-out-office-go-meeting_329181-15209.jpg?_wi=1",
|
||||
imageAlt: "Bernd Wagner",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -52,7 +52,7 @@ export default function AboutPage() {
|
||||
description="Über 30 Jahre Erfahrung"
|
||||
subdescription="Service in Lingen, Emsland"
|
||||
icon={CheckCircle}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-stylish-redhead-worker-cleaning-his-dirty-hands-after-repairing-working-workshop_613910-19673.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-stylish-redhead-worker-cleaning-his-dirty-hands-after-repairing-working-workshop_613910-19673.jpg?_wi=2"
|
||||
imageAlt="professional automotive technician team"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -75,7 +75,7 @@ export default function AboutPage() {
|
||||
handle: "Bauunternehmen Müller",
|
||||
testimonial: "Die Arbeit wird hier zügig und genau erledigt. Wir bringen alle unsere Fahrzeuge hierher.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-smiling-showing-thumbs-up-standing-grey-wall_231208-8696.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-smiling-showing-thumbs-up-standing-grey-wall_231208-8696.jpg?_wi=2",
|
||||
imageAlt: "satisfied customer business owner portrait",
|
||||
},
|
||||
{
|
||||
@@ -84,7 +84,7 @@ export default function AboutPage() {
|
||||
handle: "Landwirtschaftsbetrieb Lehmann",
|
||||
testimonial: "Top Beratung und Abwicklung der Reparaturen. Schnell, kompetent und freundlich.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-standing-wheat-field_23-2148233466.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-standing-wheat-field_23-2148233466.jpg?_wi=2",
|
||||
imageAlt: "farmer customer professional portrait",
|
||||
},
|
||||
{
|
||||
@@ -93,7 +93,7 @@ export default function AboutPage() {
|
||||
handle: "Schmidt Logistik GmbH",
|
||||
testimonial: "Service, Reparatur und Freundlichkeit des Personals – alles bestens. Sehr empfehlenswert.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-employee_1098-1210.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-employee_1098-1210.jpg?_wi=2",
|
||||
imageAlt: "logistics company owner portrait",
|
||||
},
|
||||
{
|
||||
@@ -102,7 +102,7 @@ export default function AboutPage() {
|
||||
handle: "Stadt Lingen – Fuhrpark",
|
||||
testimonial: "Zuverlässig, professionell und immer pünktlich. Die beste Werkstatt in der Region.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/i-just-got-out-office-go-meeting_329181-15209.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/i-just-got-out-office-go-meeting_329181-15209.jpg?_wi=2",
|
||||
imageAlt: "municipal fleet manager portrait",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user