refactor: replace references to agents with professionals in hero section and onboarding screens

This commit is contained in:
pradeepkumar
2026-04-28 14:18:44 +05:30
parent 56b15b8226
commit a3307b4964
2 changed files with 4 additions and 4 deletions

View File

@@ -241,7 +241,7 @@ class _HeroSectionState extends ConsumerState<HeroSection> {
children: [
const Center(
child: Text(
'Search Agents',
'Search Professionals',
style: TextStyle(
fontFamily: 'Fractul',
fontSize: 16,

View File

@@ -23,16 +23,16 @@ class _OnboardingScreenState extends State<OnboardingScreen> {
iconHeight: 100,
title: 'Connect with Top\nProfessionals',
subtitle:
'Agents can list properties and find qualified\nbuyers faster than ever.',
'Professionals can list properties and find qualified\nbuyers faster than ever.',
),
_OnboardingData(
bgAsset: 'assets/images/onboarding_2_bg.svg',
iconAsset: 'assets/images/onboarding_2_icon.svg',
iconWidth: 83,
iconHeight: 75,
title: 'Real help. Real agents.\nInstantly.',
title: 'Real help. Real professionals.\nInstantly.',
subtitle:
'Chat with agents and get answers about\nproperties instantly.',
'Chat with professionals and get answers about\nproperties instantly.',
),
];