feat: Redesign "Top Professionals" section with new ProfessionalCard component and dedicated assets, replacing FeaturedAgents.

This commit is contained in:
pradeepkumar
2026-01-20 01:41:09 +05:30
parent 8bdc8c6120
commit 2dfe33cca3
12 changed files with 235 additions and 173 deletions

View File

@@ -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>