// live-a.jsx — VARIANT A "Show It" — WARM VISUAL PINBOARD // Cream + clay, warm serif headlines, the video framed as a soft saved "pin", // a masonry of relatable buyer moments. Female-focused, reassuring, confident. const A = { bg: '#FBF5EC', card: '#FFFFFF', cream2: '#F4E8D9', red: '#E63B2E', redBg: '#FAE6E1', clay: '#9A7257', clayDeep: '#7D5C45', clayBg: '#F0E6DA', ink: '#3B302A', sub: '#7C6B5E', line: '#ECDDCC', sage: '#7E8C63', gold: '#C2902F' }; const ASERIF = "'Newsreader', Georgia, 'Times New Roman', serif"; function AHeader() { return (
Lemon Squad {phoneNumber}
); } const HEART = ['M20.8 4.6a5.5 5.5 0 00-7.8 0L12 5.6l-1-1a5.5 5.5 0 00-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 000-7.8z']; function APin({ label, tag, h, caption }) { return (
{caption &&
{caption}
}
); } function ABenefit({ children }) { return (
{children}
); } function AWarmFAQ() { const [open, setOpen] = React.useState(0); return (
{FAQ_ITEMS.map((it, i) =>
{it.a}
)}
); } function VariantA() { const book = () => openLead({ v: 'A' }); const wide = useIsWide(920); const W = wide ? 820 : MAXW; // keep the mobile column; site-width on desktop return (
{/* HERO */}
America’s Largest & Most Trusted · since 2005

{COPY.heroLead}{COPY.heroAccent}

{COPY.heroSub}

{/* video framed as a soft pin */}
{COPY.bullets.map((b, i) => {b[0]}{b[1]})}
{/* PINBOARD — relatable moments */}
Real moments

You don’t have to do this alone.

{/* REASSURANCE */}

You don’t need to know engines. That’s our job.

Your inspector asks the seller the right questions, points the camera at the things that matter, and tells you — in plain language — what they see. You just hold your phone and feel confident.

{/* PAYS FOR ITSELF */}
Pays for itself

{COPY.valueHead}

{COPY.valueLead}{COPY.valueBody}

$59.99
Live session
vs. a single missed issue — a repaint, a leak, worn tires — that can cost hundreds or thousands after you’ve signed.
{/* HOW IT WORKS */}
How it works
{[['Book in 2 minutes', 'Reserve online. Use it now, or save the link for when you go see the car.'], ['Connect on video — no app', 'Tap one link in your phone’s browser. A certified inspector joins you live.'], ['Walk the car together', 'Up to 20 minutes. They guide every check and flag what an untrained eye misses.']].map((s, i) =>
{i + 1}
{s[0]}
{s[1]}
)}
{/* ASK ANYTHING — assistant */}
New to this?

Ask us anything.

Tap a question — we’ll explain it in plain language and set you up when you’re ready.

{/* TESTIMONIALS */}

Buyers like you

{TESTIMONIALS.slice(0, 3).map((t, i) =>
“{t.text}”
{t.name}
{t.loc} · Verified buyer
)}
{/* FAQ */}

Questions, answered

); } window.VariantA = VariantA;