Compare commits
17 Commits
version_6_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c7b4e27a7 | |||
|
|
33e5c32e88 | ||
| 09679e5980 | |||
|
|
be1422c37b | ||
| 3736303cd7 | |||
|
|
4dbefbd3ae | ||
| 52ca1cb1db | |||
| 53c8e40574 | |||
| 6b51d254f4 | |||
|
|
64f6daadb5 | ||
| be2718c2a0 | |||
| b19e30525e | |||
| 809e4c5696 | |||
| ecea24aa61 | |||
| ad3822b31c | |||
| bfd1c1359d | |||
| 3be0d9462d |
@@ -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>
|
||||
);
|
||||
|
||||
@@ -22,14 +22,14 @@ export default function HeroSection(): React.JSX.Element {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_74190-2104.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sunglasses-hat-drinking-cocktail-sitting-near-pool_176420-3986.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-outdoor-swimming-pool-hotel-resort_74190-7433.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/water-home-landscaping-outdoor-hot_1232-4040.jpg" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/users/user_3FMuvjoF3LtrfnjLatUSKH5GyT3/tmp/backyard-pool-1782932246033-223f49dc.png" },
|
||||
]}
|
||||
rightItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-relax-smile-leisure-vacation-around-swimming-pool-resort-hotel_74190-14521.jpg" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/users/user_3FMuvjoF3LtrfnjLatUSKH5GyT3/tmp/pristine-pool-1782922995064-182499d2.png" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/users/user_3FMuvjoF3LtrfnjLatUSKH5GyT3/tmp/pristine-pool-1782922995064-182499d2.png?_wi=1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-beautiful-luxury-swimming-pool_74190-2028.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/terrace-exterior-building_1203-3258.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/relaxing-water-pool_1150-11069.jpg" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/users/user_3FMuvjoF3LtrfnjLatUSKH5GyT3/tmp/pristine-pool-1782922995064-182499d2.png?_wi=2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-3050.jpg" },
|
||||
]}
|
||||
textAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user