Questions about a quote, a reservation, or a ride already in progress? We answer the phone around the clock. To reserve a vehicle, the fastest route is our booking page.
Get in Touch
- Phone: (734) 620-4328 — call or text
- Email: [email protected]
- Service area: Based in Canton, MI 48187 — we come to you. LuxeDetroit is a service-area business with no public office; all pickups are at your door.
- Hours: 24 hours a day, 7 days a week, 365 days a year
For new reservations, please use the online booking form or call us directly. Phone is best for same-day and time-sensitive requests.
Send Us a Message
Form spec (one form only — no duplicate forms on this page):
| Field | Type | Required |
|---|---|---|
| Name | text | yes |
| Phone | tel | yes |
| yes | ||
| Message | textarea | yes |
- Submit button label: "Send Message"
- On submit, redirect to `/thank-you/` (noindex per SPEC §6).
- The hidden `referer_title`/page-source field must be dynamic (`[post_title]`), never hard-coded.
Visit Us
We are based in Canton and serve more than 45 communities across Metro Detroit. See the full coverage list on our service areas page, or review rates and our fleet before you book.
CTA
Need a ride now? Call (734) 620-4328 any hour, or Book Your Ride online in under a minute.
Structured data (JSON-LD) — for developer
{
"@context": "https://schema.org",
"@type": "ContactPage",
"name": "Contact LuxeDetroit",
"url": "https://www.luxedetroit.com/contact/",
"mainEntity": {
"@type": "LocalBusiness",
"@id": "https://www.luxedetroit.com/#business",
"name": "LuxeDetroit",
"url": "https://www.luxedetroit.com/",
"telephone": "+17346204328",
"email": "[email protected]",
"address": {
"@type": "PostalAddress",
"addressLocality": "Canton",
"addressRegion": "MI",
"postalCode": "48187",
"addressCountry": "US"
},
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],
"opens": "00:00",
"closes": "23:59"
},
"areaServed": "Metro Detroit, MI"
}
}