feat: implement news details page with content and sidebar

This commit is contained in:
Wini_Fy
2026-02-02 17:02:22 +07:00
parent 52c7395353
commit 0de69cb4d0
13 changed files with 392 additions and 59 deletions

View File

@@ -176,16 +176,6 @@ export default function Footer() {
</div>
</div>
</div>
{/* Floating Contact Button */}
<div className="fixed bottom-6 right-6 z-50">
<Link
href="/appointment"
className="bg-green-500 text-white p-4 rounded-full shadow-lg hover:bg-green-600 transition-colors flex items-center justify-center"
>
<span className="text-2xl">💬</span>
</Link>
</div>
</footer>
);
}