Update src/app/services/page.tsx
This commit is contained in:
@@ -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]"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user