diff --git a/src/app/page.tsx b/src/app/page.tsx index bd8ba74..6fd2c4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,128 +30,47 @@ export default function LandingPage() {
@@ -175,21 +94,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - icon: Droplets, - title: "Leak Detection", - description: "Quick identification and repair of any plumbing leak.", - }, - { - icon: Flame, - title: "Water Heaters", - description: "Replacement and maintenance of all water heater types.", - }, - { - icon: Wrench, - title: "General Repair", - description: "Reliable fixing of faucets, pipes, and fixtures.", - }, + { icon: Droplets, title: "Leak Detection", description: "Quick identification and repair of any plumbing leak." }, + { icon: Flame, title: "Water Heaters", description: "Replacement and maintenance of all water heater types." }, + { icon: Wrench, title: "General Repair", description: "Reliable fixing of faucets, pipes, and fixtures." }, ]} title="Comprehensive Plumbing Services" description="We offer a wide range of solutions to handle all your residential plumbing needs with precision and care." @@ -202,60 +109,16 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Becky J.", - role: "Client", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-long-hair-winking-while-having-good-mood-smiling-showing-her-white-perfect-teeth_273609-7717.jpg?_wi=2", - }, - { - id: "2", - name: "Bruce B.", - role: "Client", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-standing-yellow-background-smiling-positive-doing-ok-sign-with-hand-fingers-successful-expression_839833-32513.jpg?_wi=2", - }, - { - id: "3", - name: "Valeria S.", - role: "Local Guide", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-ambitious-confident-adult-30s-woman-cross-arms-smiling-happy-front-looking-forward-standing-against-white-wall_176420-40694.jpg?_wi=2", - }, - { - id: "4", - name: "Marcus D.", - role: "Client", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-happy-girl-smiling-laughing_176420-9603.jpg?_wi=2", - }, - { - id: "5", - name: "Sarah P.", - role: "Client", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg?_wi=2", - }, + { id: "1", name: "Becky J.", role: "Client", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-long-hair-winking-while-having-good-mood-smiling-showing-her-white-perfect-teeth_273609-7717.jpg" }, + { id: "2", name: "Bruce B.", role: "Client", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-standing-yellow-background-smiling-positive-doing-ok-sign-with-hand-fingers-successful-expression_839833-32513.jpg" }, + { id: "3", name: "Valeria S.", role: "Local Guide", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-ambitious-confident-adult-30s-woman-cross-arms-smiling-happy-front-looking-forward-standing-against-white-wall_176420-40694.jpg" }, + { id: "4", name: "Marcus D.", role: "Client", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-happy-girl-smiling-laughing_176420-9603.jpg" }, + { id: "5", name: "Sarah P.", role: "Client", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg" }, ]} kpiItems={[ - { - value: "4.9", - label: "Google Rating", - }, - { - value: "30+", - label: "Happy Clients", - }, - { - value: "24/7", - label: "Availability", - }, + { value: "4.9", label: "Google Rating" }, + { value: "30+", label: "Happy Clients" }, + { value: "24/7", label: "Availability" }, ]} title="Trusted by Homeowners" description="Don't just take our word for it—read what our satisfied local clients have to say about our professionalism." @@ -267,21 +130,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "Do you offer emergency services?", - content: "Yes, we are open 24 hours to handle your plumbing emergencies immediately.", - }, - { - id: "2", - title: "How quickly can you arrive?", - content: "We strive for same-day service for most calls.", - }, - { - id: "3", - title: "Are you licensed and insured?", - content: "Yes, our team is fully licensed and insured for your peace of mind.", - }, + { id: "1", title: "Do you offer emergency services?", content: "Yes, we are open 24 hours to handle your plumbing emergencies immediately." }, + { id: "2", title: "How quickly can you arrive?", content: "We strive for same-day service for most calls." }, + { id: "3", title: "Are you licensed and insured?", content: "Yes, our team is fully licensed and insured for your peace of mind." }, ]} title="Frequently Asked Questions" description="Have questions? We're here to provide the answers you need for your plumbing concerns." @@ -292,30 +143,17 @@ export default function LandingPage() {