feat: Redesign the home page hero section with a new background image and enhanced search UI, and standardize user dashboard routing across the application.

This commit is contained in:
pradeepkumar
2026-01-19 09:46:32 +05:30
parent db3b12507e
commit 5a845e4b5d
9 changed files with 174 additions and 99 deletions

View File

@@ -38,10 +38,12 @@ export default function UserLayout({
}
return (
<div className="min-h-screen bg-white flex flex-col">
<div className="min-h-screen bg-[#f0f4f3] flex flex-col">
{/* Header */}
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-6 w-full">
<CommonHeader />
<div className="sticky top-0 z-50 px-4 py-3 bg-[#f0f4f3]">
<div className="max-w-7xl mx-auto">
<CommonHeader />
</div>
</div>
{/* Main Content */}