diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 201f63f..adf562e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,7 +4,7 @@ import { I18nProvider } from "@/components/I18nProvider"; import "./globals.css"; export const metadata: Metadata = { - title: "G1 Configurator | Lootah Robotics", + title: "Lootah Robotics | G1 Configurator", description: "3D Configurator for the G1 Robot by Lootah Robotics", };