{params.filter.replaceAll(/%20|-|_/g, " ").toLowerCase() === "new" - ? "Explore the latest posts on our blog. Stay updated with fresh content, insightful articles, and the most recent discussions in your areas of interest." + ? dict.blog.filteredPostsPage.newDescription : params.filter.replaceAll(/%20|-|_/g, " ").toLowerCase() === "popular" - ? "Discover the most popular posts with the highest views. These articles have resonated with our audience and are trending across various topics." + ? dict.blog.filteredPostsPage.popularDescription : ""}
- {params.filter.replaceAll(/%20|-|_/g, " ").toLowerCase()}
+ {params.filter.replaceAll(/%20|-|_/g, " ").toLowerCase() === "new"
+ ? dict.blog.filteredPostsPage.newTitle
+ : params.filter.replaceAll(/%20|-|_/g, " ").toLowerCase() ===
+ "popular"
+ ? dict.blog.filteredPostsPage.popularTitle
+ : ""}
{FilteredPostsData.meta.total}
@@ -148,7 +164,7 @@ export default async function FilteredPosts({
- BY
+ {dict.blog.homePage.by}
- IN
+ {dict.blog.homePage.in}