From d78903ca8b1731ef0268cfee0b3c970f9b22061e Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 14:08:47 +0000 Subject: [PATCH] Bob AI: Change the primary CTA button text from 'Email Us' or 'kn@gmail.com' to 'Request --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index bac06f0..e70c5fc 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -17,8 +17,8 @@ export default function HomePage() { title="Khalil Hamoudah Co." description="Providing industry-leading services with a commitment to quality, integrity, and long-term partnership." primaryButton={{ - text: "Our Services", - href: "#services", + text: "Request a Consultation", + href: "#contact", }} secondaryButton={{ text: "About Us", -- 2.49.1