From 5e5ed97c5623a8946b12a6b90d4c5aba33faa72b Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Sat, 11 Apr 2026 22:14:00 +0530 Subject: [PATCH] refactor: update hero section CTA button text from See All Agents to See All --- lib/features/home/presentation/widgets/hero_section.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/home/presentation/widgets/hero_section.dart b/lib/features/home/presentation/widgets/hero_section.dart index 86bf562..4c8bf16 100644 --- a/lib/features/home/presentation/widgets/hero_section.dart +++ b/lib/features/home/presentation/widgets/hero_section.dart @@ -12,7 +12,7 @@ import 'package:real_estate_mobile/features/home/presentation/providers/home_pro const _defaultHero = HeroContent( headline: 'Discover verified, top-rated real estate professionals.', description: 'Discover verified, top-rated real estate professionals', - ctaButtonText: 'See All Agents', + ctaButtonText: 'See All', helperText: 'Connect with trusted local agents to explore homes, compare options, and make smarter decisions.', );