This commit is contained in:
2026-02-05 17:22:56 +07:00
parent a499e06b31
commit 52748cb988
30 changed files with 1080 additions and 508 deletions

View File

@@ -1,8 +1,13 @@
import ArticleHome from "@/components/article/home";
import type { Metadata } from "next";
export const metadata: Metadata = {
title: "Tin tức ",
description: "hoanghapc",
};
export default function Home() {
return (
<ArticleHome slug="" />
<ArticleHome />
)
}