refactor: replace references to agents with professionals in hero section and onboarding screens
This commit is contained in:
@@ -241,7 +241,7 @@ class _HeroSectionState extends ConsumerState<HeroSection> {
|
||||
children: [
|
||||
const Center(
|
||||
child: Text(
|
||||
'Search Agents',
|
||||
'Search Professionals',
|
||||
style: TextStyle(
|
||||
fontFamily: 'Fractul',
|
||||
fontSize: 16,
|
||||
|
||||
@@ -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.',
|
||||
),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user