I am raw html blockimport React, { useMemo, useState } from "react"; import { motion } from "framer-motion"; import { CheckCircle2, ArrowRight, ShieldCheck, TrendingUp, Car, Calculator, BadgeDollarSign } from "lucide-react"; import { Card, CardContent } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; const BLUE = "#0077c8"; const GREEN = "#97d700"; function formatCurrency(value) { return new Intl.NumberFormat("en-US", { style: "currency", currency: "USD", maximumFractionDigits: 0, }).format(value || 0); } function formatPercent(value) { return `${Number(value || 0).toFixed(1)}%`; } export default function TrustedSaleLandingPage() { const [monthlyUnits, setMonthlyUnits] = useState(85); const [avgGross, setAvgGross] = useState(1800); const [conversionRate, setConversionRate] = useState(14); const [grossLift, setGrossLift] = useState(900); const [conversionLift, setConversionLift] = useState(18); const roi = useMemo(() => { const additionalUnits = monthlyUnits * (conversionLift / 100); const grossFromHigherValue = monthlyUnits * grossLift; const grossFromMoreUnits = additionalUnits * avgGross; const monthlyLift = grossFromHigherValue + grossFromMoreUnits; const annualLift = monthlyLift * 12; return { additionalUnits, grossFromHigherValue, grossFromMoreUnits, monthlyLift, annualLift, newConversionRate: conversionRate * (1 + conversionLift / 100), }; }, [monthlyUnits, avgGross, conversionRate, grossLift, conversionLift]); return (
Turn inventory into Trusted Retail Vehicles.
Make reconditioning visible, give customers proof, and help your sales team sell value instead of defending price.
Used Cars = Low Trust
Dealers are investing more into vehicles than ever. But when customers cannot see the work, price becomes everything.
{title}
{text}
The Trusted Sale Framework
A simple system for making value visible across listings, showroom conversations, and sales follow-up.
Estimate the upside of visible trust.
Use directional assumptions to model how higher gross and stronger conversion could impact monthly and annual profit.
Directional model based on your selected monthly volume, gross lift, and conversion lift assumptions.
You’re already doing the work.
Now get paid for it.
