refactor: Replace custom user layout header and sidebar with shared components and remove negative margin from user profile page.

This commit is contained in:
pradeepkumar
2026-01-19 09:20:48 +05:30
parent 3e23624469
commit db3b12507e
2 changed files with 18 additions and 98 deletions

View File

@@ -8,7 +8,7 @@ import { TestimonialsSection } from '@/components/home/TestimonialsSection';
export default function UserDashboard() {
return (
<div className="-m-6">
<div>
<HeroSection />
<FeaturesSection />
<FeaturedAgents />