diff --git a/src/app/page.tsx b/src/app/page.tsx index 03c2ebf..bdeba8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,34 +33,20 @@ export default function LandingPage() { @@ -317,20 +193,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "What areas do you serve?", - content: "We proudly serve Central Florida, including Orlando, Kissimmee, Sanford, Winter Park, and surrounding communities. Contact us to confirm service availability in your specific location.", - }, + id: "q1", title: "What areas do you serve?", content: "We proudly serve Central Florida, including Orlando, Kissimmee, Sanford, Winter Park, and surrounding communities. Contact us to confirm service availability in your specific location."}, { - id: "q2", - title: "Do you offer 24/7 emergency services?", - content: "Yes, we understand plumbing emergencies don't wait. Our licensed plumbers are available 24 hours a day, 7 days a week, for urgent repairs.", - }, + id: "q2", title: "Do you offer 24/7 emergency services?", content: "Yes, we understand plumbing emergencies don't wait. Our licensed plumbers are available 24 hours a day, 7 days a week, for urgent repairs."}, { - id: "q3", - title: "What types of plumbing services do you provide?", - content: "We offer a full range of residential and commercial plumbing services, including emergency repairs, water heater installation and repair, drain cleaning, leak detection, re-piping, fixture installation, and preventative maintenance.", - }, + id: "q3", title: "What types of plumbing services do you provide?", content: "We offer a full range of residential and commercial plumbing services, including emergency repairs, water heater installation and repair, drain cleaning, leak detection, re-piping, fixture installation, and preventative maintenance."}, ]} imageSrc="http://img.b2bpic.net/free-photo/flat-lay-still-life-assortment-pvc_23-2149062937.jpg" imageAlt="Detailed plumbing system diagram" @@ -350,36 +217,22 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "99%", - title: "Customer Satisfaction", - items: [ - "Rated Excellent", - "Trusted Local Service", - ], + id: "m1", value: "99%", title: "Customer Satisfaction", items: [ + "Rated Excellent", "Trusted Local Service"], }, { - id: "m2", - value: "100+", - title: "Daily Service Calls", - items: [ - "Rapid Response", - "Efficient Solutions", - ], + id: "m2", value: "100+", title: "Daily Service Calls", items: [ + "Rapid Response", "Efficient Solutions"], }, { - id: "m3", - value: "20+", - title: "Certified Plumbers", - items: [ - "Licensed Professionals", - "Experienced Technicians", - ], + id: "m3", value: "20+", title: "Certified Plumbers", items: [ + "Licensed Professionals", "Experienced Technicians"], }, ]} title="Our Commitment in Numbers" description="See the impact of All Service Plumbing in Central Florida. We deliver reliability you can count on, every time." tag="Our Impact" + buttonAnimation="blur-reveal" /> @@ -387,8 +240,7 @@ export default function LandingPage() {