diff --git a/src/app/page.tsx b/src/app/page.tsx index e6d4326..15a3659 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -93,41 +73,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "General Plumbing", - description: "Expert maintenance and repairs for your residential plumbing systems.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-builder-man-construction-uniform-safety-helmet-swinging-hammer-looking-camera-smiling_141793-30191.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741192.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-artisans-workshop_23-2150104714.jpg?_wi=2", - imageAlt: "professional plumber smiling tools", + title: "General Plumbing", description: "Expert maintenance and repairs for your residential plumbing systems.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-builder-man-construction-uniform-safety-helmet-swinging-hammer-looking-camera-smiling_141793-30191.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741192.jpg" } }, { - title: "Kitchen & Bathroom", - description: "Complete sink, shower, and vanity installations handled with precision.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515886.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg?_wi=2", - imageAlt: "professional plumber smiling tools", + title: "Kitchen & Bathroom", description: "Complete sink, shower, and vanity installations handled with precision.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515886.jpg" } }, { - title: "Leak Repairs", - description: "Fast diagnostics and fixes to stop leaks before they become big issues.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-looking-clipboard-while-turning-page_176474-61580.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-498.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-wearing-windcheater_107420-12285.jpg", - imageAlt: "professional plumber smiling tools", - }, + title: "Leak Repairs", description: "Fast diagnostics and fixes to stop leaks before they become big issues.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-looking-clipboard-while-turning-page_176474-61580.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-498.jpg" } + } ]} showStepNumbers={false} title="Professional Plumbing Services" @@ -141,33 +97,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} metrics={[ - { - id: "1", - value: "01", - title: "Get in Touch", - items: [ - "Call or fill out our online quote form", - "Explain your plumbing needs briefly", - ], - }, - { - id: "2", - value: "02", - title: "Schedule a Visit", - items: [ - "We agree on a time that works", - "Tim arrives promptly on schedule", - ], - }, - { - id: "3", - value: "03", - title: "Work Completed", - items: [ - "Professional repair or installation", - "Transparent pricing and clean site", - ], - }, + { id: "1", value: "01", title: "Get in Touch", items: ["Call or fill out our online quote form", "Explain your plumbing needs briefly"] }, + { id: "2", value: "02", title: "Schedule a Visit", items: ["We agree on a time that works", "Tim arrives promptly on schedule"] }, + { id: "3", value: "03", title: "Work Completed", items: ["Professional repair or installation", "Transparent pricing and clean site"] } ]} title="Simple 3-Step Process" description="Getting your plumbing fixed shouldn't be stressful. We keep it simple." @@ -178,15 +110,7 @@ export default function LandingPage() {