From 36daf7e53afd9167b90b3fb22517e664b8664ce0 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 17:18:05 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 712c0d6..4bd0d58 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -118,7 +118,7 @@ export default function HomePage() { description="See why our clients trust Ken Plumbing & Electrical." testimonials={[ { - id: "1", + id: "2", name: "Dhevinya Divya", role: "Customer", company: "KL Resident", @@ -134,7 +134,7 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/portrait-positive-hipster-with-yellow-hairstyle-bright-vivid-makeup-dressed-casual-jumper-metal-chain-has-own-believes-extraordinary-look-poses-against-grey-wall-blank-copy-space_273609-53790.jpg", }, { - id: "3", + id: "4", name: "Sushmit Mustafi", role: "Customer", company: "KL Resident", -- 2.49.1 From ef34104b09c0fca8094b24ce5046e023c60d522f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 17:18:11 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 128 ++++++++++------------------------------- 1 file changed, 30 insertions(+), 98 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 4bd0d58..4f18277 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -17,13 +17,9 @@ export default function HomePage() { title="Reliable Plumbing & Electrical Services in KL" description="24/7 Emergency support for all your plumbing and electrical needs. Professional service at reasonable prices." primaryButton={{ - text: "Call Now", - href: "tel:016-502-1640", - }} + text: "Call Now", href: "tel:016-502-1640"}} secondaryButton={{ - text: "Read Reviews", - href: "#testimonials", - }} + text: "Read Reviews", href: "#testimonials"}} imageSrc="http://img.b2bpic.net/free-photo/mechanic-with-plan_1368-4136.jpg" /> @@ -49,32 +45,17 @@ export default function HomePage() { description="We specialize in both plumbing and electrical maintenance, ensuring your home runs smoothly 24/7." items={[ { - title: "Kitchen Sink Repair", - description: "Fixing leaks, O-rings, and P-traps.", - tags: [ - "Plumbing", - "Kitchen", - ], - imageSrc: "http://img.b2bpic.net/free-photo/expert-using-pressure-measurement-device_482257-91080.jpg", - }, + title: "Kitchen Sink Repair", description: "Fixing leaks, O-rings, and P-traps.", tags: [ + "Plumbing", "Kitchen"], + imageSrc: "http://img.b2bpic.net/free-photo/expert-using-pressure-measurement-device_482257-91080.jpg"}, { - title: "Toilet Sink Repair", - description: "Quick response for clogged or leaking toilets.", - tags: [ - "Plumbing", - "Bath", - ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg", - }, + title: "Toilet Sink Repair", description: "Quick response for clogged or leaking toilets.", tags: [ + "Plumbing", "Bath"], + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg"}, { - title: "Water Purifier Setup", - description: "Efficient installation and troubleshooting.", - tags: [ - "Electrical", - "Home", - ], - imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg", - }, + title: "Water Purifier Setup", description: "Efficient installation and troubleshooting.", tags: [ + "Electrical", "Home"], + imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg"}, ]} /> @@ -88,23 +69,11 @@ export default function HomePage() { description="Quality service backed by happy customers." metrics={[ { - value: "4.9", - title: "Average Rating", - description: "Based on 42 customer reviews.", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-using-wrench-tighten-water-faucet-kitchen-seen-up-close_662251-2697.jpg", - }, + value: "4.9", title: "Average Rating", description: "Based on 42 customer reviews.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-using-wrench-tighten-water-faucet-kitchen-seen-up-close_662251-2697.jpg"}, { - value: "24/7", - title: "Availability", - description: "Always ready to assist you.", - imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg", - }, + value: "24/7", title: "Availability", description: "Always ready to assist you.", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg"}, { - value: "42+", - title: "Completed Jobs", - description: "Trusted by our local community.", - imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176721.jpg", - }, + value: "42+", title: "Completed Jobs", description: "Trusted by our local community.", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176721.jpg"}, ]} /> @@ -118,45 +87,20 @@ export default function HomePage() { description="See why our clients trust Ken Plumbing & Electrical." testimonials={[ { - id: "2", - name: "Dhevinya Divya", - role: "Customer", - company: "KL Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-having-his-arm-crossed-sitting-stool_23-2148306623.jpg", - }, + name: "Dhevinya Divya", role: "Customer", company: "KL Resident", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-having-his-arm-crossed-sitting-stool_23-2148306623.jpg"}, { - id: "2", - name: "Jeffrey Ong", - role: "Local Guide", - company: "KL Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-positive-hipster-with-yellow-hairstyle-bright-vivid-makeup-dressed-casual-jumper-metal-chain-has-own-believes-extraordinary-look-poses-against-grey-wall-blank-copy-space_273609-53790.jpg", - }, + name: "Jeffrey Ong", role: "Local Guide", company: "KL Resident", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-positive-hipster-with-yellow-hairstyle-bright-vivid-makeup-dressed-casual-jumper-metal-chain-has-own-believes-extraordinary-look-poses-against-grey-wall-blank-copy-space_273609-53790.jpg"}, { - id: "4", - name: "Sushmit Mustafi", - role: "Customer", - company: "KL Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", - }, + name: "Sushmit Mustafi", role: "Customer", company: "KL Resident", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg"}, { - id: "4", - name: "Anonymous", - role: "Customer", - company: "KL Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-busines-clothes-showing-thumb-up-looking-camera-gray_171337-11351.jpg", - }, + name: "Anonymous", role: "Customer", company: "KL Resident", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-busines-clothes-showing-thumb-up-looking-camera-gray_171337-11351.jpg"}, { - id: "5", - name: "Anonymous", - role: "Customer", - company: "KL Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", - }, + name: "Anonymous", role: "Customer", company: "KL Resident", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg"}, ]} /> @@ -170,21 +114,13 @@ export default function HomePage() { description="Quick answers to help you understand our services." items={[ { - question: "What areas do you serve?", - answer: "We provide services across Kuala Lumpur.", - }, + question: "What areas do you serve?", answer: "We provide services across Kuala Lumpur."}, { - question: "Are you available after hours?", - answer: "Yes, we are open 24 hours to handle emergency calls.", - }, + question: "Are you available after hours?", answer: "Yes, we are open 24 hours to handle emergency calls."}, { - question: "How can I book a service?", - answer: "Simply click the call button to reach us directly.", - }, + question: "How can I book a service?", answer: "Simply click the call button to reach us directly."}, { - question: "Do you provide electrical work?", - answer: "Yes, our technicians are trained for both plumbing and common electrical issues.", - }, + question: "Do you provide electrical work?", answer: "Yes, our technicians are trained for both plumbing and common electrical issues."}, ]} /> @@ -196,13 +132,9 @@ export default function HomePage() { tag="Emergency Service" text="Need professional plumbing or electrical help? Contact us anytime." primaryButton={{ - text: "Call Ken Now", - href: "tel:016-502-1640", - }} + text: "Call Ken Now", href: "tel:016-502-1640"}} secondaryButton={{ - text: "WhatsApp Us", - href: "https://wa.me/60165021640", - }} + text: "WhatsApp Us", href: "https://wa.me/60165021640"}} /> -- 2.49.1