refactor: clear description and helper text in hero section default content
This commit is contained in:
@@ -11,10 +11,9 @@ import 'package:real_estate_mobile/features/home/presentation/providers/home_pro
|
|||||||
/// Default hero content — matches web's hardcoded defaultHeroContent fallback.
|
/// Default hero content — matches web's hardcoded defaultHeroContent fallback.
|
||||||
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: '',
|
||||||
ctaButtonText: 'See All',
|
ctaButtonText: 'See All',
|
||||||
helperText:
|
helperText: '',
|
||||||
'Connect with trusted local agents to explore homes, compare options, and make smarter decisions.',
|
|
||||||
);
|
);
|
||||||
|
|
||||||
class HeroSection extends ConsumerStatefulWidget {
|
class HeroSection extends ConsumerStatefulWidget {
|
||||||
|
|||||||
Reference in New Issue
Block a user