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: [
|
children: [
|
||||||
const Center(
|
const Center(
|
||||||
child: Text(
|
child: Text(
|
||||||
'Search Agents',
|
'Search Professionals',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontFamily: 'Fractul',
|
fontFamily: 'Fractul',
|
||||||
fontSize: 16,
|
fontSize: 16,
|
||||||
|
|||||||
@@ -23,16 +23,16 @@ class _OnboardingScreenState extends State<OnboardingScreen> {
|
|||||||
iconHeight: 100,
|
iconHeight: 100,
|
||||||
title: 'Connect with Top\nProfessionals',
|
title: 'Connect with Top\nProfessionals',
|
||||||
subtitle:
|
subtitle:
|
||||||
'Agents can list properties and find qualified\nbuyers faster than ever.',
|
'Professionals can list properties and find qualified\nbuyers faster than ever.',
|
||||||
),
|
),
|
||||||
_OnboardingData(
|
_OnboardingData(
|
||||||
bgAsset: 'assets/images/onboarding_2_bg.svg',
|
bgAsset: 'assets/images/onboarding_2_bg.svg',
|
||||||
iconAsset: 'assets/images/onboarding_2_icon.svg',
|
iconAsset: 'assets/images/onboarding_2_icon.svg',
|
||||||
iconWidth: 83,
|
iconWidth: 83,
|
||||||
iconHeight: 75,
|
iconHeight: 75,
|
||||||
title: 'Real help. Real agents.\nInstantly.',
|
title: 'Real help. Real professionals.\nInstantly.',
|
||||||
subtitle:
|
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