Update src/app/services/page.tsx

This commit is contained in:
2026-05-11 01:54:04 +00:00
parent 26b19a9bef
commit 26e27bfb4c

View File

@@ -47,6 +47,7 @@ export default function ServicesPage() {
description="See how our professional services stack up against standard home maintenance."
textboxLayout="default"
animationType="depth-3d"
useInvertedBackground={false}
negativeCard={{ items: ["Standard hardware store DIY", "Limited repair tools", "Unreliable scheduling"] }}
positiveCard={{ items: ["Professional grade craftsmanship", "Fully equipped mobile shop", "Consistent, on-time arrivals"] }}
className="bg-[#26201a]"
@@ -56,6 +57,7 @@ export default function ServicesPage() {
title="Ready to Start?"
description="Get your free estimate and join our satisfied clients today."
inputs={[{ name: "name", type: "text", placeholder: "Name" }, { name: "email", type: "email", placeholder: "Email" }]}
useInvertedBackground={false}
className="bg-[#1a1714]"
/>