diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index c15199c..b1321eb 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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]" />