This commit is contained in:
priyanshuvish
2026-02-20 15:21:29 +05:30
parent 8427fdbc41
commit 5f108298fd

View File

@@ -173,12 +173,9 @@ export function MelbournePage({
{/* Main Content */}
<main className="bg-gray-50/30 min-h-screen relative">
{/* Sticky Page Navigation */}
<div className="sticky top-[78px] lg:top-[94px] z-40 bg-white/80 backdrop-blur-xl border-b border-gray-100 shadow-sm">
{/* <div className="sticky top-[78px] lg:top-[94px] z-40 bg-white/80 backdrop-blur-xl border-b border-gray-100 shadow-sm">
<div className="container mx-auto px-4">
{/* horizontal scroll wrapper */}
<div className="overflow-x-auto no-scrollbar">
{/* actual flex row */}
<div className="flex items-center justify-center gap-2 py-3 min-w-max">
{[
{ id: 'overview', label: 'Overview', icon: MapPin },
@@ -206,7 +203,7 @@ export function MelbournePage({
</div>
</div>
</div>
</div>
</div> */}
<div className="container mx-auto px-4 py-12 space-y-24">