From a41ba05e0be7c39623499d65fc7217f97a7597ac Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:41:02 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1249f16..60b5879 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -12,7 +12,8 @@ const geist_mono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Lumitris - Your Content. Fully Handled.", description: "Content creation and management services for brands"}; + title: "Lumitris - Your Content. Fully Handled.", description: "Content creation and management services for brands" +}; export default function RootLayout({ children, -- 2.49.1 From 6ea0a190b9bf7836932b77c39f8de8b9b3dd1521 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:41:02 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3dc5f75..c585c05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -211,7 +211,7 @@ export default function LandingPage() {