Compare commits
5 Commits
version_11
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c7b4e27a7 | |||
|
|
33e5c32e88 | ||
| 09679e5980 | |||
|
|
be1422c37b | ||
| 3736303cd7 |
@@ -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":"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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user