Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -128,7 +128,7 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-126207.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-126207.jpg?_wi=3"
|
||||
imageAlt="Hendon Plumbing & Heating team"
|
||||
logoText="Hendon Plumbing & Heating Ltd"
|
||||
copyrightText="© 2025 Hendon Plumbing & Heating Ltd. All rights reserved."
|
||||
|
||||
@@ -72,7 +72,7 @@ export default function ContactPage() {
|
||||
content: "Yes! We stand behind our work with warranties on both labor and materials. Boiler installations come with extended warranty options for your peace of mind.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990687.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990687.jpg?_wi=2"
|
||||
imageAlt="Professional plumber providing service"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="left"
|
||||
@@ -106,7 +106,7 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-126207.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-126207.jpg?_wi=4"
|
||||
imageAlt="Hendon Plumbing & Heating team"
|
||||
logoText="Hendon Plumbing & Heating Ltd"
|
||||
copyrightText="© 2025 Hendon Plumbing & Heating Ltd. All rights reserved."
|
||||
|
||||
@@ -1,24 +1,50 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { DM_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 { DM_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 dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Hendon Plumbing & Heating - 24/7 Emergency Plumber North London",
|
||||
description: "Trusted 24/7 emergency plumbing and heating services in Hendon and North London. Fast, reliable and affordable solutions for homes and businesses. Call 07360 272102.",
|
||||
keywords: "plumber Hendon, emergency plumber North London, 24 hour plumber Hendon, boiler repair, central heating, leak detection, bathroom plumbing",
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Hendon Plumbing & Heating - 24/7 Emergency Plumber",
|
||||
description: "Professional plumbing and heating services available 24/7 in Hendon and North London",
|
||||
url: "https://hendonplumbing.co.uk",
|
||||
siteName: "Hendon Plumbing & Heating Ltd",
|
||||
type: "website",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Hendon Plumbing & Heating - 24/7 Emergency Plumber",
|
||||
description: "Fast, reliable emergency plumbing and heating services in North London",
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +53,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${dmSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${dmSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +67,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -74,7 +74,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Emergency Plumbing (24/7)",
|
||||
description: "Burst pipes, blockages, and urgent repairs - we respond within the hour",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1",
|
||||
imageAlt: "Emergency plumbing service",
|
||||
button: {
|
||||
text: "Get a Quote",
|
||||
@@ -83,7 +83,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Boiler Repairs & Installation",
|
||||
description: "Expert boiler maintenance, repairs, and new installations with warranty",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-40-solar-panels-plant-elderly-supervisor-overseeing-facility_482257-126656.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-40-solar-panels-plant-elderly-supervisor-overseeing-facility_482257-126656.jpg?_wi=1",
|
||||
imageAlt: "Boiler repair and installation service",
|
||||
button: {
|
||||
text: "Get a Quote",
|
||||
@@ -92,7 +92,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Central Heating Repairs",
|
||||
description: "Diagnose and fix heating system issues to keep your home warm",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-near-heater-home_23-2149335095.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-near-heater-home_23-2149335095.jpg?_wi=1",
|
||||
imageAlt: "Central heating system repair",
|
||||
button: {
|
||||
text: "Get a Quote",
|
||||
@@ -101,7 +101,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Leak Detection & Repair",
|
||||
description: "Advanced leak detection technology to find and fix problems quickly",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expert-using-pressure-measurement-device_482257-91080.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expert-using-pressure-measurement-device_482257-91080.jpg?_wi=1",
|
||||
imageAlt: "Leak detection and repair",
|
||||
button: {
|
||||
text: "Get a Quote",
|
||||
@@ -110,7 +110,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Bathroom Plumbing",
|
||||
description: "Complete bathroom installation and renovation services",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=1",
|
||||
imageAlt: "Bathroom plumbing installation",
|
||||
button: {
|
||||
text: "Get a Quote",
|
||||
@@ -119,7 +119,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Gas Engineering Services",
|
||||
description: "Qualified gas engineers for safe and compliant installations",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg?_wi=1",
|
||||
imageAlt: "Gas engineering services",
|
||||
button: {
|
||||
text: "Get a Quote",
|
||||
@@ -304,7 +304,7 @@ export default function HomePage() {
|
||||
content: "Yes! We stand behind our work with warranties on both labor and materials. Boiler installations come with extended warranty options for your peace of mind.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990687.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990687.jpg?_wi=1"
|
||||
imageAlt="Professional plumber providing service"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="left"
|
||||
@@ -338,7 +338,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-126207.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-126207.jpg?_wi=1"
|
||||
imageAlt="Hendon Plumbing & Heating team"
|
||||
logoText="Hendon Plumbing & Heating Ltd"
|
||||
copyrightText="© 2025 Hendon Plumbing & Heating Ltd. All rights reserved."
|
||||
|
||||
@@ -47,7 +47,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Emergency Plumbing (24/7)",
|
||||
description: "Burst pipes, blockages, and urgent repairs - we respond within the hour for critical issues affecting your home or business.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2",
|
||||
imageAlt: "Emergency plumbing service",
|
||||
button: {
|
||||
text: "Get a Quote",
|
||||
@@ -56,7 +56,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Boiler Repairs & Installation",
|
||||
description: "Expert boiler maintenance, repairs, and new installations with comprehensive warranty coverage for peace of mind.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-40-solar-panels-plant-elderly-supervisor-overseeing-facility_482257-126656.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-40-solar-panels-plant-elderly-supervisor-overseeing-facility_482257-126656.jpg?_wi=2",
|
||||
imageAlt: "Boiler repair and installation service",
|
||||
button: {
|
||||
text: "Get a Quote",
|
||||
@@ -65,7 +65,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Central Heating Repairs",
|
||||
description: "Diagnose and fix heating system issues to keep your home warm and comfortable throughout the year.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-near-heater-home_23-2149335095.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-near-heater-home_23-2149335095.jpg?_wi=2",
|
||||
imageAlt: "Central heating system repair",
|
||||
button: {
|
||||
text: "Get a Quote",
|
||||
@@ -74,7 +74,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Leak Detection & Repair",
|
||||
description: "Advanced leak detection technology to find and fix problems quickly, preventing costly water damage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expert-using-pressure-measurement-device_482257-91080.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expert-using-pressure-measurement-device_482257-91080.jpg?_wi=2",
|
||||
imageAlt: "Leak detection and repair",
|
||||
button: {
|
||||
text: "Get a Quote",
|
||||
@@ -83,7 +83,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Bathroom Plumbing",
|
||||
description: "Complete bathroom installation and renovation services including fixtures, fittings, and modern design integration.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=2",
|
||||
imageAlt: "Bathroom plumbing installation",
|
||||
button: {
|
||||
text: "Get a Quote",
|
||||
@@ -92,7 +92,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Gas Engineering Services",
|
||||
description: "Qualified gas engineers for safe and compliant installations, repairs, and maintenance of all gas systems.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg?_wi=2",
|
||||
imageAlt: "Gas engineering services",
|
||||
button: {
|
||||
text: "Get a Quote",
|
||||
@@ -154,7 +154,7 @@ export default function ServicesPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-126207.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-126207.jpg?_wi=2"
|
||||
imageAlt="Hendon Plumbing & Heating team"
|
||||
logoText="Hendon Plumbing & Heating Ltd"
|
||||
copyrightText="© 2025 Hendon Plumbing & Heating Ltd. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user