From e8dda149734191221b3a4cfd973782713e67cd9b Mon Sep 17 00:00:00 2001 From: "Najjar\\NajjarV02" Date: Fri, 17 Apr 2026 14:56:36 +0400 Subject: [PATCH] feat: update page title for improved branding consistency --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", };