feat: add static agent carousel with navigation dots to the FeaturesSection.
This commit is contained in:
@@ -2,7 +2,6 @@ import 'package:flutter/material.dart';
|
||||
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
||||
import 'package:go_router/go_router.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/testimonials_section.dart';
|
||||
@@ -25,10 +24,6 @@ class HomeScreen extends ConsumerWidget {
|
||||
const FeaturesSection(),
|
||||
const SizedBox(height: 40),
|
||||
|
||||
// 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