From 9706f9623e2e7b766ef3a724ef44767966aaa947 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 03:09:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 314 ++++++++++------------------------------------- 1 file changed, 62 insertions(+), 252 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf43cfa..64b4d7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -152,80 +88,32 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", - title: "Drain & Pipe Repair", - description: "Clear blockages, fix leaks, and restore flow with our professional-grade tools.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-cleaning-pipe-with-cup-plunger_1398-4154.jpg?_wi=1", - }, + id: "s1", title: "Drain & Pipe Repair", description: "Clear blockages, fix leaks, and restore flow with our professional-grade tools.", media: { imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-cleaning-pipe-with-cup-plunger_1398-4154.jpg" }, items: [ - { - icon: Wrench, - text: "Fast emergency response", - }, - { - icon: CheckCircle, - text: "Permanent solutions", - }, - { - icon: Shield, - text: "Insured repairs", - }, + { icon: Wrench, text: "Fast emergency response" }, + { icon: CheckCircle, text: "Permanent solutions" }, + { icon: Shield, text: "Insured repairs" } ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/plumber-doing-victory-gesture_1368-6312.jpg", - imageAlt: "professional plumber smiling tools", + reverse: false }, { - id: "s2", - title: "Water Heater Services", - description: "Installation, maintenance, and repair of all water heater types including tankless.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg", - }, + id: "s2", title: "Water Heater Services", description: "Installation, maintenance, and repair of all water heater types including tankless.", media: { imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg" }, items: [ - { - icon: Zap, - text: "Energy-efficient install", - }, - { - icon: Award, - text: "Certified technicians", - }, - { - icon: CheckCircle, - text: "Warranty included", - }, + { icon: Zap, text: "Energy-efficient install" }, + { icon: Award, text: "Certified technicians" }, + { icon: CheckCircle, text: "Warranty included" } ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/woman-calling-plumber-solve-kitchen-problems_23-2150990674.jpg?_wi=2", - imageAlt: "plumber repairing pipe focus", + reverse: true }, { - id: "s3", - title: "Leak Detection", - description: "Advanced diagnostics to find hidden leaks before they cause structural damage.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/pipeline-workers-measuring-tube-length-construction-gas-oil-pipes_342744-48.jpg", - }, + id: "s3", title: "Leak Detection", description: "Advanced diagnostics to find hidden leaks before they cause structural damage.", media: { imageSrc: "http://img.b2bpic.net/free-photo/pipeline-workers-measuring-tube-length-construction-gas-oil-pipes_342744-48.jpg" }, items: [ - { - icon: Search, - text: "Precision tools", - }, - { - icon: Shield, - text: "Preventive inspections", - }, - { - icon: CheckCircle, - text: "Safe for property", - }, + { icon: Search, text: "Precision tools" }, + { icon: Shield, text: "Preventive inspections" }, + { icon: CheckCircle, text: "Safe for property" } ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-cleaning-pipe-with-cup-plunger_1398-4154.jpg?_wi=2", - imageAlt: "plumbing repair sink pipe", - }, + reverse: false + } ]} title="Comprehensive Plumbing Solutions" description="Whatever your plumbing need, we bring the right tools, knowledge, and dedication to resolve it efficiently." @@ -234,49 +122,15 @@ export default function LandingPage() {
@@ -318,26 +160,11 @@ export default function LandingPage() { title="Ready to Solve Your Plumbing Issues?" description="Send us a message and our team will get back to you shortly to schedule an appointment." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - }, - { - name: "email", - type: "email", - placeholder: "Your Email", - }, - { - name: "phone", - type: "tel", - placeholder: "Your Phone Number", - }, + { name: "name", type: "text", placeholder: "Your Name" }, + { name: "email", type: "email", placeholder: "Your Email" }, + { name: "phone", type: "tel", placeholder: "Your Phone Number" } ]} - textarea={{ - name: "message", - placeholder: "Tell us how we can help...", - }} + textarea={{ name: "message", placeholder: "Tell us how we can help..." }} imageSrc="http://img.b2bpic.net/free-photo/young-successful-businessman-speaking-phone-smiling-office_176420-945.jpg" /> @@ -347,39 +174,22 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/close-up-young-man-working-bike_23-2149039021.jpg" columns={[ { - title: "Quick Links", - items: [ - { - label: "Services", - href: "#services", - }, - { - label: "About Us", - href: "#about", - }, - { - label: "Contact", - href: "#contact", - }, - ], + title: "Quick Links", items: [ + { label: "Services", href: "#services" }, + { label: "About Us", href: "#about" }, + { label: "Contact", href: "#contact" } + ] }, { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, - ], - }, + title: "Legal", items: [ + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" } + ] + } ]} /> ); -} +} \ No newline at end of file -- 2.49.1