diff --git a/src/app/page.tsx b/src/app/page.tsx index 0315fb6..6bf8141 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,37 +52,20 @@ export default function LandingPage() { { text: "Book Service", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721552.jpg" + imageSrc="https://img.b2bpic.net/free-photo/plumber-fixing-pipes-kitchen_23-2148766324.jpg" mediaAnimation="slide-up" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721552.jpg", alt: "Service Technician 1"}, - { - src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721552.jpg", alt: "Service Technician 2"}, - { - src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721552.jpg", alt: "Service Technician 3"}, - { - src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721552.jpg", alt: "Service Technician 4"}, - { - src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721552.jpg", alt: "Service Technician 5"}, + { src: "https://img.b2bpic.net/free-photo/medium-shot-plumber-holding-wrench_23-2148766336.jpg", alt: "Expert 1" }, + { src: "https://img.b2bpic.net/free-photo/plumber-working-sink_23-2148766355.jpg", alt: "Expert 2" }, + { src: "https://img.b2bpic.net/free-photo/plumber-repairing-pipe-using-tools_23-2148766318.jpg", alt: "Expert 3" }, ]} avatarText="Trusted by 500+ Calgary homeowners" marqueeItems={[ - { - type: "text-icon", text: "24/7 Emergency", icon: Clock, - }, - { - type: "text-icon", text: "Licensed Plumbers", icon: ShieldCheck, - }, - { - type: "text-icon", text: "Fast Response", icon: Zap, - }, - { - type: "text-icon", text: "Fixed Pricing", icon: Percent, - }, - { - type: "text-icon", text: "Local Experts", icon: MapPin, - }, + { type: "text-icon", text: "24/7 Emergency", icon: Clock }, + { type: "text-icon", text: "Licensed Plumbers", icon: ShieldCheck }, + { type: "text-icon", text: "Fast Response", icon: Zap }, + { type: "text-icon", text: "Fixed Pricing", icon: Percent }, + { type: "text-icon", text: "Local Experts", icon: MapPin }, ]} /> @@ -92,8 +75,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Expert Care for Your Home Systems" buttons={[ - { - text: "View Our Services", href: "#services"}, + { text: "View Our Services", href: "#services" }, ]} /> @@ -104,12 +86,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} negativeCard={{ - items: [ - "No Hidden Fees", "No Unnecessary Repairs", "No Service Delays", "No Mess Left Behind", "No Compromise on Safety"], + items: ["No Hidden Fees", "No Unnecessary Repairs", "No Service Delays", "No Mess Left Behind", "No Compromise on Safety"], }} positiveCard={{ - items: [ - "Licensed & Insured Professionals", "24/7 Emergency Support", "Transparent Pricing Guarantee", "Comprehensive Diagnostics", "Local Calgary Roots"], + items: ["Licensed & Insured Professionals", "24/7 Emergency Support", "Transparent Pricing Guarantee", "Comprehensive Diagnostics", "Local Calgary Roots"], }} title="Why Choose Argy Plumbing & Heating" description="We prioritize quality workmanship, punctuality, and transparent pricing to ensure your peace of mind." @@ -122,11 +102,11 @@ export default function LandingPage() { background={{ variant: "plain"}} tag="Contact Us" - title="Need Immediate Assistance?" - description="Our team is standing by to resolve your plumbing and heating emergencies. Contact us today for reliable service." + title="Ready to Fix Your Plumbing Issue?" + description="Don't wait for minor issues to turn into major emergencies. Reach out to our expert team for a fast, reliable, and professional fix today." buttons={[ - { - text: "Contact Support", href: "mailto:info@argyplumbing.ca"}, + { text: "Call (403) 000-0000", href: "tel:+14030000000" }, + { text: "Email Us", href: "mailto:info@argyplumbing.ca" }, ]} /> @@ -139,18 +119,9 @@ export default function LandingPage() { title="Proven Excellence" description="Serving the Calgary community with unparalleled technical expertise and dedication." metrics={[ - { - id: "1", value: "15+", title: "Years Experience", items: [ - "Serving Calgary since 2010", "Qualified Master Plumbers"], - }, - { - id: "2", value: "24/7", title: "Availability", items: [ - "Emergency response", "Available weekends & holidays"], - }, - { - id: "3", value: "100%", title: "Satisfaction", items: [ - "Warranty on all labor", "Customer focus first"], - }, + { id: "1", value: "15+", title: "Years Experience", items: ["Master-certified technicians", "Established in 2010"] }, + { id: "2", value: "5k+", title: "Successful Jobs", items: ["Completed projects", "Satisfied home systems"] }, + { id: "3", value: "100%", title: "Warranty Backed", items: ["On all labor provided", "Peace of mind guarantee"] }, ]} /> @@ -158,22 +129,8 @@ export default function LandingPage() {