8 Commits

Author SHA1 Message Date
9c7b4e27a7 Merge version_13_1782936642599 into main
Merge version_13_1782936642599 into main
2026-07-01 20:14:14 +00:00
kudinDmitriyUp
33e5c32e88 Bob AI: Fix rendering errors in Features section by using supported 2026-07-01 20:13:26 +00:00
09679e5980 Merge version_12_1782936240674 into main
Merge version_12_1782936240674 into main
2026-07-01 20:05:38 +00:00
kudinDmitriyUp
be1422c37b Bob AI: Fix prop name in features section to resolve rendering error 2026-07-01 20:04:56 +00:00
3736303cd7 Merge version_11_1782933229537 into main
Merge version_11_1782933229537 into main
2026-07-01 19:14:22 +00:00
kudinDmitriyUp
4dbefbd3ae Bob AI: Fix the 'Honest Service' card in the features section so its content populates a 2026-07-01 19:14:19 +00:00
52ca1cb1db Merge version_10_1782932495067 into main
Merge version_10_1782932495067 into main
2026-07-01 19:02:20 +00:00
6b51d254f4 Merge version_10_1782932495067 into main
Merge version_10_1782932495067 into main
2026-07-01 19:02:05 +00:00

View File

@@ -10,30 +10,12 @@ export default function FeaturesSection(): React.JSX.Element {
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<FeaturesBento
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={[
{
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: [
{ label: "Transparent pricing", detail: "No hidden fees" },
{ label: "Professional staff", detail: "Certified technicians" },
{ label: "Proven results", detail: "Customer guaranteed" },
],
completedLabel: "Service Done"},
{
title: "Local Expertise", description: "Proudly serving Mansfield and surrounding communities with care.", bentoComponent: "info-card-marquee", infoCards: [
{ icon: "MapPin", label: "Service Area", value: "Mansfield+" },
{ icon: "Star", label: "Ratings", value: "5.0/5" },
{ icon: "Users", label: "Satisfied", value: "100+" },
],
},
]}
textAnimation="slide-up"
/>
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":"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"
/>
</SectionErrorBoundary>
</div>
);