refactor: update hero section CTA button text from See All Agents to See All

This commit is contained in:
pradeepkumar
2026-04-11 22:14:00 +05:30
parent 205643993b
commit 5e5ed97c56

View File

@@ -12,7 +12,7 @@ import 'package:real_estate_mobile/features/home/presentation/providers/home_pro
const _defaultHero = HeroContent( const _defaultHero = HeroContent(
headline: 'Discover verified, top-rated real estate professionals.', headline: 'Discover verified, top-rated real estate professionals.',
description: 'Discover verified, top-rated real estate professionals', description: 'Discover verified, top-rated real estate professionals',
ctaButtonText: 'See All Agents', ctaButtonText: 'See All',
helperText: helperText:
'Connect with trusted local agents to explore homes, compare options, and make smarter decisions.', 'Connect with trusted local agents to explore homes, compare options, and make smarter decisions.',
); );