From 924ce2f4d621c7eb532ae48f95bbef0b52c2b33a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 01:54:03 +0000 Subject: [PATCH 1/3] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 035ded5..ed142e2 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -16,7 +16,7 @@ const navItems = [ export default function GalleryPage() { return ( - + Date: Mon, 11 May 2026 01:54:04 +0000 Subject: [PATCH 2/3] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index abd96be..736c839 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -16,13 +16,15 @@ const navItems = [ export default function PricingPage() { return ( - + Date: Mon, 11 May 2026 01:54:04 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 ++ 1 file changed, 2 insertions(+) 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]" /> -- 2.49.1