Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-13 21:33:04 +00:00
5 changed files with 68 additions and 34 deletions

View File

@@ -71,7 +71,7 @@ export default function AboutPage() {
slides={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg",
"http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=4",
imageAlt: "About Matt Webb - Local plumbing and heating expert",
},
]}
@@ -105,7 +105,7 @@ export default function AboutPage() {
description:
"Deep expertise in residential plumbing and heating systems. We've earned trust through consistent quality and reliability.",
imageSrc:
"http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg",
"http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=5",
imageAlt: "Experienced professional",
},
{
@@ -114,7 +114,7 @@ export default function AboutPage() {
description:
"Proud members of the local community. We understand your needs and stand behind our work.",
imageSrc:
"http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990736.jpg",
"http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990736.jpg?_wi=4",
imageAlt: "Local service",
},
{
@@ -123,7 +123,7 @@ export default function AboutPage() {
description:
"Full compliance with safety standards. All heating work is certified and guaranteed.",
imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg",
"http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=4",
imageAlt: "Safety certified",
},
{
@@ -132,7 +132,7 @@ export default function AboutPage() {
description:
"No hidden charges. We provide free quotes and explain all costs upfront.",
imageSrc:
"http://img.b2bpic.net/free-photo/man-turning-off-thermostat-energy-crisis_23-2150061799.jpg",
"http://img.b2bpic.net/free-photo/man-turning-off-thermostat-energy-crisis_23-2150061799.jpg?_wi=3",
imageAlt: "Fair pricing",
},
]}

View File

@@ -70,7 +70,7 @@ export default function ContactPage() {
slides={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg",
"http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=6",
imageAlt: "Contact Matt Webb - Local plumbing and heating services",
},
]}
@@ -110,7 +110,7 @@ export default function ContactPage() {
description:
"Call us 24/7 for emergency or non-emergency service. Local team, quick response.",
imageSrc:
"http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990736.jpg",
"http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990736.jpg?_wi=5",
imageAlt: "Phone contact",
},
{
@@ -119,7 +119,7 @@ export default function ContactPage() {
description:
"Send us an email describing your plumbing or heating issue. We'll respond within 24 hours.",
imageSrc:
"http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg",
"http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=7",
imageAlt: "Email contact",
},
]}
@@ -142,7 +142,7 @@ export default function ContactPage() {
description:
"Emergency plumbing and heating calls anytime, day or night. Non-emergency appointments Monday-Saturday, 8am-6pm.",
imageSrc:
"http://img.b2bpic.net/free-photo/man-turning-off-thermostat-energy-crisis_23-2150061799.jpg",
"http://img.b2bpic.net/free-photo/man-turning-off-thermostat-energy-crisis_23-2150061799.jpg?_wi=4",
imageAlt: "Service hours",
},
{
@@ -151,7 +151,7 @@ export default function ContactPage() {
description:
"We serve the entire local community and surrounding areas. Call to confirm your location is covered.",
imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg",
"http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=5",
imageAlt: "Service area",
},
]}

View File

