From a40006095f77a0d634ba92e57c7d86b01c919e4f Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 14:19:14 +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 18885eb..23c8944 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1271,4 +1271,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 2fd2389da3a0b987b54281a867521107d318f6e6 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 14:19:15 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5273668..23ad4d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,10 +41,10 @@ export default function LandingPage() {
); -} \ No newline at end of file +} -- 2.49.1