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 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