From 170c83c18c938d87259926299ec72835a079e69b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 06:31:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1cfcc68..7d93726 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { tag="Why Choose XpressMaids" tagIcon={CheckCircle} tagAnimation="slide-up" - title="Cleaning You Can Trust. Detail-Oriented. Friendly. Reliable." + title="Cleaning You Can Trust. Detail-Oriented. Friendly. Reliable. Licensed & Insured." useInvertedBackground={false} buttons={[ { text: "Schedule Today", href: "tel:(267)491-7716" } @@ -168,8 +168,8 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - inputPlaceholder="Enter your phone number" - buttonText="Get Free Quote" + inputPlaceholder="Enter your email" + buttonText="Request Quote" termsText="Call (267) 491-7716 for immediate service or fill out the form to get a free quote." /> -- 2.49.1