3 Commits

Author SHA1 Message Date
788daab326 Update src/app/page.tsx 2026-03-08 13:08:51 +00:00
9bda1921d0 Update src/app/layout.tsx 2026-03-08 13:08:51 +00:00
024ddf3948 Merge version_3 into main
Merge version_3 into main
2026-03-08 13:06:53 +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>
);
}
}