feat: add featured professionals carousel to home screen

This commit is contained in:
pradeepkumar
2026-02-25 06:55:05 +05:30
parent e0a747d64b
commit c9366dedd0
3 changed files with 417 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
import 'package:flutter/material.dart';
import 'package:flutter_svg/flutter_svg.dart';
import 'package:real_estate_mobile/core/constants/app_colors.dart';
import 'package:real_estate_mobile/features/home/presentation/widgets/featured_professionals_section.dart';
import 'package:real_estate_mobile/features/home/presentation/widgets/features_section.dart';
import 'package:real_estate_mobile/features/home/presentation/widgets/hero_section.dart';
import 'package:real_estate_mobile/features/home/presentation/widgets/home_header.dart';
@@ -67,7 +68,11 @@ class _HomeScreenState extends State<HomeScreen> {
const FeaturesSection(),
const SizedBox(height: 40),
// Top Professionals Section
// Featured Professionals Carousel
const FeaturedProfessionalsSection(),
const SizedBox(height: 40),
// Top Professionals Section (Agents/Lenders tabs)
const TopProfessionalsSection(),
const SizedBox(height: 40),