diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2b6ec57..99ab39f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,24 +25,13 @@ export default function LandingPage() { @@ -53,20 +42,11 @@ export default function LandingPage() { title="More Than Just Plumbers — We’re Your Neighbors" description="Founded with a simple mission: quality work and fair prices. No upselling, no hidden fees — just honest, neighborly service." bulletPoints={[ - { - title: "Licensed Experts", - description: "Fully certified plumbing team.", - }, - { - title: "Transparent Pricing", - description: "Fair and upfront estimates.", - }, - { - title: "24/7 Availability", - description: "Always ready to handle emergencies.", - }, + { title: "Licensed Experts", description: "Fully certified plumbing team." }, + { title: "Transparent Pricing", description: "Fair and upfront estimates." }, + { title: "24/7 Availability", description: "Always ready to handle emergencies." } ]} - imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg" mediaAnimation="slide-up" /> @@ -83,42 +63,9 @@ export default function LandingPage() { @@ -88,24 +58,8 @@ export default function LandingPage() { title="How We Can Help" description="If you have a plumbing problem, don't wait — call us immediately." features={[ - { - id: "f1", - label: "Fast", - title: "Emergency Response", - items: [ - "Within 2 hours", - "Night & Weekend service", - ], - }, - { - id: "f2", - label: "Fair", - title: "Transparent Estimate", - items: [ - "No hidden costs", - "Flat rate options", - ], - }, + { id: "f1", label: "Fast", title: "Emergency Response", items: ["Within 2 hours", "Night & Weekend service"] }, + { id: "f2", label: "Fair", title: "Transparent Estimate", items: ["No hidden costs", "Flat rate options"] } ]} /> @@ -113,42 +67,9 @@ export default function LandingPage() { @@ -262,21 +123,9 @@ export default function LandingPage() { title="Proven Track Record" description="Numbers speak for our quality and reliability." metrics={[ - { - id: "m1", - value: "15+", - description: "Years in Business", - }, - { - id: "m2", - value: "5k+", - description: "Happy Households", - }, - { - id: "m3", - value: "24/7", - description: "Emergency Coverage", - }, + { id: "m1", value: "15+", description: "Years in Business" }, + { id: "m2", value: "5k+", description: "Happy Households" }, + { id: "m3", value: "24/7", description: "Emergency Coverage" } ]} /> @@ -289,26 +138,8 @@ export default function LandingPage() { title="Plumbing Tips & Guides" description="Learn how to keep your home running smoothly with our expert advice." blogs={[ - { - id: "b1", - category: "DIY", - title: "Prevent Clogged Drains", - excerpt: "Easy ways to keep your pipes flowing freely.", - imageSrc: "http://img.b2bpic.net/free-photo/wrench-connectors-with-clear-paper_23-2147772281.jpg", - authorName: "Howard M.", - authorAvatar: "http://img.b2bpic.net/free-photo/selective-focus-shot-happy-white-couple-moving-together-into-new-house_181624-36388.jpg", - date: "2024-01-10", - }, - { - id: "b2", - category: "Maintenance", - title: "Water Heater Care", - excerpt: "Keep your water heater in peak condition.", - imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132393.jpg", - authorName: "Jane D.", - authorAvatar: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-3985.jpg", - date: "2024-02-15", - }, + { id: "b1", category: "DIY", title: "Prevent Clogged Drains", excerpt: "Easy ways to keep your pipes flowing freely.", imageSrc: "http://img.b2bpic.net/free-photo/wrench-connectors-with-clear-paper_23-2147772281.jpg", authorName: "Howard M.", authorAvatar: "http://img.b2bpic.net/free-photo/selective-focus-shot-happy-white-couple-moving-together-into-new-house_181624-36388.jpg", date: "2024-01-10" }, + { id: "b2", category: "Maintenance", title: "Water Heater Care", excerpt: "Keep your water heater in peak condition.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132393.jpg", authorName: "Jane D.", authorAvatar: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-3985.jpg", date: "2024-02-15" } ]} /> @@ -316,42 +147,9 @@ export default function LandingPage() { @@ -141,42 +68,9 @@ export default function LandingPage() {