feat: add featured professionals carousel to home screen
This commit is contained in:
@@ -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),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user