diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 157ace0..aa2f4e4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -48,7 +48,7 @@ export default function AboutPage() { title="About Tooting Emergency & General Plumbing Services" description="With over 10 years of experience serving South London, Abdul is your trusted local plumber. Committed to fast response times, fair pricing, and professional service that puts your home first. Every job is treated with care and attention to detail." tag="Our Story" - imageSrc="http://img.b2bpic.net/free-photo/portrait-engineers-work-hours-job-site_23-2151589547.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-engineers-work-hours-job-site_23-2151589547.jpg?_wi=3" imageAlt="Abdul - Your Local Plumber" buttons={[ { @@ -153,7 +153,7 @@ export default function AboutPage() { "Arrived within 20 mins of a call and sorted the leak within the hour. Professional and fair priced. Highly recommend!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", + "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=2", imageAlt: "Sarah Johnson", }, { @@ -164,7 +164,7 @@ export default function AboutPage() { "Quick response and the burst radiator was effectively fixed at a fair price. Great service from a local plumber who cares.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", + "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg?_wi=2", imageAlt: "Michael Chen", }, { @@ -175,7 +175,7 @@ export default function AboutPage() { "Needed an emergency plumber on a Sunday and they were great. Fast, friendly, and professional. Best decision to call.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg", + "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg?_wi=2", imageAlt: "Emma Rodriguez", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b84fdbd..c2a30d6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -62,7 +62,7 @@ export default function ContactPage() { title="Why Choose Tooting Emergency & General Plumbing Services" description="With 4.9 stars from 68+ reviews, Abdul delivers trusted local plumbing expertise you can rely on. Fast response times, fair pricing, and friendly service for all your plumbing needs." tag="About Us" - imageSrc="http://img.b2bpic.net/free-photo/portrait-engineers-work-hours-job-site_23-2151589547.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-engineers-work-hours-job-site_23-2151589547.jpg?_wi=5" imageAlt="Professional plumber at work" buttons={[ { @@ -86,7 +86,7 @@ export default function ContactPage() { handle: "@Sarah", testimonial: "Arrived within 20 mins of a call and sorted the leak within the hour. Professional and fair priced. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=3", imageAlt: "Sarah Johnson", }, { @@ -95,7 +95,7 @@ export default function ContactPage() { handle: "@Michael", testimonial: "Quick response and the burst radiator was effectively fixed at a fair price. Great service from a local plumber who cares.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg?_wi=3", imageAlt: "Michael Chen", }, { @@ -104,7 +104,7 @@ export default function ContactPage() { handle: "@Emma", testimonial: "Needed an emergency plumber on a Sunday and they were great. Fast, friendly, and professional. Best decision to call.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg?_wi=3", imageAlt: "Emma Rodriguez", }, { @@ -113,7 +113,7 @@ export default function ContactPage() { handle: "@David", testimonial: "Fantastic plumber! Fixed our boiler issue same day with transparent pricing and no hidden charges. Will use again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg?_wi=2", imageAlt: "David Kim", }, { @@ -122,7 +122,7 @@ export default function ContactPage() { handle: "@Jessica", testimonial: "As a landlord managing multiple properties, Abdul is my go-to plumber. Reliable, professional, and always available.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-showing-thumb-up_1187-5092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-showing-thumb-up_1187-5092.jpg?_wi=2", imageAlt: "Jessica Watson", }, { @@ -131,7 +131,7 @@ export default function ContactPage() { handle: "@Robert", testimonial: "Emergency leak at 11pm on a weeknight. Called Abdul, he arrived quickly and fixed it. Saved my home from major damage!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-man_641386-12.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-man_641386-12.jpg?_wi=2", imageAlt: "Robert Thompson", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 92c1e46..81ead22 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1429,6 +1429,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +