Freeman's Roadside & Mobile Mechanic | 336-514-8513
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body {
background: #050505;
color: #f5f5f5;
line-height: 1.5;
}
a {
color: inherit;
text-decoration: none;
}
header {
position: sticky;
top: 0;
z-index: 50;
background: rgba(5, 5, 5, 0.95);
border-bottom: 1px solid #262626;
backdrop-filter: blur(10px);
}
.nav {
max-width: 1100px;
margin: 0 auto;
padding: 0.75rem 1rem;
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
}
.logo {
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
font-size: 0.9rem;
}
.logo span {
color: #ef4444;
}
.nav-links {
display: flex;
gap: 1rem;
font-size: 0.9rem;
}
.nav-links a {
opacity: 0.8;
}
.nav-links a:hover {
opacity: 1;
}
.btn-call {
padding: 0.5rem 0.9rem;
border-radius: 999px;
border: 1px solid #ef4444;
color: #fef2f2;
background: #ef4444;
font-size: 0.85rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.06em;
box-shadow: 0 0 20px rgba(239, 68, 68, 0.5);
white-space: nowrap;
}
.btn-call:hover {
filter: brightness(1.1);
}
main {
max-width: 1100px;
margin: 0 auto;
padding: 1.5rem 1rem 3rem;
}
/* Hero */
.hero {
display: grid;
grid-template-columns: minmax(0, 2.1fr) minmax(0, 1.6fr);
gap: 2.5rem;
align-items: center;
padding: 2.5rem 0 3rem;
}
.hero-kicker {
text-transform: uppercase;
font-size: 0.8rem;
letter-spacing: 0.2em;
color: #a3a3a3;
margin-bottom: 0.75rem;
}
.hero h1 {
font-size: clamp(2.1rem, 4vw, 3rem);
font-weight: 800;
text-transform: uppercase;
line-height: 1.1;
margin-bottom: 0.75rem;
}
.hero h1 span {
color: #ef4444;
}
.hero-sub {
font-size: 0.98rem;
color: #d4d4d4;
margin-bottom: 1.2rem;
}
.hero-badges {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin-bottom: 1.3rem;
}
.badge {
border-radius: 999px;
border: 1px solid #262626;
padding: 0.35rem 0.75rem;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.08em;
color: #a3a3a3;
}
.hero-cta-row {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.75rem 1rem;
margin-bottom: 1.5rem;
}
.btn-outline {
padding: 0.5rem 0.9rem;
border-radius: 999px;
border: 1px solid #525252;
background: transparent;
font-size: 0.85rem;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.06em;
color: #e5e5e5;
}
.btn-outline:hover {
border-color: #d4d4d4;
}
.hero-footnote {
font-size: 0.78rem;
color: #a3a3a3;
}
.hero-right {
border-radius: 1.5rem;
border: 1px solid #262626;
background: radial-gradient(circle at top left, #1f2937, #020617);
padding: 1.25rem 1.25rem 1.5rem;
box-shadow: 0 18px 40px rgba(0, 0, 0, 0.75);
}
.hero-right h2 {
font-size: 0.95rem;
text-transform: uppercase;
letter-spacing: 0.16em;
color: #a3a3a3;
margin-bottom: 0.8rem;
}
.hero-right h3 {
font-size: 1.15rem;
margin-bottom: 0.8rem;
}
.highlight-box {
border-radius: 1rem;
border: 1px solid rgba(248, 113, 113, 0.5);
background: rgba(15, 23, 42, 0.9);
padding: 0.75rem 0.9rem;
font-size: 0.85rem;
margin-bottom: 0.9rem;
}
.highlight-box strong {
color: #fca5a5;
}
.hero-list {
list-style: none;
font-size: 0.85rem;
color: #d4d4d4;
margin-bottom: 1rem;
}
.hero-list li {
margin-bottom: 0.35rem;
display: flex;
align-items: baseline;
gap: 0.4rem;
}
.hero-list li::before {
content: "•";
color: #ef4444;
font-size: 0.9rem;
}
.mini-note {
font-size: 0.75rem;
color: #9ca3af;
}
section {
padding: 2.25rem 0 0;
border-top: 1px solid #111827;
margin-top: 1.5rem;
}
section h2 {
font-size: 1.35rem;
margin-bottom: 0.5rem;
text-transform: uppercase;
letter-spacing: 0.12em;
}
section p.section-sub {
font-size: 0.9rem;
color: #a3a3a3;
margin-bottom: 1.25rem;
}
.grid-3 {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1.25rem;
}
.card {
border-radius: 1rem;
border: 1px solid #1f2937;
background: radial-gradient(circle at top left, #020617, #0b0b0b);
padding: 1rem;
font-size: 0.9rem;
}
.card h3 {
font-size: 1rem;
margin-bottom: 0.35rem;
}
.tag {
display: inline-block;
border-radius: 999px;
border: 1px solid #374151;
padding: 0.2rem 0.6rem;
font-size: 0.7rem;
text-transform: uppercase;
letter-spacing: 0.08em;
color: #9ca3af;
margin-bottom: 0.4rem;
}
.card ul {
list-style: none;
margin-top: 0.4rem;
}
.card ul li {
font-size: 0.85rem;
color: #d4d4d4;
margin-bottom: 0.25rem;
}
.price {
font-weight: 700;
color: #fca5a5;
margin-top: 0.4rem;
font-size: 0.9rem;
}
.two-col {
display: grid;
grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
gap: 1.5rem;
align-items: flex-start;
}
.contact-box {
border-radius: 1rem;
border: 1px solid #1f2937;
background: radial-gradient(circle at top left, #020617, #0b0b0b);
padding: 1rem;
font-size: 0.9rem;
}
.contact-row {
margin-bottom: 0.6rem;
}
.label {
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.12em;
color: #9ca3af;
margin-bottom: 0.1rem;
}
.value {
font-size: 0.95rem;
}
footer {
border-top: 1px solid #111827;
padding: 1.5rem 1rem 2rem;
font-size: 0.75rem;
color: #6b7280;
text-align: center;
}
/* Responsive */
@media (max-width: 800px) {
.hero {
grid-template-columns: minmax(0, 1fr);
}
.hero-right {
order: -1;
}
.grid-3 {
grid-template-columns: minmax(0, 1fr);
}
.two-col {
grid-template-columns: minmax(0, 1fr);
}
.nav-links {
display: none;
}
.nav {
justify-content: space-between;
}
}
FREEMAN'S ROADSIDE & MOBILE MECHANIC
Roadside • Mobile Mechanic • Locally Owned
Freeman's Roadside
& Mobile Mechanic
Stuck on the side of I-40, in a parking lot, or at home? We pull up, diagnose it, and fix it on the spot when possible —
no tow truck, no dealership games.
Mobile Diagnostics & Repair
Greensboro ➜ Durham ➜ Raleigh
Serving Greensboro, Burlington, Graham, Mebane, Efland, Hillsborough, Chapel Hill, Durham, Raleigh, Gibsonville and the I-40 corridor.
24/7 ROAD HELP (WHEN AVAILABLE)
Breakdown to back on the road — in one call.
Call or text now:
336-514-8513
Save this number in your phone under “Roadside – Freeman”.
Jumpstarts, lockouts, tire changes & fuel delivery
On-site diagnostics & repairs at your home or job
Straight-up pricing from a real mechanic, not a call center
Operated by Freeman’s Chop Shop. Insurance services coming soon — fix your ride and get it properly covered.
Roadside Assistance
When your ride lets you down anywhere between Greensboro and Raleigh, we don’t. Fast, local response for breakdowns,
no-starts, and “oh sh*t” moments on I-40 and in the Triad / Triangle.
Jumpstarts & No-Starts
Dead battery or it just won’t crank? We’ll test it, jump it, and help you decide if it’s time to replace.
Battery testing
Jumpstart on-site
Advice on next steps
Lockouts, Flats & Fuel
Locked your keys in, blew a tire, or ran it too low on gas? We’ve got you covered.
Lockout entry (non-destructive)
Spare tire installs
Local fuel delivery
Night & Weekend Calls
Breakdowns don’t care about business hours. Text first if possible so we can give you an ETA and price.
Evening & weekend availability
Coverage across Triad & Triangle
Clear, simple after-hours fees
After-hours fee may apply
Mobile Mechanic Repair
Don’t want to sit in a waiting room? We bring the tools and experience to your driveway, job site, or apartment lot.
What We Can Do On-Site
Check engine light & diagnostics (OBD2)
Battery, alternator & starter replacement
Brakes, pads & rotors
Belts, tensioners & basic sensors
Fluids & minor cooling system repairs
Diagnostics typically $75–$120
How It Works
You call or text with your issue and location
We give you an honest estimate or diagnostic fee
We show up, diagnose, and fix it if possible on-site
If it’s bigger, we help you plan the next move
No upsell games. No “mystery” fees. You’ll know what it costs before we turn a wrench.
Insurance – Coming Soon
The goal is simple: not just to fix your ride when things go wrong, but to help make sure you’re covered properly
before they do.
Auto, Home & More
Once licensing and carrier setup is finished, clients of Freeman’s Roadside & Mobile Mechanic will be able to get:
Auto insurance quotes
Home or renters coverage
Bundle options to save money
Turn a breakdown into a chance to get properly protected, so the next “what if” doesn’t hit your wallet as hard.
Book a Call or Repair
Text with your name, vehicle, location, and what’s going on — or tap the call button below.
Greensboro, Burlington, Graham, Mebane, Efland, Hillsborough, Chapel Hill, Durham, Raleigh, Gibsonville,
and the surrounding Triad–Triangle / I-40 corridor.
Roadside: 24/7 when available
Mobile Repair: By appointment
Cash, card, and mobile payment apps accepted. Payment due at time of service.
Fastest Way to Get Help
Save our number in your phone.
Text us: name, vehicle, issue, and location.
We’ll confirm ETA and pricing before we roll.
Response time depends on current jobs and distance. If it’s a true emergency, call 911 first.
© Freeman's Roadside & Mobile Mechanic. Operated by Freeman’s Chop Shop. All rights reserved.
document.getElementById("year").textContent = new Date().getFullYear();