Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-12 13:47:52 +00:00
4 changed files with 93 additions and 58 deletions

View File

@@ -1,28 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Libre_Baskerville } 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 { Libre_Baskerville } 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 libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville",
subsets: ["latin"],
weight: ["400", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Büdenbender - Premium Dachdecker in Siegen, Köln & Kerpen",
description: "Hochwertige Dachdeckerarbeiten von Handwerksmeistern. Flach- und Steildach, Fassadenbau, Zimmerei. Professionell. Zuverlässig. Garantiert.",
keywords: "Dachdecker, Siegen, Köln, Kerpen, Dachdeckermeister, Flachdach, Steildach, Fassade, Handwerk, Premium",
metadataBase: new URL("https://www.gutgedacht.de"),
alternates: {
canonical: "https://www.gutgedacht.de",
},
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Büdenbender - Premium Dachdecker in Siegen, Köln & Kerpen",
description: "Höchste Qualität im Dach-, Fassaden- und Zimmererhandwerk. Kostenlose Beratung vor Ort.",
url: "https://www.gutgedacht.de",
siteName: "Büdenbender Dachtechnik",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/low-view-man-working-roof-with-drill_23-2148748773.jpg",
alt: "Büdenbender Premium Dachdeckerarbeiten",
},
],
},
twitter: {
card: "summary_large_image",
title: "Büdenbender - Premium Dachdecker",
description: "Handwerkskunst von höchster Qualität in Siegen, Köln und Kerpen.",
images: ["http://img.b2bpic.net/free-photo/low-view-man-working-roof-with-drill_23-2148748773.jpg"],
},
};
export default function RootLayout({
children,
@@ -32,7 +65,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${libreBaskerville.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -44,4 +79,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -67,11 +67,11 @@ export default function ServicesPage() {
icon: Home,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-working-roof_23-2148748777.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-working-roof_23-2148748777.jpg?_wi=3",
imageAlt: "Steildacheindeckung mit Schiefer",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-working-roof_23-2148748777.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-working-roof_23-2148748777.jpg?_wi=4",
imageAlt: "Traditionelle Dachziegel Installation",
},
],
@@ -82,11 +82,11 @@ export default function ServicesPage() {
icon: Square,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/feet-escalator-urban-motion-topdown-view_169016-68492.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/feet-escalator-urban-motion-topdown-view_169016-68492.jpg?_wi=3",
imageAlt: "Modernes Flachdach System",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/feet-escalator-urban-motion-topdown-view_169016-68492.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/feet-escalator-urban-motion-topdown-view_169016-68492.jpg?_wi=4",
imageAlt: "Flachdach Membrane Installation",
},
],
@@ -97,11 +97,11 @@ export default function ServicesPage() {
icon: Building2,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/facade-modern-urban-building_122409-5.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/facade-modern-urban-building_122409-5.jpg?_wi=3",
imageAlt: "Premium Schieferfassade",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/facade-modern-urban-building_122409-5.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/facade-modern-urban-building_122409-5.jpg?_wi=4",
imageAlt: "Moderne Fassadenlösung",
},
],
@@ -112,11 +112,11 @@ export default function ServicesPage() {
icon: Hammer,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-schematics_23-2148269844.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-schematics_23-2148269844.jpg?_wi=6",
imageAlt: "Zimmererarbeiten im Detail",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-schematics_23-2148269844.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-schematics_23-2148269844.jpg?_wi=7",
imageAlt: "Professionelle Zimmerei Installation",
},
],
@@ -170,11 +170,11 @@ export default function ServicesPage() {
icon: Award,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/bank-worker-offering-loan-agreement-focus-document-close-up_1163-4278.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bank-worker-offering-loan-agreement-focus-document-close-up_1163-4278.jpg?_wi=5",
imageAlt: "Qualitätszertifikat",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/bank-worker-offering-loan-agreement-focus-document-close-up_1163-4278.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bank-worker-offering-loan-agreement-focus-document-close-up_1163-4278.jpg?_wi=6",
imageAlt: "Handwerkszertifizierung",
},
],
@@ -185,11 +185,11 @@ export default function ServicesPage() {
icon: CheckCircle,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks-working-tablet-computer_342744-441.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks-working-tablet-computer_342744-441.jpg?_wi=3",
imageAlt: "Materialprüfung vor Verarbeitung",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks-working-tablet-computer_342744-441.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks-working-tablet-computer_342744-441.jpg?_wi=4",
imageAlt: "Qualitätskontrolle Detail",
},
],
@@ -200,11 +200,11 @@ export default function ServicesPage() {
icon: Clipboard,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-schematics_23-2148269844.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-schematics_23-2148269844.jpg?_wi=8",
imageAlt: "Professionelle Projektplanung",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-schematics_23-2148269844.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-schematics_23-2148269844.jpg?_wi=9",
imageAlt: "Kundenbesprechung vor Ort",
},
],
@@ -215,11 +215,11 @@ export default function ServicesPage() {
icon: Shield,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/bank-worker-offering-loan-agreement-focus-document-close-up_1163-4278.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bank-worker-offering-loan-agreement-focus-document-close-up_1163-4278.jpg?_wi=7",
imageAlt: "Garantiebestätigung",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/bank-worker-offering-loan-agreement-focus-document-close-up_1163-4278.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bank-worker-offering-loan-agreement-focus-document-close-up_1163-4278.jpg?_wi=8",
imageAlt: "Gewährleistungsurkunde",
},
],
@@ -243,7 +243,7 @@ export default function ServicesPage() {
role: "Hausbesitzer",
company: "Siegen",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg?_wi=4",
imageAlt: "Michael Schneider - Zufriedener Kunde",
},
{
@@ -252,7 +252,7 @@ export default function ServicesPage() {
role: "Immobilieneigentümerin",
company: "Köln",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-blonde-young-businesswoman-standing-against-gray-background_23-2148029507.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-blonde-young-businesswoman-standing-against-gray-background_23-2148029507.jpg?_wi=4",
imageAlt: "Dr. Sandra Müller - Premium Kundin",
},
{
@@ -261,7 +261,7 @@ export default function ServicesPage() {
role: "Projektmanager",
company: "Kerpen",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-holding-cup-coffee_23-2147955375.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-holding-cup-coffee_23-2147955375.jpg?_wi=3",
imageAlt: "Klaus Weber - Geschäftskunde",
},
{
@@ -270,7 +270,7 @@ export default function ServicesPage() {
role: "Architektin",
company: "Köln",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg?_wi=2",
imageAlt: "Anke Hoffmann - Professionelle Referenz",
},
]}

View File

@@ -128,11 +128,11 @@ export default function HomePage() {
icon: Home,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-working-roof_23-2148748777.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-working-roof_23-2148748777.jpg?_wi=1",
imageAlt: "Steildacheindeckung mit Schiefer",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-working-roof_23-2148748777.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-working-roof_23-2148748777.jpg?_wi=2",
imageAlt: "Traditionelle Dachziegel Installation",
},
],
@@ -143,11 +143,11 @@ export default function HomePage() {
icon: Square,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/feet-escalator-urban-motion-topdown-view_169016-68492.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/feet-escalator-urban-motion-topdown-view_169016-68492.jpg?_wi=1",
imageAlt: "Modernes Flachdach System",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/feet-escalator-urban-motion-topdown-view_169016-68492.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/feet-escalator-urban-motion-topdown-view_169016-68492.jpg?_wi=2",
imageAlt: "Flachdach Membrane Installation",
},
],
@@ -158,11 +158,11 @@ export default function HomePage() {
icon: Building2,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/facade-modern-urban-building_122409-5.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/facade-modern-urban-building_122409-5.jpg?_wi=1",
imageAlt: "Premium Schieferfassade",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/facade-modern-urban-building_122409-5.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/facade-modern-urban-building_122409-5.jpg?_wi=2",
imageAlt: "Moderne Fassadenlösung",
},
],
@@ -173,11 +173,11 @@ export default function HomePage() {
icon: Hammer,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-schematics_23-2148269844.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-schematics_23-2148269844.jpg?_wi=1",
imageAlt: "Zimmererarbeiten im Detail",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-schematics_23-2148269844.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-schematics_23-2148269844.jpg?_wi=2",
imageAlt: "Professionelle Zimmerei Installation",
},
],
@@ -231,11 +231,11 @@ export default function HomePage() {
icon: Award,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/bank-worker-offering-loan-agreement-focus-document-close-up_1163-4278.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bank-worker-offering-loan-agreement-focus-document-close-up_1163-4278.jpg?_wi=1",
imageAlt: "Qualitätszertifikat",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/bank-worker-offering-loan-agreement-focus-document-close-up_1163-4278.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bank-worker-offering-loan-agreement-focus-document-close-up_1163-4278.jpg?_wi=2",
imageAlt: "Handwerkszertifizierung",
},
],
@@ -246,11 +246,11 @@ export default function HomePage() {
icon: CheckCircle,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks-working-tablet-computer_342744-441.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks-working-tablet-computer_342744-441.jpg?_wi=1",
imageAlt: "Materialprüfung vor Verarbeitung",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks-working-tablet-computer_342744-441.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks-working-tablet-computer_342744-441.jpg?_wi=2",
imageAlt: "Qualitätskontrolle Detail",
},
],
@@ -261,11 +261,11 @@ export default function HomePage() {
icon: Clipboard,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-schematics_23-2148269844.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-schematics_23-2148269844.jpg?_wi=3",
imageAlt: "Professionelle Projektplanung",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-schematics_23-2148269844.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-schematics_23-2148269844.jpg?_wi=4",
imageAlt: "Kundenbesprechung vor Ort",
},
],
@@ -276,11 +276,11 @@ export default function HomePage() {
icon: Shield,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/bank-worker-offering-loan-agreement-focus-document-close-up_1163-4278.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bank-worker-offering-loan-agreement-focus-document-close-up_1163-4278.jpg?_wi=3",
imageAlt: "Garantiebestätigung",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/bank-worker-offering-loan-agreement-focus-document-close-up_1163-4278.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bank-worker-offering-loan-agreement-focus-document-close-up_1163-4278.jpg?_wi=4",
imageAlt: "Gewährleistungsurkunde",
},
],
@@ -304,7 +304,7 @@ export default function HomePage() {
role: "Hausbesitzer",
company: "Siegen",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg?_wi=1",
imageAlt: "Michael Schneider - Zufriedener Kunde",
},
{
@@ -313,7 +313,7 @@ export default function HomePage() {
role: "Immobilieneigentümerin",
company: "Köln",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-blonde-young-businesswoman-standing-against-gray-background_23-2148029507.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-blonde-young-businesswoman-standing-against-gray-background_23-2148029507.jpg?_wi=1",
imageAlt: "Dr. Sandra Müller - Premium Kundin",
},
{
@@ -322,7 +322,7 @@ export default function HomePage() {
role: "Projektmanager",
company: "Kerpen",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-holding-cup-coffee_23-2147955375.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-holding-cup-coffee_23-2147955375.jpg?_wi=1",
imageAlt: "Klaus Weber - Geschäftskunde",
},
{
@@ -331,7 +331,7 @@ export default function HomePage() {
role: "Architektin",
company: "Köln",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg?_wi=1",
imageAlt: "Anke Hoffmann - Professionelle Referenz",
},
{
@@ -340,7 +340,7 @@ export default function HomePage() {
role: "Facility Manager",
company: "Siegen",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg?_wi=2",
imageAlt: "Thomas Keller - Corporate Kunde",
},
{
@@ -349,7 +349,7 @@ export default function HomePage() {
role: "Hausbesitzerin",
company: "Kerpen",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-blonde-young-businesswoman-standing-against-gray-background_23-2148029507.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-blonde-young-businesswoman-standing-against-gray-background_23-2148029507.jpg?_wi=2",
imageAlt: "Petra Schäfer - Langzeitkundin",
},
]}

View File

@@ -77,7 +77,7 @@ export default function AboutPage() {
title="Über Büdenbender - Generationen von Handwerkskunst"
description="Ein mittelständisches Unternehmen mit Tradition, Leidenschaft und Vision. Wir sind spezialisiert auf Premium-Dachdeckerarbeiten, Fassadenbau und Zimmerei in Siegen, Köln und Kerpen."
tag="Unser Unternehmen"
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-holding-schematics_23-2148269844.jpg"
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-holding-schematics_23-2148269844.jpg?_wi=5"
imageAlt="Büdenbender Handwerksteam bei der Arbeit"
showBlur={true}
showDimOverlay={true}
@@ -136,7 +136,7 @@ export default function AboutPage() {
role: "Hausbesitzer",
company: "Siegen",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg?_wi=3",
imageAlt: "Michael Schneider - Zufriedener Kunde",
},
{
@@ -145,7 +145,7 @@ export default function AboutPage() {
role: "Immobilieneigentümerin",
company: "Köln",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-blonde-young-businesswoman-standing-against-gray-background_23-2148029507.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-blonde-young-businesswoman-standing-against-gray-background_23-2148029507.jpg?_wi=3",
imageAlt: "Dr. Sandra Müller - Premium Kundin",
},
{
@@ -154,7 +154,7 @@ export default function AboutPage() {
role: "Projektmanager",
company: "Kerpen",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-holding-cup-coffee_23-2147955375.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-holding-cup-coffee_23-2147955375.jpg?_wi=2",
imageAlt: "Klaus Weber - Geschäftskunde",
},
]}