feat: update page title for improved branding consistency
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions

This commit is contained in:
Najjar\NajjarV02 2026-04-17 14:56:36 +04:00
parent b9444979f2
commit e8dda14973

View File

@ -4,7 +4,7 @@ import { I18nProvider } from "@/components/I18nProvider";
import "./globals.css"; import "./globals.css";
export const metadata: Metadata = { export const metadata: Metadata = {
title: "G1 Configurator | Lootah Robotics", title: "Lootah Robotics | G1 Configurator",
description: "3D Configurator for the G1 Robot by Lootah Robotics", description: "3D Configurator for the G1 Robot by Lootah Robotics",
}; };