From f0f0990d6ee69ff173351577c4e994f22140f684 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Wed, 24 Dec 2025 13:28:24 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- 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 2fe1b58..fc639cb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1276,4 +1276,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 0f144c7d541123936b7232caca03e643fcc4d878 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Wed, 24 Dec 2025 13:28:25 +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 9e6d6b5..1f90703 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -206,4 +206,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1