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.', );