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() {