From 07db004c807a650a7bf88170fec8cbade476e8d6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 21:39:47 +0000 Subject: [PATCH 1/2] Update src/app/faq/page.tsx --- src/app/faq/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index c0228f6..3d4e03f 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -52,7 +52,7 @@ export default function FaqPage() { Date: Mon, 23 Mar 2026 21:39:48 +0000 Subject: [PATCH 2/2] Update src/app/how-it-works/page.tsx --- src/app/how-it-works/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/how-it-works/page.tsx b/src/app/how-it-works/page.tsx index f30e4a5..5a84ed1 100644 --- a/src/app/how-it-works/page.tsx +++ b/src/app/how-it-works/page.tsx @@ -121,7 +121,7 @@ export default function HowItWorksPage() { title="Get Your Cash Offer Today" description="Ready to take the first step towards a fast and easy home sale? Fill out the form below, and we'll get back to you with a no-obligation cash offer. Alternatively, give us a call to speak directly with one of our specialists!" buttons={[ - { text: "Call Now", href: "tel:+18001234567", icon: Phone } + { text: "Call Now", href: "tel:+18001234567" } ]} > {/* Custom form embedded within the ContactCTA content area */} -- 2.49.1