diff --git a/src/app/page.tsx b/src/app/page.tsx index a43d99b..41cd5fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,59 +47,20 @@ export default function LandingPage() {
@@ -119,39 +72,26 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "s1", - title: "Leak Detection", - subtitle: "Advanced tools for quick identification.", - category: "Detection", - value: "Essential", - }, + id: "s1", title: "Leak Detection", subtitle: "Utilizing cutting-edge thermal imaging and acoustic detection tools, we identify hidden leaks behind walls and under concrete slabs before they cause major structural damage.", category: "Detection", value: "Essential"}, { - id: "s2", - title: "Water Heater Repair", - subtitle: "Hot water restored quickly and efficiently.", - category: "Repairs", - value: "Service", - }, + id: "s2", title: "Water Heater Repair", subtitle: "Expert maintenance and repair services for all makes and models. We ensure consistent hot water pressure and temperature, improving energy efficiency for your entire home.", category: "Repairs", value: "Service"}, { - id: "s3", - title: "Drain Cleaning", - subtitle: "Professional cleaning for clear flow.", - category: "Maintenance", - value: "Routine", - }, + id: "s3", title: "Drain Cleaning", subtitle: "Our hydro-jetting services clear deep-seated blockages in your sewer and drainage systems, restoring optimal flow and preventing recurring clogs.", category: "Maintenance", value: "Routine"}, + { + id: "s4", title: "Pipe Relining", subtitle: "We offer trenchless pipe repair solutions to restore damaged pipes without the need for extensive excavation, saving you both time and landscape costs.", category: "Structural", value: "Modern"}, ]} - title="Our Plumbing Services" - description="From emergency repairs to full installations, we handle it all with care and professionalism." + title="Our Comprehensive Plumbing Services" + description="We combine technical expertise with modern equipment to offer a full spectrum of plumbing solutions for your property." />
@@ -191,49 +120,15 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - title: "Excellent Service", - quote: "Handled everything with care and professionalism. Highly recommend.", - name: "Sarah J.", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg", - }, - { - id: "t2", - title: "Fair Pricing", - quote: "Fair pricing and quality work exceeded expectations.", - name: "Mark D.", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/portrat-young-man-laughing_23-2148560405.jpg", - }, - { - id: "t3", - title: "Classic Experience", - quote: "First-class service from start to finish.", - name: "John R.", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg", - }, - { - id: "t4", - title: "Reliable", - quote: "Quick and effective solutions, my go-to plumber.", - name: "Emily S.", - role: "Resident", - imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-pointing-with-index-fingers-camera-smiling-confident_141793-28690.jpg", - }, - { - id: "t5", - title: "Professional", - quote: "Very professional and friendly team, great results.", - name: "David W.", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/greetings-joyful-man-woman-standing-with-back-camera-shaking-hands_259150-58289.jpg", - }, + { id: "t1", title: "Excellent Service", quote: "Professional, arrived on time, and fixed the issue permanently.", name: "Sarah J.", role: "Randwick Homeowner" }, + { id: "t2", title: "Fair Pricing", quote: "Transparency in pricing that made the entire repair process stress-free.", name: "Mark D.", role: "Local Business Owner" }, + { id: "t3", title: "Top Tier", quote: "First-class service from a very polite and tidy team. Would use again.", name: "John R.", role: "Property Manager" }, + { id: "t4", title: "Reliable", quote: "Fast response during an midnight emergency. Lifesavers.", name: "Emily S.", role: "Resident" }, + { id: "t5", title: "Professional", quote: "Detailed explanation of the plumbing issue and efficient resolution.", name: "David W.", role: "Homeowner" }, + { id: "t6", title: "Highly Recommended", quote: "They treat your home with total respect. Top-notch work quality.", name: "Claire P.", role: "Resident" }, ]} title="What Our Clients Say" - description="Professional care and reliable service." + description="We value the trust our clients place in us across the Sydney metropolitan area." /> @@ -241,24 +136,13 @@ export default function LandingPage() { @@ -269,40 +153,18 @@ export default function LandingPage() { title="Need a Professional Plumber?" description="Reach out today and let us handle your plumbing issues." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "email", type: "email", placeholder: "Your Email", required: true }, ]} - textarea={{ - name: "message", - placeholder: "How can we help?", - rows: 4, - required: true, - }} - imageSrc="http://img.b2bpic.net/free-photo/barista-smiling-smartphone-counter-coffee-shop_23-2148326694.jpg" + textarea={{ name: "message", placeholder: "How can we help?", rows: 4, required: true }} />