From 80ece7561bcf0ec1f62cf453d86ce443ebf233b9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:29:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 190 +++++++++++------------------------------------ 1 file changed, 45 insertions(+), 145 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d6b17af..600f675 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,27 +80,17 @@ export default function HomePage() { description="Fast, reliable plumbing repairs across South London. Local plumber in Tooting – same-day service, fair pricing, trusted by residents." buttons={[ { - text: "Call Now: 07471 126604", - href: "tel:07471126604", - }, + text: "Call Now: 07471 126604", href: "tel:07471126604"}, { - text: "Get a Free Quote", - href: "#contact", - }, + 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?_wi=1", - imageAlt: "Professional plumber at work", - }, + 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?_wi=1", - imageAlt: "Emergency plumbing response", - }, + 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?_wi=1", - imageAlt: "Leak repair service", - }, + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg", imageAlt: "Leak repair service"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -112,13 +102,11 @@ 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" + imageSrc="http://img.b2bpic.net/free-photo/portrait-engineers-work-hours-job-site_23-2151589547.jpg" imageAlt="Professional plumber at work" buttons={[ { - text: "View Our Services", - href: "/services", - }, + text: "View Our Services", href: "/services"}, ]} useInvertedBackground={false} /> @@ -131,32 +119,20 @@ export default function HomePage() { tag="Our Strengths" features={[ { - title: "Fast Response Times", - description: "Arrive within 20-30 minutes of your call. Quick diagnosis and effective repairs.", - bentoComponent: "icon-info-cards", - items: [ + title: "Fast Response Times", description: "Arrive within 20-30 minutes of your call. Quick diagnosis and effective repairs.", bentoComponent: "icon-info-cards", items: [ { icon: Zap, - label: "Emergency Response", - value: "20-30 mins", - }, + label: "Emergency Response", value: "20-30 mins"}, { icon: Clock, - label: "Same-Day Service", - value: "Available", - }, + label: "Same-Day Service", value: "Available"}, { icon: Phone, - label: "Direct Contact", - value: "24/7 Open", - }, + label: "Direct Contact", value: "24/7 Open"}, ], }, { - title: "4.9★ Rated Plumber", - description: "68+ verified customer reviews. Trusted by local residents and landlords.", - bentoComponent: "orbiting-icons", - centerIcon: Award, + title: "4.9★ Rated Plumber", description: "68+ verified customer reviews. Trusted by local residents and landlords.", bentoComponent: "orbiting-icons", centerIcon: Award, items: [ { icon: Star, @@ -173,47 +149,29 @@ export default function HomePage() { ], }, { - title: "Fair & Transparent Pricing", - description: "No hidden charges. Honest assessments and competitive rates for all repairs.", - bentoComponent: "icon-info-cards", - items: [ + title: "Fair & Transparent Pricing", description: "No hidden charges. Honest assessments and competitive rates for all repairs.", bentoComponent: "icon-info-cards", items: [ { icon: DollarSign, - label: "Transparent Pricing", - value: "No Surprises", - }, + label: "Transparent Pricing", value: "No Surprises"}, { icon: CheckCircle, - label: "Fair Rates", - value: "Competitive", - }, + label: "Fair Rates", value: "Competitive"}, { icon: AlertCircle, - label: "Free Diagnosis", - value: "On Call", - }, + label: "Free Diagnosis", value: "On Call"}, ], }, { - title: "Friendly Professional Service", - description: "Experienced local plumber who treats your home with respect and care.", - bentoComponent: "icon-info-cards", - items: [ + title: "Friendly Professional Service", description: "Experienced local plumber who treats your home with respect and care.", bentoComponent: "icon-info-cards", items: [ { icon: Smile, - label: "Friendly Service", - value: "Always", - }, + label: "Friendly Service", value: "Always"}, { icon: Shield, - label: "Professional", - value: "Certified", - }, + label: "Professional", value: "Certified"}, { icon: Home, - label: "Local Expert", - value: "10+ Years", - }, + label: "Local Expert", value: "10+ Years"}, ], }, ]} @@ -230,59 +188,23 @@ export default function HomePage() { tag="Testimonials" 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?_wi=1", - imageAlt: "Sarah Johnson", - }, + 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?_wi=1", - imageAlt: "Michael Chen", - }, + 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?_wi=1", - imageAlt: "Emma Rodriguez", - }, + 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?_wi=1", - imageAlt: "David Kim", - }, + 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?_wi=1", - imageAlt: "Jessica Watson", - }, + 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?_wi=1", - imageAlt: "Robert Thompson", - }, + 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" @@ -293,34 +215,21 @@ export default function HomePage() {
@@ -355,13 +259,9 @@ export default function HomePage() {