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

@@ -1,10 +1,10 @@
import Breadcrumb from "./components/Breadcrumb";
import Breadcrumb from "@/app/components/Breadcrumb";
import NewsSection from "./components/NewsSection";
export default function NewsPage() {
return (
<>
<Breadcrumb />
<Breadcrumb title="Blog Stardard" current="Blog Stardard" />
<NewsSection />
</>
);