Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-12 18:27:07 +00:00
5 changed files with 66 additions and 30 deletions

View File

@@ -80,7 +80,7 @@ export default function AboutPage() {
title="Über Galabau Mehl"
description="15 Jahre Erfahrung in professionellem Garten- und Landschaftsbau. Wir verwandeln Gärten mit Leidenschaft, Fachkompetenz und höchster Qualität."
tag="Unser Unternehmen"
imageSrc="http://img.b2bpic.net/free-photo/man-collects-leaves-cleans-park_1157-27409.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-collects-leaves-cleans-park_1157-27409.jpg?_wi=3"
imageAlt="Professional landscaping work"
showBlur={true}
showDimOverlay={true}

View File

@@ -1,24 +1,58 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Open_Sans } 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 { Open_Sans } 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 openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Galabau Mehl - Gartenbau & Landschaftsbau Löhne",
description: "Professioneller Garten- und Landschaftsbau in Löhne. Terrassenbau, Pflasterarbeiten, Gartengestaltung, Rollrasen. Kostenlose Beratung. Tel: 05732 9994678",
keywords: "Gartenbau Löhne, Landschaftsbau, Pflasterarbeiten, Gartengestaltung, Terrassenbau, Rollrasen, Bad Oeynhausen, Herford",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Galabau Mehl - Professioneller Garten- und Landschaftsbau",
description: "Wir gestalten Ihren Traumgarten. Kostenlose Beratung für Gartenprojekte in Löhne und Umgebung.",
type: "website",
siteName: "Galabau Mehl",
images: [
{
url: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg",
alt: "Beautiful garden landscape design",
},
],
},
twitter: {
card: "summary_large_image",
title: "Galabau Mehl - Gartenbau & Landschaftsbau",
description: "Professioneller Garten- und Landschaftsbau in Löhne. Jetzt kostenloses Angebot anfragen!",
images: [
"http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg",
],
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +61,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${openSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +75,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -105,7 +105,7 @@ export default function HomePage() {
name: "Gartengestaltung",
price: "Ab €500",
variant: "Planung & Umsetzung",
imageSrc: "http://img.b2bpic.net/free-photo/two-focused-florists-caring-blooming-plants-greenhouse-wearing-aprons_74855-16477.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-focused-florists-caring-blooming-plants-greenhouse-wearing-aprons_74855-16477.jpg?_wi=1",
imageAlt: "Professional garden design",
},
{
@@ -113,7 +113,7 @@ export default function HomePage() {
name: "Pflasterarbeiten",
price: "Ab €800",
variant: "Einfahrten, Wege, Terrassen",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-road-line-with-drain_23-2148106999.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-road-line-with-drain_23-2148106999.jpg?_wi=1",
imageAlt: "Professional paving work",
},
{
@@ -121,7 +121,7 @@ export default function HomePage() {
name: "Terrassenbau",
price: "Ab €1.200",
variant: "Holz & WPC Terrassen",
imageSrc: "http://img.b2bpic.net/free-photo/women-wearing-masks-playing-laptops-stairs_1150-22752.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/women-wearing-masks-playing-laptops-stairs_1150-22752.jpg?_wi=1",
imageAlt: "Terrace construction",
},
{
@@ -129,7 +129,7 @@ export default function HomePage() {
name: "Rollrasen",
price: "Ab €300",
variant: "Rasenverlegen & Pflege",
imageSrc: "http://img.b2bpic.net/free-photo/womans-hands-gloves-planting-young-plant_1157-37100.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/womans-hands-gloves-planting-young-plant_1157-37100.jpg?_wi=1",
imageAlt: "Lawn installation",
},
{
@@ -137,7 +137,7 @@ export default function HomePage() {
name: "Entwässerung",
price: "Ab €600",
variant: "Gartenentwässerung & Planierung",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-man-s-hand-digging-soil-with-hoe_23-2148165180.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-man-s-hand-digging-soil-with-hoe_23-2148165180.jpg?_wi=1",
imageAlt: "Drainage systems",
},
{
@@ -145,7 +145,7 @@ export default function HomePage() {
name: "Gartenpflege",
price: "Ab €150/Monat",
variant: "Regelmäßige Instandhaltung",
imageSrc: "http://img.b2bpic.net/free-photo/man-collects-leaves-cleans-park_1157-27409.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-collects-leaves-cleans-park_1157-27409.jpg?_wi=1",
imageAlt: "Garden maintenance",
},
]}
@@ -168,7 +168,7 @@ export default function HomePage() {
role: "Familie Schmidt",
company: "Bad Oeynhausen",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg?_wi=1",
imageAlt: "Terrace project completion",
},
{
@@ -177,7 +177,7 @@ export default function HomePage() {
role: "Herr Weber",
company: "Löhne",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/kid-garden_53876-26270.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/kid-garden_53876-26270.jpg?_wi=1",
imageAlt: "Garden transformation",
},
{
@@ -186,7 +186,7 @@ export default function HomePage() {
role: "Familie Müller",
company: "Herford",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13810.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13810.jpg?_wi=1",
imageAlt: "Driveway paving project",
},
{
@@ -195,7 +195,7 @@ export default function HomePage() {
role: "Herr Wagner",
company: "Bünde",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-s-hand-cutting-plant-with-secateurs_23-2148165259.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-s-hand-cutting-plant-with-secateurs_23-2148165259.jpg?_wi=1",
imageAlt: "Lawn installation project",
},
]}

View File

@@ -81,7 +81,7 @@ export default function ProjectsPage() {
title="Unsere Projekte"
description="Sehen Sie die Transformation von Gärten in Löhne und Umgebung professionelle Gartengestaltung, die Ihre Erwartungen übertrifft."
tag="Projektgalerie"
imageSrc="http://img.b2bpic.net/free-photo/kid-garden_53876-26270.jpg"
imageSrc="http://img.b2bpic.net/free-photo/kid-garden_53876-26270.jpg?_wi=2"
imageAlt="Beautiful garden projects showcase"
showBlur={true}
showDimOverlay={true}
@@ -111,7 +111,7 @@ export default function ProjectsPage() {
role: "Familie Schmidt",
company: "Bad Oeynhausen",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg?_wi=2",
imageAlt: "Terrace project completion",
},
{
@@ -120,7 +120,7 @@ export default function ProjectsPage() {
role: "Herr Weber",
company: "Löhne",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/kid-garden_53876-26270.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/kid-garden_53876-26270.jpg?_wi=3",
imageAlt: "Garden transformation",
},
{
@@ -129,7 +129,7 @@ export default function ProjectsPage() {
role: "Familie Müller",
company: "Herford",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13810.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13810.jpg?_wi=2",
imageAlt: "Driveway paving project",
},
{
@@ -138,7 +138,7 @@ export default function ProjectsPage() {
role: "Herr Wagner",
company: "Bünde",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-s-hand-cutting-plant-with-secateurs_23-2148165259.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-s-hand-cutting-plant-with-secateurs_23-2148165259.jpg?_wi=2",
imageAlt: "Lawn installation project",
},
]}

View File

@@ -49,7 +49,7 @@ export default function ServicesPage() {
name: "Gartengestaltung & Planung",
price: "Ab €500",
variant: "Individuelle Konzepte & Umsetzung",
imageSrc: "http://img.b2bpic.net/free-photo/two-focused-florists-caring-blooming-plants-greenhouse-wearing-aprons_74855-16477.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-focused-florists-caring-blooming-plants-greenhouse-wearing-aprons_74855-16477.jpg?_wi=2",
imageAlt: "Professional garden design service",
},
{
@@ -57,7 +57,7 @@ export default function ServicesPage() {
name: "Professionelle Pflasterarbeiten",
price: "Ab €800",
variant: "Einfahrten, Gehwege, Außenanlagen",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-road-line-with-drain_23-2148106999.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-road-line-with-drain_23-2148106999.jpg?_wi=2",
imageAlt: "Expert paving and pathway work",
},
{
@@ -65,7 +65,7 @@ export default function ServicesPage() {
name: "Terrassenbau & Holzarbeiten",
price: "Ab €1.200",
variant: "Holzterrassen, WPC-Decks, Pergolen",
imageSrc: "http://img.b2bpic.net/free-photo/women-wearing-masks-playing-laptops-stairs_1150-22752.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/women-wearing-masks-playing-laptops-stairs_1150-22752.jpg?_wi=2",
imageAlt: "Premium terrace construction",
},
{
@@ -73,7 +73,7 @@ export default function ServicesPage() {
name: "Rollrasen Verlegung",
price: "Ab €300",
variant: "Sofort grüne Rasenflächen",
imageSrc: "http://img.b2bpic.net/free-photo/womans-hands-gloves-planting-young-plant_1157-37100.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/womans-hands-gloves-planting-young-plant_1157-37100.jpg?_wi=2",
imageAlt: "Professional sod installation",
},
{
@@ -81,7 +81,7 @@ export default function ServicesPage() {
name: "Entwässerungssysteme",
price: "Ab €600",
variant: "Professionelle Wassermanagement-Lösungen",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-man-s-hand-digging-soil-with-hoe_23-2148165180.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-man-s-hand-digging-soil-with-hoe_23-2148165180.jpg?_wi=2",
imageAlt: "Advanced drainage systems",
},
{
@@ -89,7 +89,7 @@ export default function ServicesPage() {
name: "Gartenpflege & Wartung",
price: "Ab €150/Monat",
variant: "Regelmäßige Instandhaltung & Betreuung",
imageSrc: "http://img.b2bpic.net/free-photo/man-collects-leaves-cleans-park_1157-27409.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-collects-leaves-cleans-park_1157-27409.jpg?_wi=2",
imageAlt: "Ongoing garden maintenance service",
},
]}