feat: update testimonials and trust stats content to reflect new brand messaging
This commit is contained in:
@@ -7,21 +7,21 @@ import 'package:real_estate_mobile/features/home/presentation/providers/home_pro
|
||||
|
||||
/// Default content — matches web's hardcoded defaultContent fallback.
|
||||
const _defaultContent = TestimonialsContent(
|
||||
title: "Our Clients' Trust Is Our Foundation",
|
||||
title: 'Consumer Protection is Our Foundation',
|
||||
subtitle:
|
||||
'We help buyers, sellers, and investors close successful real estate deals with confidence in every transaction.',
|
||||
"Buying or selling your home is one of the largest decisions you will make in your life. Don't let yourself be chased by salesmen. Find the service provider that matches your unique needs.",
|
||||
ratingInfo:
|
||||
'Clients rate our real estate services 4.9 out of 5 on average, based on recent client reviews.',
|
||||
stats: [
|
||||
StatItem(
|
||||
iconPath: 'cities',
|
||||
boldText: '25+ Cities &',
|
||||
normalText: 'neighborhoods served',
|
||||
boldText: '3 states',
|
||||
normalText: 'and counting',
|
||||
),
|
||||
StatItem(
|
||||
iconPath: 'properties',
|
||||
boldText: '1,000+ Properties',
|
||||
normalText: 'bought and sold for our clients.',
|
||||
boldText: 'Hundreds of',
|
||||
normalText: 'Professionals',
|
||||
),
|
||||
],
|
||||
testimonials: [],
|
||||
|
||||
Reference in New Issue
Block a user