This commit is contained in:
Andreas Wilms
2026-03-09 12:25:43 +01:00
parent 13c06d93d8
commit 9b5f2d0814
10 changed files with 1716 additions and 66 deletions

View File

@@ -13,8 +13,8 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Xgrids Scene Wizard", // I went ahead and updated your title!
description: "Convert .lcc/.lci to SOG, LODs, and PLY meshes locally.",
};
export default function RootLayout({
@@ -23,7 +23,8 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
<html lang="en">
// suppressHydrationWarning added here:
<html lang="en" suppressHydrationWarning>
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
>