feat: Add ProfileCard, SpecializationSection, and TestimonialsSection components to the agent dashboard, and update styling for ExperienceSection.

This commit is contained in:
pradeepkumar
2026-01-18 19:39:46 +05:30
parent 4aafcdd7c0
commit 867fb0693b
6 changed files with 275 additions and 186 deletions

View File

@@ -5,5 +5,8 @@ export { InfoCard } from './InfoCard';
export { SpecializationCard } from './SpecializationCard';
export { ProfileSidebar } from './ProfileSidebar';
export { ProfileHeader } from './ProfileHeader';
export { ProfileCard } from './ProfileCard';
export { ExperienceSection } from './ExperienceSection';
export { SpecializationSection } from './SpecializationSection';
export { TestimonialCard } from './TestimonialCard';
export { TestimonialsSection } from './TestimonialsSection';