From db4e6e7da34a3089ed44de15853f36ca2a4cc0eb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 23:20:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 127 ++++++++++++----------------------------------- 1 file changed, 31 insertions(+), 96 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 72dffa8..2fc672e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,17 +32,11 @@ export default function LandingPage() { @@ -51,20 +45,15 @@ export default function LandingPage() {
@@ -87,19 +76,13 @@ export default function LandingPage() { features={[ { icon: Wrench, - title: "Pipe Repairs", - description: "Quick fixes for leaks and burst pipes.", - }, + title: "Pipe Repairs", description: "Quick fixes for leaks and burst pipes."}, { icon: Flame, - title: "Heating Systems", - description: "Full boiler and heating unit maintenance.", - }, + title: "Heating Systems", description: "Full boiler and heating unit maintenance."}, { icon: Droplets, - title: "Drain Cleaning", - description: "Professional unclogging and system checks.", - }, + title: "Drain Cleaning", description: "Professional unclogging and system checks."}, ]} title="Our Professional Services" description="Comprehensive plumbing and heating solutions handled by qualified local professionals." @@ -113,20 +96,11 @@ export default function LandingPage() { tag="Reliability" metrics={[ { - id: "m1", - value: "100%", - description: "Customer Satisfaction", - }, + id: "m1", value: "100%", description: "Customer Satisfaction"}, { - id: "m2", - value: "24/7", - description: "Expert Availability", - }, + id: "m2", value: "24/7", description: "Expert Availability"}, { - id: "m3", - value: "10+", - description: "Years of Excellence", - }, + id: "m3", value: "10+", description: "Years of Excellence"}, ]} metricsAnimation="slide-up" /> @@ -137,33 +111,14 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah P.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-joyful-african-student-woman-with-dark-wavy-hair-green-cardigan-sitting-cafe-drinking-cup-coffee-smiling-camera-woman-waiting-her-boyfriend-after-university_176420-12329.jpg", - }, + id: "t1", name: "Sarah P. (Satisfied Local Customer)", imageSrc: ""}, { - id: "t2", - name: "Mark D.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-affectionate-elderly-husband-wife-dressed-casual-clothes-look-confidently-front_273609-43905.jpg", - }, + id: "t2", name: "Mark D. (Long-time Client)", imageSrc: ""}, { - id: "t3", - name: "Jessica L.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", - }, - { - id: "t4", - name: "Brian K.", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg", - }, - { - id: "t5", - name: "Emily V.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg", - }, + id: "t3", name: "Jessica L. (Heating Repair Client)", imageSrc: ""}, ]} - cardTitle="What Our Neighbors Say" - cardTag="Social Proof" + cardTitle="Trusted by Our Neighbors" + cardTag="Authentic Feedback" cardAnimation="blur-reveal" />
@@ -174,26 +129,17 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Do you offer emergency service?", - content: "Yes, we are available for emergency repairs to restore comfort quickly.", - }, + id: "f1", title: "Are your technicians fully certified?", content: "Yes, all our staff are licensed, bonded, and local plumbing experts who prioritize safety and long-term solutions."}, { - id: "f2", - title: "What areas do you serve?", - content: "We proudly serve the immediate community and surrounding areas.", - }, + id: "f2", title: "How quickly can you respond to heating issues?", content: "We make it a priority to respond to residential heating failures within a few hours to keep our neighbors warm and safe."}, { - id: "f3", - title: "How can I book an appointment?", - content: "Simply fill out our contact form or give us a call.", - }, + id: "f3", title: "Do you provide transparent quotes?", content: "Honesty is our policy. We assess your plumbing issue first and provide a clear, fair estimate before any repair work starts."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-builder-woman-construction-uniform-safety-helmet-holding-wrench-looking-it-puzzled_141793-127794.jpg" mediaAnimation="slide-up" - title="Common Questions" - description="Have questions about our service coverage or pricing?" + title="Local Service Questions" + description="Transparency matters. Here is how we handle common questions about our local plumbing and heating process." faqsAnimation="blur-reveal" + imageSrc="" /> @@ -201,20 +147,13 @@ export default function LandingPage() { @@ -223,16 +162,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file