Refactor site hero and localized branding UI

This commit is contained in:
MOH
2026-03-08 05:13:10 +01:00
parent 9edb162148
commit 2bda611a3b
35 changed files with 682 additions and 234 deletions
+1 -1
View File
@@ -21,5 +21,5 @@ export const metadata: Metadata = {
};
export default function RootLayout({ children }: RootLayoutProps) {
return children;
return <div className="font-latin">{children}</div>;
}