From 1cff0048de4fb6b849f1c9a5dd5f6aebfd807f85 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 15:57:01 +0000 Subject: [PATCH] Update src/app/comfort-contract/page.tsx --- src/app/comfort-contract/page.tsx | 143 ++++++++---------------------- 1 file changed, 35 insertions(+), 108 deletions(-) diff --git a/src/app/comfort-contract/page.tsx b/src/app/comfort-contract/page.tsx index d8710a7..d3a886e 100644 --- a/src/app/comfort-contract/page.tsx +++ b/src/app/comfort-contract/page.tsx @@ -27,35 +27,21 @@ export default function LandingPage() { @@ -68,6 +54,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/plumber-doing-surprise-gesture_1368-571.jpg" imageAlt="Maintenance plan icon" mediaAnimation="opacity" + bulletPoints={[]} /> @@ -78,33 +65,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "contract-tune-ups", - title: "Seasonal Tune-ups", - subtitle: "Comprehensive checks for both heating and cooling systems to ensure optimal performance.", - category: "Benefit", - value: "Year-round", - }, + id: "contract-tune-ups", title: "Seasonal Tune-ups", subtitle: "Comprehensive checks for both heating and cooling systems to ensure optimal performance.", category: "Benefit", value: "Year-round"}, { - id: "contract-priority", - title: "Priority Scheduling", - subtitle: "Jump to the front of the line for service appointments, especially during peak seasons.", - category: "Benefit", - value: "Exclusive", - }, + id: "contract-priority", title: "Priority Scheduling", subtitle: "Jump to the front of the line for service appointments, especially during peak seasons.", category: "Benefit", value: "Exclusive"}, { - id: "contract-discounts", - title: "Discounts on Repairs", - subtitle: "Receive preferred pricing on any necessary repairs, saving you money.", - category: "Benefit", - value: "Savings", - }, + id: "contract-discounts", title: "Discounts on Repairs", subtitle: "Receive preferred pricing on any necessary repairs, saving you money.", category: "Benefit", value: "Savings"}, { - id: "contract-no-overtime", - title: "No Overtime Charges", - subtitle: "Never pay extra for after-hours or weekend service calls.", - category: "Benefit", - value: "Flat Rate", - }, + id: "contract-no-overtime", title: "No Overtime Charges", subtitle: "Never pay extra for after-hours or weekend service calls.", category: "Benefit", value: "Flat Rate"}, ]} title="What's Included in Your Comfort Contract?" description="Our Comfort Contract is designed to give you peace of mind with comprehensive benefits." @@ -115,105 +82,65 @@ export default function LandingPage() {