feat: แกไขสวน pages.jsx, layout.jsx

This commit is contained in:
admin
2025-09-27 16:26:22 +07:00
parent db7030883f
commit 83a8cddc82
10 changed files with 1002 additions and 238 deletions

View File

@@ -1,11 +1,15 @@
export const metadata = { title: "DMS Laem Chabang Phase 3", description: "Document Management System" };
// app/layout.jsx
export const metadata = {
title: "DMS",
description: "Document Management System",
};
export default function RootLayout({ children }) {
return (
<html lang="th">
<html lang="en">
<body className="min-h-screen bg-[linear-gradient(180deg,#F3FBFD_0%,#E6F7FB_100%)]">
{children}
</body>
</html>
);
}
}