Update src/app/comfort-contract/page.tsx

This commit is contained in:
2026-06-03 15:57:01 +00:00
parent d5d0090526
commit 1cff0048de

View File

@@ -27,35 +27,21 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "Products", name: "Products", id: "/products"},
id: "/products",
},
{ {
name: "Comfort Contract", name: "Comfort Contract", id: "/comfort-contract"},
id: "/comfort-contract",
},
{ {
name: "Reviews", name: "Reviews", id: "/reviews"},
id: "/reviews",
},
{ {
name: "About", name: "About", id: "/about"},
id: "/about",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="McCoy Heating and Air Conditioning" brandName="McCoy Heating and Air Conditioning"
button={{ button={{
text: "Request Service", text: "Request Service", href: "/request-service"}}
href: "/request-service",
}}
/> />
</div> </div>
@@ -68,6 +54,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/plumber-doing-surprise-gesture_1368-571.jpg" imageSrc="http://img.b2bpic.net/free-photo/plumber-doing-surprise-gesture_1368-571.jpg"
imageAlt="Maintenance plan icon" imageAlt="Maintenance plan icon"
mediaAnimation="opacity" mediaAnimation="opacity"
bulletPoints={[]}
/> />
</div> </div>
@@ -78,33 +65,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "contract-tune-ups", 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"},
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", 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"},
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", id: "contract-discounts", title: "Discounts on Repairs", subtitle: "Receive preferred pricing on any necessary repairs, saving you money.", category: "Benefit", value: "Savings"},
title: "Discounts on Repairs",
subtitle: "Receive preferred pricing on any necessary repairs, saving you money.",
category: "Benefit",
value: "Savings",
},
{ {
id: "contract-no-overtime", 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: "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?" title="What's Included in Your Comfort Contract?"
description="Our Comfort Contract is designed to give you peace of mind with comprehensive benefits." description="Our Comfort Contract is designed to give you peace of mind with comprehensive benefits."
@@ -115,105 +82,65 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
text="Ready for worry-free comfort? Ask us about the Comfort Contract today!" text="Ready for worry-free comfort? Ask us about the Comfort Contract today!"
buttons={[ buttons={[
{ {
text: "Ask Us About the Comfort Contract", text: "Ask Us About the Comfort Contract", href: "/request-service"},
href: "/request-service",
},
]} ]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/cityscape-through-window_23-2151975111.jpg?_wi=4" imageSrc="http://img.b2bpic.net/free-photo/cityscape-through-window_23-2151975111.jpg"
imageAlt="Modern city skyline with HVAC elements" imageAlt="Modern city skyline with HVAC elements"
logoText="McCoy Heating and Air Conditioning" logoText="McCoy Heating and Air Conditioning"
columns={[ columns={[
{ {
title: "Quick Links", title: "Quick Links", items: [
items: [
{ {
label: "Home", label: "Home", href: "/"},
href: "/",
},
{ {
label: "Services", label: "Services", href: "/services"},
href: "/services",
},
{ {
label: "Products", label: "Products", href: "/products"},
href: "/products",
},
{ {
label: "Comfort Contract", label: "Comfort Contract", href: "/comfort-contract"},
href: "/comfort-contract",
},
{ {
label: "Reviews", label: "Reviews", href: "/reviews"},
href: "/reviews",
},
{ {
label: "About", label: "About", href: "/about"},
href: "/about",
},
{ {
label: "Contact", label: "Contact", href: "/contact"},
href: "/contact",
},
{ {
label: "Employment", label: "Employment", href: "/employment"},
href: "/employment",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "231 Friend St, Plain City, OH", label: "231 Friend St, Plain City, OH", href: "https://www.google.com/maps/search/231+Friend+St,+Plain+City,+OH"},
href: "https://www.google.com/maps/search/231+Friend+St,+Plain+City,+OH",
},
{ {
label: "Tel: 614-504-5911", label: "Tel: 614-504-5911", href: "tel:6145045911"},
href: "tel:6145045911",
},
{ {
label: "office@mccoyheatingandair.com", label: "office@mccoyheatingandair.com", href: "mailto:office@mccoyheatingandair.com"},
href: "mailto:office@mccoyheatingandair.com",
},
{ {
label: "Hours: MonFri 8AM5PM", label: "Hours: MonFri 8AM5PM", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Trust", title: "Trust", items: [
items: [
{ {
label: "BBB A-Rated & Accredited Business", label: "BBB A-Rated & Accredited Business", href: "#"},
href: "#",
},
{ {
label: "Authorized Lennox Dealer", label: "Authorized Lennox Dealer", href: "#"},
href: "#",
},
{ {
label: "Financing Available", label: "Financing Available", href: "#"},
href: "#",
},
{ {
label: "Cash · Check · American Express", label: "Cash · Check · American Express", href: "#"},
href: "#",
},
{ {
label: "Facebook", label: "Facebook", href: "https://facebook.com/McCoyHeatingandAir"},
href: "https://facebook.com/McCoyHeatingandAir",
},
], ],
}, },
]} ]}