Merge version_4 into main #9

Merged
bender merged 2 commits from version_4 into main 2026-03-08 13:08:56 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -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({
</body>
</html>
);
}
}

View File

@@ -290,4 +290,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}