From 02f65037b917c9e177f241488324aeb26ee487d6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 00:28:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 200 +++++++++++------------------------------------ 1 file changed, 47 insertions(+), 153 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f569e9d..90a748b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -53,84 +45,54 @@ export default function LandingPage() {
@@ -143,25 +105,13 @@ export default function LandingPage() { description="We offer a comprehensive range of plumbing services to keep your property running smoothly and reliably." accordionItems={[ { - id: "s1", - title: "Emergency Plumbing Repairs", - content: "Instant support for urgent pipe bursts, leaks, or clogged systems, available 24/7 throughout Miami.", - }, + id: "s1", title: "Emergency Plumbing Repairs", content: "Instant support for urgent pipe bursts, leaks, or clogged systems, available 24/7 throughout Miami."}, { - id: "s2", - title: "Sewer & Drain Cleaning", - content: "Professional cleaning solutions to clear stubborn blockages and prevent future pipe issues.", - }, + id: "s2", title: "Sewer & Drain Cleaning", content: "Professional cleaning solutions to clear stubborn blockages and prevent future pipe issues."}, { - id: "s3", - title: "Water Heater Installation", - content: "Complete tank and tankless system setups tailored for your home's hot water needs.", - }, + id: "s3", title: "Water Heater Installation", content: "Complete tank and tankless system setups tailored for your home's hot water needs."}, { - id: "s4", - title: "Leak Detection & Pipe Repair", - content: "Precision detection and permanent repairs for hidden leaks behind walls or underground.", - }, + id: "s4", title: "Leak Detection & Pipe Repair", content: "Precision detection and permanent repairs for hidden leaks behind walls or underground."}, ]} imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg" mediaAnimation="slide-up" @@ -188,59 +138,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "John Doe", - role: "Homeowner", - company: "Miami Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg", - }, + id: "1", name: "John Doe", role: "Homeowner", company: "Miami Resident", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg"}, { - id: "2", - name: "Sarah Smith", - role: "Property Manager", - company: "Local Business", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg", - }, + id: "2", name: "Sarah Smith", role: "Property Manager", company: "Local Business", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg"}, { - id: "3", - name: "Robert Lee", - role: "Homeowner", - company: "Miami Resident", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-laughing-funny-video-phone-holding-smartphone-sitting-sofa_1258-200143.jpg", - }, + id: "3", name: "Robert Lee", role: "Homeowner", company: "Miami Resident", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-laughing-funny-video-phone-holding-smartphone-sitting-sofa_1258-200143.jpg"}, { - id: "4", - name: "Emily Davis", - role: "Business Owner", - company: "Local Cafe", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg", - }, + id: "4", name: "Emily Davis", role: "Business Owner", company: "Local Cafe", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg"}, { - id: "5", - name: "Michael Brown", - role: "Homeowner", - company: "Miami Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371203.jpg", - }, + id: "5", name: "Michael Brown", role: "Homeowner", company: "Miami Resident", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371203.jpg"}, ]} kpiItems={[ { - value: "4.7", - label: "Average Rating", - }, + value: "4.7", label: "Average Rating"}, { - value: "90+", - label: "Happy Clients", - }, + value: "90+", label: "Happy Clients"}, { - value: "100%", - label: "Service Commitment", - }, + value: "100%", label: "Service Commitment"}, ]} title="Trusted by Miami Residents" description="Hear what our neighbors have to say about our 24/7 professional plumbing services." @@ -252,19 +171,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} names={[ - "Emergency Ready", - "Available 24/7", - "Miami Experts", - "Immediate Response", - "Transparent Pricing", - ]} + "Emergency Ready", "Available 24/7", "Miami Experts", "Immediate Response", "Transparent Pricing"]} title="Need Emergency Help?" description="Don't wait until damage spreads. Call our 24/7 line now for immediate dispatch anywhere in the Miami area." buttons={[ { - text: "Call Now (305) 493-8568", - href: "tel:3054938568", - }, + text: "Call Now (305) 493-8568", href: "tel:3054938568"}, ]} />
@@ -276,22 +188,14 @@ export default function LandingPage() { description="9837 SW 184th St #8860, Miami, FL 33157. We are open 24/7 to handle your plumbing needs." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Your Phone", - required: true, + name: "phone", type: "tel", placeholder: "Your Phone", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your plumbing service needed...", - required: true, + name: "message", placeholder: "Tell us about your plumbing service needed...", required: true, }} imageSrc="http://img.b2bpic.net/free-photo/view-fantasy-tap-with-running-water-surreal-landscape-world-water-day-awareness_23-2151181941.jpg" buttonText="Send Message" @@ -304,29 +208,19 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { items: [ { - label: "24/7 Emergency Support", - href: "tel:3054938568", - }, + label: "24/7 Emergency Support", href: "tel:3054938568"}, { - label: "9837 SW 184th St, Miami", - href: "#", - }, + label: "9837 SW 184th St, Miami", href: "#"}, ], }, ]} -- 2.49.1