diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 105e989..ca6347c 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -36,8 +36,8 @@ export default function AboutPage() {
@@ -63,22 +63,13 @@ export default function AboutPage() {
description="Two decades of trusted service to Ludlow community"
metrics={[
{
- id: "1",
- value: "20+",
- title: "Years Operating in Ludlow",
- items: ["Since 2003", "Continuous growth", "Expanding expertise"],
+ id: "1", value: "20+", title: "Years Operating in Ludlow", items: ["Since 2003", "Continuous growth", "Expanding expertise"],
},
{
- id: "2",
- value: "500+",
- title: "Satisfied Customers",
- items: ["Residential clients", "Commercial partnerships", "Repeat business"],
+ id: "2", value: "500+", title: "Satisfied Customers", items: ["Residential clients", "Commercial partnerships", "Repeat business"],
},
{
- id: "3",
- value: "50+",
- title: "Skilled Technicians",
- items: ["Gas Safe certified", "Fully trained", "Local employment"],
+ id: "3", value: "50+", title: "Skilled Technicians", items: ["Gas Safe certified", "Fully trained", "Local employment"],
},
]}
animationType="slide-up"
@@ -99,53 +90,17 @@ export default function AboutPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah Mitchell",
- handle: "Homeowner, Ludlow",
- testimonial: "Ludlow Plumbing arrived within 30 minutes for our emergency leak. Professional, efficient, and reasonably priced. Highly recommend!",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7",
- imageAlt: "Sarah Mitchell",
- },
+ id: "1", name: "Sarah Mitchell", handle: "Homeowner, Ludlow", testimonial: "Ludlow Plumbing arrived within 30 minutes for our emergency leak. Professional, efficient, and reasonably priced. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", imageAlt: "Sarah Mitchell"},
{
- id: "2",
- name: "David Chen",
- handle: "Business Owner, Ludlow",
- testimonial: "We've used them for our restaurant for three years. Reliable, trustworthy, and always go the extra mile. Great local business!",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8",
- imageAlt: "David Chen",
- },
+ id: "2", name: "David Chen", handle: "Business Owner, Ludlow", testimonial: "We've used them for our restaurant for three years. Reliable, trustworthy, and always go the extra mile. Great local business!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8", imageAlt: "David Chen"},
{
- id: "3",
- name: "Emma Roberts",
- handle: "Property Manager, Ludlow",
- testimonial: "Fantastic bathroom renovation work. They completed the project on time and on budget. Excellent craftsmanship and attention to detail.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9",
- imageAlt: "Emma Roberts",
- },
+ id: "3", name: "Emma Roberts", handle: "Property Manager, Ludlow", testimonial: "Fantastic bathroom renovation work. They completed the project on time and on budget. Excellent craftsmanship and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9", imageAlt: "Emma Roberts"},
{
- id: "4",
- name: "Michael Thompson",
- handle: "Homeowner, Ludlow",
- testimonial: "Called for an emergency boiler repair on a Sunday. They came out immediately and fixed it perfectly. Outstanding service!",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=10",
- imageAlt: "Michael Thompson",
- },
+ id: "4", name: "Michael Thompson", handle: "Homeowner, Ludlow", testimonial: "Called for an emergency boiler repair on a Sunday. They came out immediately and fixed it perfectly. Outstanding service!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=10", imageAlt: "Michael Thompson"},
{
- id: "5",
- name: "Catherine Walsh",
- handle: "Office Manager, Ludlow",
- testimonial: "Professional team who completed our office plumbing upgrade with minimal disruption. Very impressed with their work ethic.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=11",
- imageAlt: "Catherine Walsh",
- },
+ id: "5", name: "Catherine Walsh", handle: "Office Manager, Ludlow", testimonial: "Professional team who completed our office plumbing upgrade with minimal disruption. Very impressed with their work ethic.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=11", imageAlt: "Catherine Walsh"},
{
- id: "6",
- name: "James Patterson",
- handle: "Property Owner, Ludlow",
- testimonial: "Best plumbers in Ludlow. They've done multiple jobs for us - always reliable, professional, and fairly priced. Wouldn't use anyone else!",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=12",
- imageAlt: "James Patterson",
- },
+ id: "6", name: "James Patterson", handle: "Property Owner, Ludlow", testimonial: "Best plumbers in Ludlow. They've done multiple jobs for us - always reliable, professional, and fairly priced. Wouldn't use anyone else!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=12", imageAlt: "James Patterson"},
]}
speed={40}
/>
@@ -161,4 +116,4 @@ export default function AboutPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 91dde70..b2b76d2 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -35,8 +35,8 @@ export default function ContactPage() {
@@ -52,7 +52,7 @@ export default function ContactPage() {
showBlur={true}
showDimOverlay={true}
buttons={[
- { text: "Emergency: Call 01584 XXX XXX", href: "tel:+441584000000" },
+ { text: "Emergency: (680) 867-2218", href: "tel:+16808672218" },
{ text: "Book Online", href: "#booking" },
]}
/>
@@ -63,34 +63,19 @@ export default function ContactPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 354b30c..92bfea1 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -6,45 +6,29 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const mulish = Mulish({
- variable: "--font-mulish",
- subsets: ["latin"],
+ variable: "--font-mulish", subsets: ["latin"],
});
const inter = Inter({
- variable: "--font-inter",
- subsets: ["latin"],
+ variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
- title: "Ludlow Plumbing & Construction - 24/7 Emergency Services",
- description: "Professional plumbing and construction in Ludlow. 24/7 emergency service, experienced technicians, bathrooms, heating systems, and construction work. Local, trusted, affordable.",
- keywords: "plumbing Ludlow, plumber Ludlow, emergency plumbing Ludlow, construction Ludlow, bathroom renovation Ludlow, heating Ludlow, burst pipes Ludlow, local plumber",
- metadataBase: new URL("https://ludlowplumbing.co.uk"),
+ title: "Ludlow Plumbing & Construction - 24/7 Emergency Services", description: "Professional plumbing and construction in Ludlow. 24/7 emergency service, experienced technicians, bathrooms, heating systems, and construction work. Local, trusted, affordable.", keywords: "plumbing Ludlow, plumber Ludlow, emergency plumbing Ludlow, construction Ludlow, bathroom renovation Ludlow, heating Ludlow, burst pipes Ludlow, local plumber", metadataBase: new URL("https://ludlowplumbing.co.uk"),
alternates: {
- canonical: "https://ludlowplumbing.co.uk",
- },
+ canonical: "https://ludlowplumbing.co.uk"},
robots: {
index: true,
follow: true,
},
openGraph: {
- title: "Ludlow Plumbing & Construction - Local Expert Services",
- description: "24/7 emergency plumbing and construction services in Ludlow. Trusted by local families and businesses for 20+ years.",
- type: "website",
- siteName: "Ludlow Plumbing & Construction",
- url: "https://ludlowplumbing.co.uk",
- images: [
+ title: "Ludlow Plumbing & Construction - Local Expert Services", description: "24/7 emergency plumbing and construction services in Ludlow. Trusted by local families and businesses for 20+ years.", type: "website", siteName: "Ludlow Plumbing & Construction", url: "https://ludlowplumbing.co.uk", images: [
{
- url: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg",
- alt: "Ludlow Plumbing Services",
- },
+ url: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", alt: "Ludlow Plumbing Services"},
],
},
twitter: {
- card: "summary_large_image",
- title: "Ludlow Plumbing & Construction",
- description: "Professional 24/7 emergency plumbing in Ludlow",
- images: ["http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg"],
+ card: "summary_large_image", title: "Ludlow Plumbing & Construction", description: "Professional 24/7 emergency plumbing in Ludlow", images: ["http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg"],
},
};
@@ -1432,4 +1416,4 @@ export default function RootLayout({