Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-08 12:26:43 +00:00

View File

@@ -84,14 +84,7 @@ export default function HomePage() {
{
text: "Get a Free Quote", href: "#contact"},
]}
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", 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", imageAlt: "Emergency plumbing response"},
{
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg", imageAlt: "Leak repair service"},
]}
slides={[]}
autoplayDelay={4000}
showDimOverlay={true}
/>
@@ -102,8 +95,6 @@ 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?_wi=1"
imageAlt="Professional plumber at work"
buttons={[
{
text: "View Our Services", href: "/services"},
@@ -189,22 +180,22 @@ export default function HomePage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", 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", imageAlt: "Sarah Johnson"},
},
{
id: "2", name: "Michael Chen", 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", imageAlt: "Michael Chen"},
},
{
id: "3", name: "Emma Rodriguez", 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", imageAlt: "Emma Rodriguez"},
},
{
id: "4", name: "David Kim", 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", imageAlt: "David Kim"},
},
{
id: "5", name: "Jessica Watson", 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", imageAlt: "Jessica Watson"},
},
{
id: "6", name: "Robert Thompson", 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", imageAlt: "Robert Thompson"},
},
]}
showRating={true}
animationType="slide-up"
@@ -229,9 +220,6 @@ export default function HomePage() {
{
id: "5", title: "Are you available on weekends?", 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?_wi=2"
imageAlt="Professional plumber answering questions"
mediaPosition="left"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
textboxLayout="default"
@@ -266,4 +254,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}