fix: redesign bento grid with hero AI card, fix navbar icon bug, suppress hydration warning

This commit is contained in:
ashim-hq
2026-04-23 17:45:51 +08:00
parent 984aebc601
commit a6b79a7972
3 changed files with 163 additions and 101 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export const metadata: Metadata = {
export default function RootLayout({ children }: { children: React.ReactNode }) {
return (
<html lang="en" className={inter.variable}>
<html lang="en" className={inter.variable} suppressHydrationWarning>
<body className="bg-background text-foreground font-[family-name:var(--font-inter)] antialiased">
{children}
</body>