From d09c033cc4eba230a81b6b228e51f6daaa862248 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 08:07:27 +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 87fc979..1f7f59f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1256,4 +1256,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From a5a51d76165ed98cc6159c955ed58e1c8a2cb795 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 08:07:28 +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 23a9767..7943e21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -342,4 +342,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}