diff --git a/src/app/page.tsx b/src/app/page.tsx index d58eb91..4be000c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,6 +58,7 @@ export default function LandingPage() { ], logoIcon: Sparkles, sidebarItems: [{ icon: ShieldCheck, active: true }, { icon: Zap }], + listItems: [{ icon: CheckCircle, title: "Inspection Passed", status: "Complete" }, { icon: Wrench, title: "Deep Clean", status: "In Progress" }], buttons: [{ text: "Get Quote" }], imageSrc: "http://img.b2bpic.net/free-photo/shiny-new-car-detailing-service_141793-74591.jpg" }}