Merge version_12_1782936240674 into main #15

Merged
bender merged 1 commits from version_12_1782936240674 into main 2026-07-01 20:05:39 +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", steps: [
{ 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":"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"}]}]}
textAnimation="slide-up"
/>
</SectionErrorBoundary>
</div>
);