From e1673c453398ac449c1a16615c1a3eae0abc7cef Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 15 Jun 2026 13:26:29 +0000 Subject: [PATCH] Bob AI: Update the primary button text (currently stating the project price) to 'Book Yo --- 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 d990988..332dae3 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -16,8 +16,8 @@ export default function HomePage() { tag="Digital Solutions for Realty" title="Build Your Real Estate Brand with Southern Groups" description="Comprehensive 5-8 page custom development, RERA compliance, and automated CRM integration. Your professional digital presence starts here." - primaryButton={{ text: "View Packages", href: "#services" }} - secondaryButton={{ text: "Get Quote", href: "#contact" }} + primaryButton={{ text: "Book Your Free Consultation", href: "#contact" }} + secondaryButton={{ text: "View Packages", href: "#services" }} items={[ { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-modern-spiral-staircase-exhibition-lights_181624-10368.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/urban-city-skyline_649448-1650.jpg" }, -- 2.49.1