From 725a20f0ebe70219d76704ef40b8f8a52ca05236 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:48:16 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 117 ++++++++--------------------------------------- 1 file changed, 18 insertions(+), 99 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 01b0946..1f1d199 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,9 +46,7 @@ export default function HomePage() { navItems={navItemsFormatted} brandName="ContractorAI" button={{ - text: "Book Free Call", - href: "#book-call", - }} + text: "Book Free Call", href: "#book-call"}} className="z-50" /> @@ -83,21 +81,11 @@ export default function HomePage() { useInvertedBackground={false} negativeCard={{ items: [ - "Random ads with poor targeting", - "Manual lead follow-up", - "Missed appointments and callbacks", - "No lead qualification", - "Inconsistent results", - ], + "Random ads with poor targeting", "Manual lead follow-up", "Missed appointments and callbacks", "No lead qualification", "Inconsistent results"], }} positiveCard={{ items: [ - "Laser-targeted Meta ads by service area", - "100% automated lead capture and qualification", - "Smart appointment booking system", - "SMS + Email automation follow-ups", - "Predictable 20-50 qualified leads monthly", - ], + "Laser-targeted Meta ads by service area", "100% automated lead capture and qualification", "Smart appointment booking system", "SMS + Email automation follow-ups", "Predictable 20-50 qualified leads monthly"], }} /> @@ -146,59 +134,17 @@ export default function HomePage() { Date: Wed, 4 Mar 2026 19:48:17 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 66 +++++++-------------------------------- 1 file changed, 12 insertions(+), 54 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 6b790e9..d88db52 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -43,9 +43,7 @@ export default function ServicesPage() { navItems={navItemsFormatted} brandName="ContractorAI" button={{ - text: "Book Free Call", - href: "#book-call", - }} + text: "Book Free Call", href: "#book-call"}} className="z-50" /> @@ -55,52 +53,22 @@ export default function ServicesPage() { -- 2.49.1