From 45bdacffcd37439bb17133b01f279330f159f517 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Thu, 18 Sep 2025 12:02:04 +0700 Subject: Allow upload image from gallery --- app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/layout.tsx') diff --git a/app/layout.tsx b/app/layout.tsx index a36cde0..102de5f 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -14,8 +14,8 @@ const geistMono = localFont({ }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "Indoteknik Delivery", + description: "Created by Indoteknik DEV", }; export default function RootLayout({ -- cgit v1.2.3