import React, { useState } from 'react'; import { PackageTier, VehicleType } from '../types'; const DetailRealityCheck: React.FC = () => { const [vehicleType, setVehicleType] = useState(VehicleType.CAR_4DR); const [dirtiness, setDirtiness] = useState(5); const [hasHair, setHasHair] = useState(false); const [hasStains, setHasStains] = useState(false); const [hasOdors, setHasOdors] = useState(false); const [year, setYear] = useState(new Date().getFullYear()); const [result, setResult] = useState<{ tier: PackageTier; price: string; reason: string } | null>(null); const calculate = () => { const isNew = (new Date().getFullYear() - year) <= 5; const isCar = vehicleType === VehicleType.CAR_2DR || vehicleType === VehicleType.CAR_4DR; let tier = PackageTier.MODERATE; let price = ""; let reason = ""; // VIP LIGHT CHECK ($250) if (isNew && isCar && !hasHair && !hasStains && !hasOdors && dirtiness <= 4) { tier = PackageTier.VIP_LIGHT; price = "$250"; reason = "Good news, this one behaves nicely, so you qualify for our VIP Light Detail at $250."; } // MINIVAN SPECIAL ($650+) else if (vehicleType === VehicleType.MINIVAN) { tier = PackageTier.MODERATE; price = dirtiness > 7 ? "$750+" : "$650+"; reason = "Minivans are large projects. " + (dirtiness > 7 ? "That level of cleaning" : "Standard care") + " starts around " + price + " to get it right."; } // EXTREME ($550+) else if (dirtiness >= 9 || (hasHair && hasStains && hasOdors)) { tier = PackageTier.EXTREME; price = vehicleType === VehicleType.SUV ? "$600+" : vehicleType === VehicleType.TRUCK ? "$650+" : "$550+"; reason = "That bumps it into our next tier so we can handle the heavy lifting. This requires a total restoration focus."; } // HEAVY (Fails 2+ VIP conditions) else if ([hasHair, hasStains, hasOdors, dirtiness > 5].filter(Boolean).length >= 2) { tier = PackageTier.HEAVY; price = vehicleType === VehicleType.SUV ? "$475-$525" : vehicleType === VehicleType.TRUCK ? "$500-$550" : "$425-$475"; reason = "Failing multiple VIP conditions moves this into our Heavy tier. We’ll need the extra time for pet hair or stains."; } // MODERATE (Fails 1 VIP condition) else { tier = PackageTier.MODERATE; price = vehicleType === VehicleType.SUV ? "$400-$425" : vehicleType === VehicleType.TRUCK ? "$425-$450" : "$350-$375"; reason = "That bumps it into our Moderate tier—our most common service for Knoxville daily drivers."; } setResult({ tier, price, reason }); }; return (

Screening Tool

🧠 The Reality Check

30 seconds. Zero judgment. Tell us what we're working with.

setYear(parseInt(e.target.value))} />
setDirtiness(parseInt(e.target.value))} />
1: Just Tidy Level: {dirtiness} 10: "No comment"
{[ { label: 'Hair', state: hasHair, set: setHasHair, icon: '🐶' }, { label: 'Stains', state: hasStains, set: setHasStains, icon: '🧃' }, { label: 'Odors', state: hasOdors, set: setHasOdors, icon: '👃' }, ].map(item => ( ))}
{result ? (

Professional Suggestion

{result.tier}

{result.price}

"{result.reason}"

) : (

Complete the quick screening
to reveal your tier

)}
); }; export default DetailRealityCheck;
top of page

Unlock the Ultimate Interior Luxury: Your Place Auto Detail of Knoxville

Are you ready to experience the epitome of automotive interior luxury in Knoxville, Tennessee? Look no further than Your Place Auto Detail of Knoxville! We are your trusted partners in reviving and rejuvenating your vehicle's interior, bringing back that new car feeling right to your doorstep. Serving a 25-mile radius of downtown Knoxville, we bring the spa for your car's interior to you!

Our Process: Interior Only Excellence

At Your Place Auto Detail of Knoxville, we take pride in our meticulous interior detailing process. Our team of highly skilled technicians ensures that every nook and cranny of your vehicle's interior is transformed, leaving it looking, feeling, and smelling like it just rolled off the showroom floor.

Step 1: Steam Cleaning

Our journey to interior perfection begins with a thorough steam cleaning. We use state-of-the-art steam cleaning equipment to eliminate dirt, stains, and odors from every surface. Whether your seats are plagued with dirt, grime, or spills, our steam cleaning process will make them look and feel brand new.

Step 2: Dirt Seats, No More!

Is your vehicle's upholstery riddled with dirt and stains? Our expert team knows just how to tackle this challenge. We'll remove every speck of dirt and stubborn stain, leaving your seats looking spotless and inviting. Say goodbye to unsightly dirt seats and hello to comfort and elegance.

Step 3: Leather Conditioning

For those lucky enough to have leather seats, we offer a specialized leather conditioning service. Our premium leather conditioning treatment not only revitalizes the appearance of your seats but also ensures they remain supple and soft. You'll love the luxurious feel of your leather seats after our treatment.

Step 4: Carpet Shampoo

Your vehicle's carpet takes a lot of wear and tear, and over time, it can accumulate dirt, grime, and odors. Our carpet shampooing service uses eco-friendly, high-performance products to deep-clean your carpets, leaving them fresh, clean, and free of stains.

Step 5: Attention to Detail

At Your Place Auto Detail of Knoxville, we leave no detail unattended. We meticulously clean and restore every interior surface, from dashboard to door panels, from center console to cup holders. We're dedicated to ensuring that every inch of your vehicle's interior sparkles with newness.

 

Why Choose Us?

  • Convenience: We come to you, saving you time and hassle. No need to drive to a detail shop – we bring our top-notch services right to your doorstep.

  • Expertise: Our technicians are highly trained and experienced, using the latest techniques and equipment to deliver superior results.

  • Quality Products: We use eco-friendly, high-quality products to ensure the best outcome for your vehicle and the environment.

  • Satisfaction Guaranteed: We take pride in our work, and your satisfaction is our top priority. We're not happy until you're thrilled with the results.

Your vehicle deserves the very best, and that's exactly what you'll get with Your Place Auto Detail of Knoxville. Experience the transformation of your car's interior with our steam cleaning, dirt seat removal, leather conditioning, carpet shampooing, and meticulous attention to detail.

Don't wait any longer to enjoy the comfort, elegance, and freshness of a like-new interior. Contact us today to schedule your interior detailing service in Knoxville, Tennessee. Your car will thank you, and you'll love the results!

Book

Steamed Interior for Deep Clean

bottom of page