import wixData from 'wix-data'; import { saveBooking } from 'backend/bookingService'; const heroImages = [ "wix:image://v1/hero1.jpg", "wix:image://v1/hero2.jpg", "wix:image://v1/hero3.jpg" ]; let heroIndex = 0; const testimonials = [ { message: "Great mobile service and fast response!", author: "Emily R." }, { message: "Professional and friendly staff.", author: "John M." }, { message: "Highly recommend Slater Mechanical.", author: "Sophie K." } ]; let testimonialIndex = 0; let testimonialInterval; $w.onReady(() => { startHeroSlider(); showTestimonial(0); startTestimonialScroll(); setupBookingForm(); }); function startHeroSlider() { const heroImage = $w("#heroImage"); setInterval(() => { heroIndex = (heroIndex + 1) % heroImages.length; heroImage.hide("fade", { duration: 500 }) .then(() => { heroImage.src = heroImages[heroIndex]; return heroImage.show("fade", { duration: 500 }); }); }, 6000); } function showTestimonial(index) { $w("#testimonialText").text = testimonials[index].message; $w("#testimonialAuthor").text = `- ${testimonials[index].author}`; } function startTestimonialScroll() { testimonialInterval = setInterval(() => { testimonialIndex = (testimonialIndex + 1) % testimonials.length; showTestimonial(testimonialIndex); }, 7000); $w("#testimonialBox").onMouseIn(() => clearInterval(testimonialInterval)); $w("#testimonialBox").onMouseOut(() => startTestimonialScroll()); } function setupBookingForm() { $w("#submitBooking").onClick(() => { $w("#errorMsg").hide(); $w("#successMsg").hide(); if (!isValidForm()) { $w("#errorMsg").show(); return; } const booking = { name: $w("#nameInput").value, phone: $w("#phoneInput").value, email: $w("#emailInput").value, serviceType: $w("#serviceDropdown").value, appointmentDate: $w("#datePicker").value }; saveBooking(booking) .then(() => { $w("#successMsg").show(); $w("#bookingForm").hide(); }) .catch(() => { $w("#errorMsg").text = "Something went wrong. Please try again."; $w("#errorMsg").show(); }); }); } function isValidForm() { return $w("#nameInput").valid && $w("#phoneInput").valid && $w("#emailInput").valid && $w("#serviceDropdown").value !== "" && $w("#datePicker").value !== null; }import wixData from 'wix-data'; import { saveBooking } from 'backend/bookingService'; const heroImages = [ "wix:image://v1/hero1.jpg", "wix:image://v1/hero2.jpg", "wix:image://v1/hero3.jpg" ]; let heroIndex = 0; const testimonials = [ { message: "Great mobile service and fast response!", author: "Emily R." }, { message: "Professional and friendly staff.", author: "John M." }, { message: "Highly recommend Slater Mechanical.", author: "Sophie K." } ]; let testimonialIndex = 0; let testimonialInterval; $w.onReady(() => { startHeroSlider(); showTestimonial(0); startTestimonialScroll(); setupBookingForm(); }); function startHeroSlider() { const heroImage = $w("#heroImage"); setInterval(() => { heroIndex = (heroIndex + 1) % heroImages.length; heroImage.hide("fade", { duration: 500 }) .then(() => { heroImage.src = heroImages[heroIndex]; return heroImage.show("fade", { duration: 500 }); }); }, 6000); } function showTestimonial(index) { $w("#testimonialText").text = testimonials[index].message; $w("#testimonialAuthor").text = `- ${testimonials[index].author}`; } function startTestimonialScroll() { testimonialInterval = setInterval(() => { testimonialIndex = (testimonialIndex + 1) % testimonials.length; showTestimonial(testimonialIndex); }, 7000); $w("#testimonialBox").onMouseIn(() => clearInterval(testimonialInterval)); $w("#testimonialBox").onMouseOut(() => startTestimonialScroll()); } function setupBookingForm() { $w("#submitBooking").onClick(() => { $w("#errorMsg").hide(); $w("#successMsg").hide(); if (!isValidForm()) { $w("#errorMsg").show(); return; } const booking = { name: $w("#nameInput").value, phone: $w("#phoneInput").value, email: $w("#emailInput").value, serviceType: $w("#serviceDropdown").value, appointmentDate: $w("#datePicker").value }; saveBooking(booking) .then(() => { $w("#successMsg").show(); $w("#bookingForm").hide(); }) .catch(() => { $w("#errorMsg").text = "Something went wrong. Please try again."; $w("#errorMsg").show(); }); }); } function isValidForm() { return $w("#nameInput").valid && $w("#phoneInput").valid && $w("#emailInput").valid && $w("#serviceDropdown").value !== "" && $w("#datePicker").value !== null; } import wixData from 'wix-data'; import { saveBooking } from 'backend/bookingService'; const heroImages = [ "wix:image://v1/hero1.jpg", "wix:image://v1/hero2.jpg", "wix:image://v1/hero3.jpg" ]; let heroIndex = 0; const testimonials = [ { message: "Great mobile service and fast response!", author: "Emily R." }, { message: "Professional and friendly staff.", author: "John M." }, { message: "Highly recommend Slater Mechanical.", author: "Sophie K." } ]; let testimonialIndex = 0; let testimonialInterval; $w.onReady(() => { startHeroSlider(); showTestimonial(0); startTestimonialScroll(); setupBookingForm(); }); function startHeroSlider() { const heroImage = $w("#heroImage"); setInterval(() => { heroIndex = (heroIndex + 1) % heroImages.length; heroImage.hide("fade", { duration: 500 }) .then(() => { heroImage.src = heroImages[heroIndex]; return heroImage.show("fade", { duration: 500 }); }); }, 6000); } function showTestimonial(index) { $w("#testimonialText").text = testimonials[index].message; $w("#testimonialAuthor").text = `- ${testimonials[index].author}`; } function startTestimonialScroll() { testimonialInterval = setInterval(() => { testimonialIndex = (testimonialIndex + 1) % testimonials.length; showTestimonial(testimonialIndex); }, 7000); $w("#testimonialBox").onMouseIn(() => clearInterval(testimonialInterval)); $w("#testimonialBox").onMouseOut(() => startTestimonialScroll()); } function setupBookingForm() { $w("#submitBooking").onClick(() => { $w("#errorMsg").hide(); $w("#successMsg").hide(); if (!isValidForm()) { $w("#errorMsg").show(); return; } const booking = { name: $w("#nameInput").value, phone: $w("#phoneInput").value, email: $w("#emailInput").value, serviceType: $w("#serviceDropdown").value, appointmentDate: $w("#datePicker").value }; saveBooking(booking) .then(() => { $w("#successMsg").show(); $w("#bookingForm").hide(); }) .catch(() => { $w("#errorMsg").text = "Something went wrong. Please try again."; $w("#errorMsg").show(); }); }); } function isValidForm() { return $w("#nameInput").valid && $w("#phoneInput").valid && $w("#emailInput").valid && $w("#serviceDropdown").value !== "" && $w("#datePicker").value !== null; }
top of page
IMG_20230420_160623_246_edited.jpg

