From 33e5c32e8848880244cf6b2815a0142a64ad6ee7 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 1 Jul 2026 20:13:26 +0000 Subject: [PATCH] Bob AI: Fix rendering errors in Features section by using supported --- 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 6bc9e6a..1b29295 100644 --- a/src/pages/HomePage/sections/Features.tsx +++ b/src/pages/HomePage/sections/Features.tsx @@ -13,7 +13,7 @@ export default function FeaturesSection(): React.JSX.Element { tag="Why Homeowners Choose Us" title="Expert Care, Exceptional Results" description="We treat every pool as if it were our own, ensuring consistent clarity and reliable performance." - features={[{"centerIcon":"Zap","bentoComponent":"orbiting-icons","orbitIcons":["Clock","AlertTriangle","Calendar"],"description":"Emergency and priority scheduling available when you need it most.","title":"Fast Response"},{"completedLabel":"Service Done","bentoComponent":"checklist-timeline","subheading":"Quality Service Every Time","heading":"Our Promise","checklistItems":[{"label":"Transparent pricing","detail":"No hidden fees"},{"label":"Professional staff","detail":"Certified technicians"},{"label":"Proven results","detail":"Customer guaranteed"}],"title":"Honest Service","description":"Transparent recommendations with absolutely no unnecessary upsells."},{"title":"Local Expertise","bentoComponent":"info-card-marquee","description":"Proudly serving Mansfield and surrounding communities with care.","infoCards":[{"icon":"MapPin","value":"Mansfield+","label":"Service Area"},{"icon":"Star","label":"Ratings","value":"5.0/5"},{"label":"Satisfied","value":"100+","icon":"Users"}]}]} + features={[{"centerIcon":"Zap","bentoComponent":"icon-text-marquee","marqueeTexts":["Fast","Priority","Emergency"],"title":"Fast Response","description":"Emergency and priority scheduling available when you need it most."},{"centerIcon":"Shield","bentoComponent":"icon-text-marquee","description":"Transparent recommendations with absolutely no unnecessary upsells.","marqueeTexts":["Honest","Reliable","Transparent"],"title":"Honest Service"},{"bentoComponent":"info-card-marquee","infoCards":[{"label":"Service Area","value":"Mansfield+","icon":"MapPin"},{"label":"Ratings","value":"5.0/5","icon":"Star"},{"label":"Satisfied","value":"100+","icon":"Users"}],"description":"Proudly serving Mansfield and surrounding communities with care.","title":"Local Expertise"}]} textAnimation="slide-up" /> -- 2.49.1