From 9bda1921d051545b525b242b7fba1df16d73f8e7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:08:51 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6bc04b7..fa1129f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Agora - Buy & Sell Local in Tajikistan", description: "One unified platform for buying and selling locally in Tajikistan"}; + title: "Agora - Buy & Sell Local in Tajikistan", description: "One unified platform for buying and selling locally in Tajikistan" +}; export default function RootLayout({ children, @@ -1384,4 +1385,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 788daab3266112915111bc64b0ba9b194a2151fd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:08:51 +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 0dad05f..aa0f15e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -290,4 +290,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1