Mobile Mechanics and Auto Electricians

25 Years of Excellence in Automotive Services

Slater Mechanical is your trusted team of mobile mechanics and auto electricians, proudly servicing Mandurah and surrounding areas. With 25 years of experience, we are dedicated to keeping your vehicle in top shape. Explore our website to discover the full range of services we offer.

IMG_20230420_132535_692.jpg

More About Slater Mechanical

Your Mobile Automotive Experts

With over two decades of experience, Slater Mechanical has established itself as the leading provider of mobile mechanic and auto electrician services in the Mandurah area. Our unwavering commitment to excellence and customer satisfaction has earned the trust of the local community. We continuously enhance our services to meet the evolving needs of our valued clientele.

Penrite Oils
20230329_171718.jpg

Comprehensive Automotive Services

Prioritizing Your Vehicle's Performance

At Slater Mechanical, we prioritize meeting our customers' requirements and strive to provide a wide range of services to fulfill all their automotive needs. Our service offerings are constantly expanding, and we welcome specific service requests not currently listed.

Mobile Mechanic Services

Excellence in Service Guaranteed

Our mobile mechanic services are highly sought after, complemented by top-tier suppliers for oils and lubricants. Numerous clients have benefited from this service, delivered with the highest level of professionalism. When you choose Slater Mechanical, expect a seamless and efficient process for all your vehicle's requirements.

