Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-08 11:28:53 +00:00
5 changed files with 1400 additions and 33 deletions

View File

@@ -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",
},
]}

View File

@@ -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",
},
]}

File diff suppressed because it is too large Load Diff

View File

@@ -90,15 +90,15 @@ export default function HomePage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/adjustment-young-adult-man-protective-helmet-gloves-bright-vest-crouching-looking-tool-sideways-camera-construction-site_259150-57664.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/adjustment-young-adult-man-protective-helmet-gloves-bright-vest-crouching-looking-tool-sideways-camera-construction-site_259150-57664.jpg?_wi=1",
imageAlt: "Professional plumber at work",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-red-cap-blank-tshirt-uniform-looking-camera-amazed-surprised-presenting-with-arms-his-hands-something-standing-blue-background_141793-134103.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-red-cap-blank-tshirt-uniform-looking-camera-amazed-surprised-presenting-with-arms-his-hands-something-standing-blue-background_141793-134103.jpg?_wi=1",
imageAlt: "Emergency plumbing response",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=1",
imageAlt: "Leak repair service",
},
]}
@@ -112,7 +112,7 @@ export default function HomePage() {
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=1"
imageAlt="Professional plumber at work"
buttons={[
{
@@ -235,7 +235,7 @@ export default function HomePage() {
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=1",
imageAlt: "Sarah Johnson",
},
{
@@ -244,7 +244,7 @@ export default function HomePage() {
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=1",
imageAlt: "Michael Chen",
},
{
@@ -253,7 +253,7 @@ export default function HomePage() {
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=1",
imageAlt: "Emma Rodriguez",
},
{
@@ -262,7 +262,7 @@ export default function HomePage() {
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=1",
imageAlt: "David Kim",
},
{
@@ -271,7 +271,7 @@ export default function HomePage() {
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=1",
imageAlt: "Jessica Watson",
},
{
@@ -280,7 +280,7 @@ export default function HomePage() {
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=1",
imageAlt: "Robert Thompson",
},
]}
@@ -320,7 +320,7 @@ export default function HomePage() {
content: "Yes! We're open daily and handle emergency calls on weekends and bank holidays. Call 07471 126604 anytime you need urgent plumbing help.",
},
]}
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=2"
imageAlt="Professional plumber answering questions"
mediaPosition="left"
mediaAnimation="slide-up"

View File

@@ -88,15 +88,15 @@ export default function ServicesPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/adjustment-young-adult-man-protective-helmet-gloves-bright-vest-crouching-looking-tool-sideways-camera-construction-site_259150-57664.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/adjustment-young-adult-man-protective-helmet-gloves-bright-vest-crouching-looking-tool-sideways-camera-construction-site_259150-57664.jpg?_wi=2",
imageAlt: "Professional plumber at work",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-red-cap-blank-tshirt-uniform-looking-camera-amazed-surprised-presenting-with-arms-his-hands-something-standing-blue-background_141793-134103.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-red-cap-blank-tshirt-uniform-looking-camera-amazed-surprised-presenting-with-arms-his-hands-something-standing-blue-background_141793-134103.jpg?_wi=2",
imageAlt: "Emergency plumbing response",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=2",
imageAlt: "Leak repair service",
},
]}
@@ -217,7 +217,7 @@ export default function ServicesPage() {
price: "Urgent Response",
rating: 5,
reviewCount: "68+",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-red-cap-blank-tshirt-uniform-looking-camera-amazed-surprised-presenting-with-arms-his-hands-something-standing-blue-background_141793-134103.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-red-cap-blank-tshirt-uniform-looking-camera-amazed-surprised-presenting-with-arms-his-hands-something-standing-blue-background_141793-134103.jpg?_wi=3",
imageAlt: "Emergency plumbing response service",
},
{
@@ -227,7 +227,7 @@ export default function ServicesPage() {
price: "Quick Fix",
rating: 5,
reviewCount: "68+",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=3",
imageAlt: "Professional leak repair service",
},
{
@@ -237,7 +237,7 @@ export default function ServicesPage() {
price: "Heating Solutions",
rating: 5,
reviewCount: "68+",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg?_wi=1",
imageAlt: "Radiator repair and installation",
},
{
@@ -247,7 +247,7 @@ export default function ServicesPage() {
price: "Expert Diagnosis",
rating: 5,
reviewCount: "68+",
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=4",
imageAlt: "Boiler repair and maintenance",
},
{
@@ -257,7 +257,7 @@ export default function ServicesPage() {
price: "Regular Care",
rating: 5,
reviewCount: "68+",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=4",
imageAlt: "General plumbing maintenance",
},
{
@@ -267,7 +267,7 @@ export default function ServicesPage() {
price: "Full Service",
rating: 5,
reviewCount: "68+",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg?_wi=2",
imageAlt: "Bathroom plumbing installation",
},
]}
@@ -289,7 +289,7 @@ export default function ServicesPage() {
value: "7",
title: "Area Coverage",
description: "Tooting, Balham, Colliers Wood, Streatham, Wimbledon, Mitcham, Wandsworth",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-red-cap-blank-tshirt-uniform-looking-camera-amazed-surprised-presenting-with-arms-his-hands-something-standing-blue-background_141793-134103.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-red-cap-blank-tshirt-uniform-looking-camera-amazed-surprised-presenting-with-arms-his-hands-something-standing-blue-background_141793-134103.jpg?_wi=4",
imageAlt: "Local area coverage map",
},
{
@@ -297,7 +297,7 @@ export default function ServicesPage() {
value: "20-30",
title: "Minutes Response",
description: "Fast emergency response time guaranteed across our service area",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=5",
imageAlt: "Fast response time guarantee",
},
]}