diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-09-18 12:02:04 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-09-18 12:02:04 +0700 |
| commit | 45bdacffcd37439bb17133b01f279330f159f517 (patch) | |
| tree | 9fb80b3b798552d6dcdcc4a5996b2c91ea17fab1 /app/layout.tsx | |
| parent | 856a9b97bf2c6840b01443b7efb1be6cea8e663e (diff) | |
<Miqdad> Allow upload image from gallery
Diffstat (limited to 'app/layout.tsx')
| -rw-r--r-- | app/layout.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
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({ |
