import { Card, CardContent } from "@/components/ui/card";
import { Button } from "@/components/ui/button";
import { CheckCircle, Wrench, Car, DollarSign } from "lucide-react";
export default function ServicePricing() {
return (
Service Pricing
Dealership-quality work without the inflated GTA prices. Transparent, honest, and always done right.
Maintenance Services
- Oil Change: Starting at $65
- Tire Swap (On Rims): $50 $60
- Tire Swap (Off Rims): $120 $130
- Tire Rotation: $40
- Wheel Balancing: $25/tire
- Wheel Alignment: Starting at $109 + parts
- Cabin Air Filter: Starting at $45
- Wiper Blades: Starting at $25
- Battery & Alternator Test: Free with oil change
{/* Safety & Diagnostics */}
Safety & Diagnostics
- Safety Inspection: $99
- Diagnostic Scan: $89
- Brake Inspection: Free with any service
- Pre-Purchase Inspection: $119
- Suspension Inspection: Free with repair quote
{/* Brakes, Fluids & More */}
Brakes, Fluids & More
- Brake Pads & Rotors: Starting at $289/axle
- Brake Fluid Flush: $99
- Coolant Flush: $129
- AC Recharge: $149
- Transmission Fluid: Starting at $169
- Differential Service: $119
- Power Steering Fluid: $89
- Spark Plug Replacement: Starting at $169
{/* Why Choose Us */}
Why Choose Deejay’s Auto?
- Certified, experienced mechanics
- Independent & family-run since 2005
- Trusted by Brantford and GTA drivers alike
- Fair, competitive pricing—no hidden fees
- We service all makes & models
);
}