From 1f5c016b72dfc072ed84809ecb7f357ca53f4945 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 20:12:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b04e518..ba65b67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -268,11 +268,11 @@ export default function LandingPage() { imageAlt="Professional pressure washing service" mediaAnimation="blur-reveal" mediaPosition="right" - buttonText="Request Free Quote" + buttonText="Get Free Quote Now" className="w-full" containerClassName="max-w-7xl mx-auto" titleClassName="text-4xl lg:text-5xl font-extrabold" - descriptionClassName="text-lg text-opacity-90" + descriptionClassName="text-lg text-opacity-90 pb-2" buttonClassName="px-8 py-3 rounded-lg font-semibold w-full sm:w-auto" /> -- 2.49.1