@@ -1,24 +1,56 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Source_Sans_3 } 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 { Source_Sans_3 } 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 sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Matt Webb Plumbing & Heating - Local Expert Services",
description: "Reliable emergency plumbing and heating services in your local area. 24/7 availability, free quotes. Boiler repair, installations, radiators & more.",
keywords: "plumber near me, emergency plumbing, boiler repair, heating engineer, radiator repair, central heating, local plumber",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Matt Webb Heating & Plumbing - Local Expert Services",
description: "Professional plumbing and heating repairs. Available 24/7 for emergencies. Free quotes, fair pricing, local service.",
siteName: "Matt Webb Heating & Plumbing",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg",
alt: "Professional plumbing and heating service",
},
],
},
twitter: {
card: "summary_large_image",
title: "Matt Webb Heating & Plumbing",
description: "Local emergency plumbing and heating services available 24/7",
images: ["http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg"],
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +59,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${sourceSans3.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${sourceSans3.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +73,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -50,7 +50,7 @@ export default function HomePage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=1",
imageAlt: "Professional plumber providing reliable service",
},
]}
@@ -87,35 +87,35 @@ export default function HomePage() {
id: "boiler-service",
title: "Boiler Installation & Repair",
description: "Expert installation and maintenance of modern heating systems for optimal efficiency and reliability.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=1",
imageAlt: "Boiler installation and repair service",
},
{
id: "emergency-plumbing",
title: "24/7 Emergency Plumbing",
description: "Rapid response to burst pipes, leaks, and flooding. Available day and night for urgent repairs.",
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990736.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990736.jpg?_wi=1",
imageAlt: "Emergency plumbing response",
},
{
id: "radiator-service",
title: "Radiator Installation & Repair",
description: "Complete radiator services including installation, repair, and maintenance for consistent home comfort.",
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367580.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367580.jpg?_wi=1",
imageAlt: "Radiator installation and repair",
},
{
id: "central-heating",
title: "Central Heating Services",
description: "Full system diagnostics, repairs, and upgrades to keep your home warm and efficient.",
imageSrc: "http://img.b2bpic.net/free-photo/man-turning-off-thermostat-energy-crisis_23-2150061799.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-turning-off-thermostat-energy-crisis_23-2150061799.jpg?_wi=1",
imageAlt: "Central heating system service",
},
{
id: "general-plumbing",
title: "General Plumbing",
description: "Leak repairs, drain cleaning, tap installation, and all household plumbing maintenance.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg?_wi=1",
imageAlt: "General plumbing services",
},
]}
@@ -205,14 +205,14 @@ export default function HomePage() {
id: "local-coverage",
title: "Local Expertise",
description: "25+ years of experience serving homeowners in the community. We know local building codes and customer needs.",
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=2",
imageAlt: "Local plumbing expert",
},
{
id: "rapid-response",
title: "Rapid Response",
description: "Call us anytime. With our local base, we reach you faster than national chains.",
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990736.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990736.jpg?_wi=2",
imageAlt: "Emergency rapid response",
},
]}

View File

@@ -45,7 +45,7 @@ export default function ServicesPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=3",
imageAlt: "Professional plumbing and heating services",
},
]}
@@ -64,49 +64,49 @@ export default function ServicesPage() {
id: "boiler-install",
title: "Boiler Installation",
description: "Professional installation of modern, efficient boiler systems. Full testing and Gas Safe certification included.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=2",
imageAlt: "Boiler installation",
},
{
id: "boiler-repair",
title: "Boiler Repair",
description: "Fast diagnosis and repair of boiler problems. We service all major brands.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=3",
imageAlt: "Boiler repair",
},
{
id: "central-heat-repair",
title: "Central Heating Repair",
description: "Complete heating system diagnostics and repair. Thermostat upgrades and system optimization.",
imageSrc: "http://img.b2bpic.net/free-photo/man-turning-off-thermostat-energy-crisis_23-2150061799.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-turning-off-thermostat-energy-crisis_23-2150061799.jpg?_wi=2",
imageAlt: "Central heating repair",
},
{
id: "radiator-install",
title: "Radiator Installation",
description: "Professional radiator installation with system balancing and testing.",
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367580.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367580.jpg?_wi=2",
imageAlt: "Radiator installation",
},
{
id: "radiator-repair",
title: "Radiator Repair",
description: "Leak repairs, bleeding, and maintenance to keep radiators working efficiently.",
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367580.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367580.jpg?_wi=3",
imageAlt: "Radiator repair",
},
{
id: "emergency-plumb",
title: "Emergency Plumbing",
description: "24/7 rapid response to burst pipes, floods, and urgent plumbing failures.",
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990736.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990736.jpg?_wi=3",
imageAlt: "Emergency plumbing",
},
{
id: "general-plumb",
title: "General Plumbing",
description: "Leaks, drains, taps, toilets, showers, and all household plumbing needs.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg?_wi=2",
imageAlt: "General plumbing",
},
]}