From 4dbefbd3aecbc0a24944c2028a08f24bc70f4c7c Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 1 Jul 2026 19:14:19 +0000 Subject: [PATCH] Bob AI: Fix the 'Honest Service' card in the features section so its content populates a --- src/pages/HomePage/sections/Features.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage/sections/Features.tsx b/src/pages/HomePage/sections/Features.tsx index 24ba24f..1585821 100644 --- a/src/pages/HomePage/sections/Features.tsx +++ b/src/pages/HomePage/sections/Features.tsx @@ -18,7 +18,7 @@ export default function FeaturesSection(): React.JSX.Element { title: "Fast Response", description: "Emergency and priority scheduling available when you need it most.", bentoComponent: "orbiting-icons", centerIcon: "Zap", orbitIcons: ["Clock", "AlertTriangle", "Calendar"], }, { - title: "Honest Service", description: "Transparent recommendations with absolutely no unnecessary upsells.", bentoComponent: "checklist-timeline", heading: "Our Promise", subheading: "Quality Service Every Time", checklistItems: [ + title: "Honest Service", description: "Transparent recommendations with absolutely no unnecessary upsells.", bentoComponent: "checklist-timeline", heading: "Our Promise", subheading: "Quality Service Every Time", steps: [ { label: "Transparent pricing", detail: "No hidden fees" }, { label: "Professional staff", detail: "Certified technicians" }, { label: "Proven results", detail: "Customer guaranteed" }, -- 2.49.1