Equipped Mobile Workshop

Unmatched Convenience

Our fully equipped mobile workshop service has been pivotal to our success and is frequently utilized by our customers. Regardless of the service, you can rely on us to fulfill all your automotive needs. Our team takes immense pride in delivering exceptional customer service, ensuring a gratifying experience. Reach out to us today for any assistance you may need.

Mobile Auto Electricians

Trusted Auto Electrical Specialists

At Slater Mechanical, we uphold the highest standards of professionalism in all our services, particularly with the latest diagnostic equipment. Our goal is to simplify and alleviate any stress associated with vehicle maintenance. Count on us to provide superior products and unparalleled customer service that comes directly to you.

Keen to learn more about our services? Don't hesitate to get in touch.

Customer Testimonials

From Our Satisfied Customers

FORD XR8

Paul is incredibly friendly and approachable, and his work is of exceptional quality. Every penny spent on his services is worthwhile, and I will undoubtedly return for any future needs.

Untitled

TOYOTA PRADO

Professionalism at its best! Slater Mechanical not only resolved my issues from the basics but also saved me a substantial amount compared to other quotes.

20230531_123140.jpg

MAZDA BT50

I had persistent troubles with my LED tail lights, but Paul meticulously diagnosed and resolved the issue. His dedication and expertise left me thoroughly pleased with the service.

Screenshot_20230630_174926_DuckDuckGo_ed

VC COMMODORE

Paul's proficiency in diagnosing and resolving my VC Commodore's overheating problem was outstanding. His competence motivated me to entrust him with a rewiring job, and the results were nothing short of exceptional. I highly recommend Paul for any mechanical job.

Untitled

TOYOTA LANDCRUISER

Outstanding service! Punctual, efficient, and a top-quality job on my 200 series wagon. Slater Mechanical has truly brought reliable mechanical expertise to Mandurah and its surrounds.

Untitled

AUDI A4

Paul's ability to identify and rectify engine faults has saved me both time and money. His professionalism, experience, and friendly demeanor make Slater Mechanical a strong recommendation from my end.

20210104_102716_edited_edited.png

ADMIRAL 38 CATAMARAN

If you desire thorough and impeccable work, Paul is your go-to person. His honesty, meticulous approach, and commitment to delivering as promised make Slater Mechanical a standout choice.

Untitled

JOHN DEERE 8360RT

Paul's prompt repair of my JD's transmission saved me significant expenses. His swiftness and proficiency are truly commendable.

Untitled

DATSUN SSS

Prompt and effective roadside assistance – that's what Slater Mechanical delivered. Exceptional service, indeed!

FB_IMG_1603489831171.jpg

Had a positive experience at Slater Mechanical? We'd love to feature your review on our site. Get in touch with us today.

FB_IMG_1681798519285.jpg

Opening Hours

We Come To You

Mon - Fri: 8am - 4pmSat: 9am - 12pmSun: Closed

IMG_20230419_211637_351.jpg

Get in Touch

Slater Mechanical, your mobile automotive experts, is committed to exceeding your expectations. Do you have any questions, comments, or special requests? We eagerly await your outreach, so feel free to connect with us today.

0415 223 447

  • Instagram
  • Facebook

Thanks for submitting!

bottom of page
import wixData from 'wix-data'; export function saveBooking(booking) { return wixData.insert("Bookings", booking); }