From cff81b45693217320aaa1bc08d6e10dda8d21c1b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 02:59:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 179 +++++++++-------------------------------------- 1 file changed, 33 insertions(+), 146 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4731f85..b121a40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,19 +47,14 @@ export default function LandingPage() {
@@ -125,28 +97,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "1", - title: "Call", - items: [ - "Call our office to explain your plumbing issue.", - ], + id: "1", value: "1", title: "Call", items: [ + "Call our office to explain your plumbing issue."], }, { - id: "2", - value: "2", - title: "Schedule", - items: [ - "We find a time that works for your schedule.", - ], + id: "2", value: "2", title: "Schedule", items: [ + "We find a time that works for your schedule."], }, { - id: "3", - value: "3", - title: "Fix", - items: [ - "Professional service and a job done right.", - ], + id: "3", value: "3", title: "Fix", items: [ + "Professional service and a job done right."], }, ]} title="Simple Process" @@ -160,60 +120,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Miller", - date: "2024-05", - title: "Excellent Service", - quote: "Apex responded quickly to my leak. Professional and honest.", - tag: "4.8 Stars", - avatarSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg?_wi=2", - imageAlt: "smiling home owner", - }, + id: "1", name: "Sarah Miller", date: "2024-05", title: "Excellent Service", quote: "Apex responded quickly to my leak. Professional and honest.", tag: "4.8 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg"}, { - id: "2", - name: "James Henderson", - date: "2024-04", - title: "Reliable Plumbers", - quote: "They fixed my water heater in one visit. Highly recommend.", - tag: "4.8 Stars", - avatarSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746307.jpg?_wi=2", - imageAlt: "smiling home owner", - }, + id: "2", name: "James Henderson", date: "2024-04", title: "Reliable Plumbers", quote: "They fixed my water heater in one visit. Highly recommend.", tag: "4.8 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg"}, { - id: "3", - name: "Elena Rodriguez", - date: "2024-03", - title: "Fast and Honest", - quote: "Clear pricing and professional staff. Will use again.", - tag: "4.8 Stars", - avatarSrc: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574085.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/black-faucet-with-steel-sink-stylish-modern-kitchen_169016-19745.jpg?_wi=2", - imageAlt: "smiling home owner", - }, + id: "3", name: "Elena Rodriguez", date: "2024-03", title: "Fast and Honest", quote: "Clear pricing and professional staff. Will use again.", tag: "4.8 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574085.jpg"}, { - id: "4", - name: "David Clark", - date: "2024-02", - title: "Great Experience", - quote: "My drains were clogged and they fixed it instantly.", - tag: "4.8 Stars", - avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-cane_23-2149196164.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990708.jpg?_wi=2", - imageAlt: "smiling home owner", - }, + id: "4", name: "David Clark", date: "2024-02", title: "Great Experience", quote: "My drains were clogged and they fixed it instantly.", tag: "4.8 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-cane_23-2149196164.jpg"}, { - id: "5", - name: "Kelly Smith", - date: "2024-01", - title: "Knowledgeable Team", - quote: "Very knowledgeable and friendly technicians.", - tag: "4.8 Stars", - avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-love-outdoors_23-2147986445.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990726.jpg", - imageAlt: "smiling home owner", - }, + id: "5", name: "Kelly Smith", date: "2024-01", title: "Knowledgeable Team", quote: "Very knowledgeable and friendly technicians.", tag: "4.8 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-love-outdoors_23-2147986445.jpg"}, ]} title="Trusted by Denver Homeowners" description="With a 4.8-star rating, we pride ourselves on exceptional customer care and reliable results." @@ -225,14 +140,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Denver", - "Lakewood", - "Aurora", - "Englewood", - "Arvada", - "Wheat Ridge", - "Littleton", - ]} + "Denver", "Lakewood", "Aurora", "Englewood", "Arvada", "Wheat Ridge", "Littleton"]} title="Serving Denver and Beyond" description="Proudly providing high-quality plumbing service across the Denver metro area." /> @@ -244,25 +152,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "What plumbing services do you offer?", - content: "We offer drain cleaning, leak detection, water heater repairs, and general plumbing maintenance.", - }, + id: "f1", title: "What plumbing services do you offer?", content: "We offer drain cleaning, leak detection, water heater repairs, and general plumbing maintenance."}, { - id: "f2", - title: "Do you provide same-day service?", - content: "We do our best to provide timely service, especially for urgent plumbing concerns.", - }, + id: "f2", title: "Do you provide same-day service?", content: "We do our best to provide timely service, especially for urgent plumbing concerns."}, { - id: "f3", - title: "Are you licensed and insured?", - content: "Yes, Apex Plumbing Services LLC operates with all required local licensing and insurance.", - }, + id: "f3", title: "Are you licensed and insured?", content: "Yes, Apex Plumbing Services LLC operates with all required local licensing and insurance."}, { - id: "f4", - title: "How do I request a service visit?", - content: "You can call us directly or fill out the service request form on our contact section.", - }, + id: "f4", title: "How do I request a service visit?", content: "You can call us directly or fill out the service request form on our contact section."}, ]} title="Common Questions" description="Answers to the most frequent questions about our plumbing services." @@ -274,20 +170,15 @@ export default function LandingPage() { @@ -296,16 +187,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1