From ebf9e02004bba5adfc331afa1057ea19755492f8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:41:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 57 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 38 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8dc2996..ee2eca5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,8 @@ export default function LandingPage() { { name: "Contact", id: "contact-cta" }, ]} button={{ - text: "Call Now", href: "tel:647-924-9029"}} + text: "Call Now", href: "tel:647-924-9029" + }} /> @@ -48,7 +49,8 @@ export default function LandingPage() { background={{ variant: "plain" }} avatars={[ { - src: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", alt: "Professional plumber"}, + src: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", alt: "Professional plumber" + }, ]} avatarText="⭐ 5.0 Rating | 25+ Verified Reviews | Fully Equipped & Professional | Fast & Clean Service" buttons={[ @@ -78,44 +80,56 @@ export default function LandingPage() { { id: 1, title: "Garbage Disposal Repair & Installation", description: "Professional garbage disposal installation, repair, and maintenance for clean, efficient kitchens", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg" + }, }, { id: 2, title: "Faucet & Garden Tap Repairs", description: "Fix leaky faucets and garden taps quickly and efficiently with expert precision", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/broken-pipe-with-lever-flat-design_23-2148273389.jpg"}, + imageSrc: "http://img.b2bpic.net/free-vector/broken-pipe-with-lever-flat-design_23-2148273389.jpg" + }, }, { id: 3, title: "Shut-Off Valve Replacement", description: "Ensure water safety with reliable shut-off valve replacement and installation services", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/broken-pipe-with-lever-flat-design_23-2148273389.jpg"}, + imageSrc: "http://img.b2bpic.net/free-vector/broken-pipe-with-lever-flat-design_23-2148273389.jpg" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg" + }, }, { id: 4, title: "Leak Detection & Repairs", description: "Advanced leak detection and professional repairs to prevent water damage and save money", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg" + }, }, { id: 5, title: "P-Trap & Drain Repairs", description: "Expert drain cleaning and P-trap repair for smooth water flow and hygiene", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg" + }, }, { id: 6, title: "General Plumbing Maintenance", description: "Preventive plumbing maintenance to keep your systems running smoothly year-round", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg" + }, }, ]} showStepNumbers={false} @@ -156,7 +170,8 @@ export default function LandingPage() { description="Professional plumbing services across the Greater Toronto Area" tag="Service Areas" names={[ - "Richmond Hill", "Markham", "Vaughan", "Aurora", "Newmarket"]} + "Richmond Hill", "Markham", "Vaughan", "Aurora", "Newmarket" + ]} textboxLayout="default" useInvertedBackground={false} speed={40} @@ -174,11 +189,14 @@ export default function LandingPage() { id: "1", title: "Call or Request a Quote", subtitle: "Reach out anytime and get a free estimate", category: "Step 1", value: "Fast Response", buttons: [{ text: "Request Quote", href: "#contact-cta" }], }, { - id: "2", title: "Clear Diagnosis & Transparent Pricing", subtitle: "We explain the issue and provide honest estimates", category: "Step 2", value: "No Surprises"}, + id: "2", title: "Clear Diagnosis & Transparent Pricing", subtitle: "We explain the issue and provide honest estimates", category: "Step 2", value: "No Surprises" + }, { - id: "3", title: "Professional Repair Done Cleanly", subtitle: "Expert workmanship with meticulous attention to detail", category: "Step 3", value: "Quality Work"}, + id: "3", title: "Professional Repair Done Cleanly", subtitle: "Expert workmanship with meticulous attention to detail", category: "Step 3", value: "Quality Work" + }, { - id: "4", title: "Final Inspection & Satisfaction", subtitle: "We ensure everything works perfectly before leaving", category: "Step 4", value: "Peace of Mind"}, + id: "4", title: "Final Inspection & Satisfaction", subtitle: "We ensure everything works perfectly before leaving", category: "Step 4", value: "Peace of Mind" + }, ]} textboxLayout="default" animationType="slide-up" @@ -226,7 +244,8 @@ export default function LandingPage() { title: "Contact", items: [ { label: "Call (647) 924-9029", href: "tel:647-924-9029" }, { - label: "102 Yorkland St Unit 53, Richmond Hill, ON L4S 1A1", href: "#"}, + label: "102 Yorkland St Unit 53, Richmond Hill, ON L4S 1A1", href: "#" + }, { label: "Open Until 8 PM", href: "#" }, { label: "Email Support", href: "#" }, ],