Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-12 18:22:23 +00:00
5 changed files with 78 additions and 39 deletions

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Raleway } 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 { Raleway } 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 raleway = Raleway({
variable: "--font-raleway",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Galabau Mehl - Garten- & Landschaftsbau Löhne",
description: "Professioneller Gartenbau und Landschaftsbau in Löhne. Terrassenbau, Pflasterarbeiten, Rollrasen, Gartengestaltung. Kostenlos Angebot anfordern.",
keywords: "Gartenbau Löhne, Landschaftsbau Löhne, Pflasterarbeiten, Terrassenbau, Rollrasen, Gartengestaltung, Gartenpflege",
metadataBase: new URL("https://www.galabau-mehl.de"),
alternates: {
canonical: "https://www.galabau-mehl.de",
},
openGraph: {
title: "Galabau Mehl - Professioneller Garten- & Landschaftsbau",
description: "Wir gestalten Ihren Traumgarten. Terrassenbau, Pflasterarbeiten und Gartengestaltung in Löhne und Umgebung.",
url: "https://www.galabau-mehl.de",
siteName: "Galabau Mehl",
type: "website",
images: [
{
url: "https://www.galabau-mehl.de/og-image-garden.jpg",
alt: "Schöner moderner Garten mit Terrasse",
},
],
},
twitter: {
card: "summary_large_image",
title: "Galabau Mehl - Garten & Landschaftsbau",
description: "Professionelle Gartengestaltung und Landschaftsbau in Löhne. Kostenlose Beratung.",
images: ["https://www.galabau-mehl.de/twitter-image-garden.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${raleway.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -49,42 +49,42 @@ export default function ServicesPage() {
id: "1",
name: "Gartengestaltung & Design",
price: "Ab € 500",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-making-notes_23-2147768555.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-making-notes_23-2147768555.jpg?_wi=3",
imageAlt: "Professionelle Gartengestaltung und Landschaftsplanung",
},
{
id: "2",
name: "Pflasterarbeiten",
price: "Ab € 80/m²",
imageSrc: "http://img.b2bpic.net/free-photo/wuxi-nianhuawan-natural-park_1359-1141.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wuxi-nianhuawan-natural-park_1359-1141.jpg?_wi=2",
imageAlt: "Hochwertige Pflasterarbeiten für Einfahrten und Terrassen",
},
{
id: "3",
name: "Terrassenbau",
price: "Ab € 120/m²",
imageSrc: "http://img.b2bpic.net/free-photo/photo-sunshine-balcony-reflection-shadow-wo_53876-23259.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/photo-sunshine-balcony-reflection-shadow-wo_53876-23259.jpg?_wi=2",
imageAlt: "Moderne Terrasse aus Holz oder WPC-Material",
},
{
id: "4",
name: "Rollrasen Installation",
price: "Ab € 5/m²",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-kid-running_23-2148758581.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-kid-running_23-2148758581.jpg?_wi=2",
imageAlt: "Frischer Rollrasen für sofortigen Grünflächeneffekt",
},
{
id: "5",
name: "Entwässerung & Drainage",
price: "Ab € 40/m",
imageSrc: "http://img.b2bpic.net/free-photo/striped-rubber-boots-river-with-splashing-water-spring-village_169016-7099.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/striped-rubber-boots-river-with-splashing-water-spring-village_169016-7099.jpg?_wi=2",
imageAlt: "Professionelle Gartenentwässerung und Wassermanagement",
},
{
id: "6",
name: "Regelmäßige Gartenpflege",
price: "Ab € 35/h",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-making-notes_23-2147768555.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-making-notes_23-2147768555.jpg?_wi=4",
imageAlt: "Laufende professionelle Gartenpflege und Instandhaltung",
},
]}

View File

@@ -123,7 +123,7 @@ export default function HomePage() {
handle: "Homeowner, Löhne",
testimonial: "Fantastische Arbeit! Unser Garten sieht jetzt wunderbar aus. Das Team war professionell und zuverlässig.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg?_wi=1",
imageAlt: "happy homeowner satisfied customer portrait",
},
{
@@ -131,7 +131,7 @@ export default function HomePage() {
handle: "Hausbesitzer, Bad Oeynhausen",
testimonial: "Sehr empfehlenswert! Die Jungs haben eine großartige Terasse gebaut. Exzellente Qualität.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-outside-portrait-young-beautiful-bearded-hispanic-man-blue-shirt-smiling-camera-collecting-salad-leaves-garden-watering-plants-spending-summer-morning-countryside-house_176420-19900.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-outside-portrait-young-beautiful-bearded-hispanic-man-blue-shirt-smiling-camera-collecting-salad-leaves-garden-watering-plants-spending-summer-morning-countryside-house_176420-19900.jpg?_wi=1",
imageAlt: "customer portrait satisfied with landscaping",
},
{
@@ -139,7 +139,7 @@ export default function HomePage() {
handle: "Hausbesitzer, Herford",
testimonial: "Toll gemachte Pflasterarbeiten. Die Kommunikation war klar und die Abwicklung reibungslos.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg?_wi=1",
imageAlt: "satisfied customer happy with results",
},
]}
@@ -161,42 +161,42 @@ export default function HomePage() {
id: "1",
name: "Gartengestaltung",
price: "Ab € 500",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-making-notes_23-2147768555.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-making-notes_23-2147768555.jpg?_wi=1",
imageAlt: "Gartengestaltung und Landschaftsplanung",
},
{
id: "2",
name: "Pflasterarbeiten",
price: "Ab € 80/m²",
imageSrc: "http://img.b2bpic.net/free-photo/wuxi-nianhuawan-natural-park_1359-1141.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wuxi-nianhuawan-natural-park_1359-1141.jpg?_wi=1",
imageAlt: "Professionelle Pflasterarbeiten für Einfahrten",
},
{
id: "3",
name: "Terrassenbau",
price: "Ab € 120/m²",
imageSrc: "http://img.b2bpic.net/free-photo/photo-sunshine-balcony-reflection-shadow-wo_53876-23259.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/photo-sunshine-balcony-reflection-shadow-wo_53876-23259.jpg?_wi=1",
imageAlt: "Moderne Terrasse aus Holz oder WPC",
},
{
id: "4",
name: "Rollrasen",
price: "Ab € 5/m²",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-kid-running_23-2148758581.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-kid-running_23-2148758581.jpg?_wi=1",
imageAlt: "Frischer Rollrasen für sofortigen Grünflächeneffekt",
},
{
id: "5",
name: "Entwässerung",
price: "Ab € 40/m",
imageSrc: "http://img.b2bpic.net/free-photo/striped-rubber-boots-river-with-splashing-water-spring-village_169016-7099.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/striped-rubber-boots-river-with-splashing-water-spring-village_169016-7099.jpg?_wi=1",
imageAlt: "Gartenentwässerung und Planierung",
},
{
id: "6",
name: "Gartenpflege",
price: "Ab € 35/h",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-making-notes_23-2147768555.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-making-notes_23-2147768555.jpg?_wi=2",
imageAlt: "Laufende Gartenpflege und Instandhaltung",
},
]}
@@ -248,7 +248,7 @@ export default function HomePage() {
title: "Moderne Holzterrasse",
subtitle: "Entspannte Outdoor-Oase geschaffen",
description: "Ein veralteter Betonbereich wurde in eine wunderbare Holzterrasse mit modernem Design umgewandelt. Der neue Außenbereich ist perfekt zum Entspannen und für Gartenfeste.",
imageSrc: "http://img.b2bpic.net/free-photo/garden-center_23-2148013459.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/garden-center_23-2148013459.jpg?_wi=1",
imageAlt: "Holzterrasse Vorher Nachher Transformation",
},
{
@@ -257,7 +257,7 @@ export default function HomePage() {
title: "Gepflasterte Einfahrt",
subtitle: "Moderne Optik und Funktionalität",
description: "Eine alte, beschädigte Einfahrt wurde mit hochwertigem Pflaster erneuert. Das Ergebnis ist eine sichere, attraktive und wartungsfreie Einfahrt, die den Gesamteindruck des Grundstücks verbessert.",
imageSrc: "http://img.b2bpic.net/free-photo/fumigation_23-2148013411.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fumigation_23-2148013411.jpg?_wi=1",
imageAlt: "Gepflasterte Einfahrt Vorher Nachher",
},
{
@@ -266,7 +266,7 @@ export default function HomePage() {
title: "Frischer Rollrasen",
subtitle: "Sofort grüner und attraktiver Garten",
description: "Ein kahles, ungepflegtes Grundstück wurde mit hochwertigem Rollrasen begrünt. Der sofortige Grünflächeneffekt schuf einen einladenden Außenbereich für Familie und Freunde.",
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-still-life_23-2148127909.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-still-life_23-2148127909.jpg?_wi=1",
imageAlt: "Rollrasen Installation Vorher Nachher",
},
]}
@@ -288,7 +288,7 @@ export default function HomePage() {
role: "Hausbesitzerin",
company: "Löhne",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg?_wi=2",
imageAlt: "happy homeowner satisfied customer portrait",
},
{
@@ -297,7 +297,7 @@ export default function HomePage() {
role: "Hausbesitzer",
company: "Bad Oeynhausen",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-outside-portrait-young-beautiful-bearded-hispanic-man-blue-shirt-smiling-camera-collecting-salad-leaves-garden-watering-plants-spending-summer-morning-countryside-house_176420-19900.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-outside-portrait-young-beautiful-bearded-hispanic-man-blue-shirt-smiling-camera-collecting-salad-leaves-garden-watering-plants-spending-summer-morning-countryside-house_176420-19900.jpg?_wi=2",
imageAlt: "customer portrait satisfied with landscaping",
},
{
@@ -306,7 +306,7 @@ export default function HomePage() {
role: "Hausbesitzerin",
company: "Herford",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg?_wi=2",
imageAlt: "satisfied customer happy with results",
},
{
@@ -315,7 +315,7 @@ export default function HomePage() {
role: "Hausbesitzer",
company: "Bünde",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-garden_23-2150771019.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-garden_23-2150771019.jpg?_wi=1",
imageAlt: "customer portrait satisfied landscaping service",
},
]}
@@ -334,7 +334,7 @@ export default function HomePage() {
description="Servicegebiet: Löhne, Bad Oeynhausen, Herford, Bünde, Vlotho und Umgebung"
subdescription="Radius: ca. 30 km um Löhne"
icon={MapPin}
imageSrc="http://img.b2bpic.net/free-vector/flat-design-malaga-map_23-2149048535.jpg"
imageSrc="http://img.b2bpic.net/free-vector/flat-design-malaga-map_23-2149048535.jpg?_wi=1"
imageAlt="Servicegebiet Karte Löhne Region"
mediaAnimation="opacity"
useInvertedBackground={true}

View File

@@ -46,7 +46,7 @@ export default function ProjektePage() {
title: "Moderne Holzterrasse",
subtitle: "Entspannte Outdoor-Oase geschaffen",
description: "Ein veralteter Betonbereich wurde in eine wunderbare Holzterrasse mit modernem Design umgewandelt. Der neue Außenbereich ist perfekt zum Entspannen und für Gartenfeste. Die Holzbearbeitung zeigt unsere handwerkliche Exzellenz.",
imageSrc: "http://img.b2bpic.net/free-photo/garden-center_23-2148013459.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/garden-center_23-2148013459.jpg?_wi=2",
imageAlt: "Holzterrasse Vorher Nachher Transformation",
},
{
@@ -55,7 +55,7 @@ export default function ProjektePage() {
title: "Gepflasterte Einfahrt",
subtitle: "Moderne Optik und Funktionalität",
description: "Eine alte, beschädigte Einfahrt wurde mit hochwertigem Pflaster erneuert. Das Ergebnis ist eine sichere, attraktive und wartungsfreie Einfahrt, die den Gesamteindruck des Grundstücks verbessert. Langlebige Materialien gewährleisten jahrelange Haltbarkeit.",
imageSrc: "http://img.b2bpic.net/free-photo/fumigation_23-2148013411.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fumigation_23-2148013411.jpg?_wi=2",
imageAlt: "Gepflasterte Einfahrt Vorher Nachher",
},
{
@@ -64,7 +64,7 @@ export default function ProjektePage() {
title: "Frischer Rollrasen",
subtitle: "Sofort grüner und attraktiver Garten",
description: "Ein kahles, ungepflegtes Grundstück wurde mit hochwertigem Rollrasen begrünt. Der sofortige Grünflächeneffekt schuf einen einladenden Außenbereich für Familie und Freunde. Perfekt für schnelle Transformationen.",
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-still-life_23-2148127909.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-still-life_23-2148127909.jpg?_wi=2",
imageAlt: "Rollrasen Installation Vorher Nachher",
},
]}
@@ -86,7 +86,7 @@ export default function ProjektePage() {
role: "Hausbesitzerin",
company: "Löhne",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg?_wi=3",
},
{
id: "2",
@@ -94,7 +94,7 @@ export default function ProjektePage() {
role: "Hausbesitzer",
company: "Bad Oeynhausen",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-outside-portrait-young-beautiful-bearded-hispanic-man-blue-shirt-smiling-camera-collecting-salad-leaves-garden-watering-plants-spending-summer-morning-countryside-house_176420-19900.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-outside-portrait-young-beautiful-bearded-hispanic-man-blue-shirt-smiling-camera-collecting-salad-leaves-garden-watering-plants-spending-summer-morning-countryside-house_176420-19900.jpg?_wi=3",
},
{
id: "3",
@@ -102,7 +102,7 @@ export default function ProjektePage() {
role: "Hausbesitzerin",
company: "Herford",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg?_wi=3",
},
{
id: "4",
@@ -110,7 +110,7 @@ export default function ProjektePage() {
role: "Hausbesitzer",
company: "Bünde",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-garden_23-2150771019.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-garden_23-2150771019.jpg?_wi=2",
},
]}
kpiItems={[

View File

@@ -44,7 +44,7 @@ export default function UberUnsPage() {
description="Seit über 5 Jahren transformieren wir Gärten in der Region Löhne mit Leidenschaft und Handwerkskunst."
subdescription="Gegründet mit der Vision, jeden Außenbereich in einen Traumgarten zu verwandeln"
icon={MapPin}
imageSrc="http://img.b2bpic.net/free-vector/flat-design-malaga-map_23-2149048535.jpg"
imageSrc="http://img.b2bpic.net/free-vector/flat-design-malaga-map_23-2149048535.jpg?_wi=2"
imageAlt="Servicegebiet Karte Löhne Region"
mediaAnimation="opacity"
useInvertedBackground={false}