feat: Redesign "Top Professionals" section with new ProfessionalCard component and dedicated assets, replacing FeaturedAgents.
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
import { HeroSection } from '@/components/home/HeroSection';
|
||||
import { FeaturesSection } from '@/components/home/FeaturesSection';
|
||||
import { FeaturedAgents } from '@/components/home/FeaturedAgents';
|
||||
import { TopProfessionals } from '@/components/home/TopProfessionals';
|
||||
import { TestimonialsSection } from '@/components/home/TestimonialsSection';
|
||||
|
||||
@@ -11,7 +10,6 @@ export default function UserDashboard() {
|
||||
<div>
|
||||
<HeroSection />
|
||||
<FeaturesSection />
|
||||
<FeaturedAgents />
|
||||
<TopProfessionals />
|
||||
<TestimonialsSection />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user