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() { @@ -55,52 +53,22 @@ export default function ServicesPage() {