diff --git a/frontend/src/pages/Blogs.js b/frontend/src/pages/Blogs.js index cad5397d..dd95444b 100644 --- a/frontend/src/pages/Blogs.js +++ b/frontend/src/pages/Blogs.js @@ -1,3 +1,27 @@ +const blogPosts = [ + { + title: "Mastering Vocabulary: 10 Words to Boost Your Language Skills", + excerpt: "Expand your vocabulary and improve your language proficiency with these essential words...", + date: "2023-05-15", + tags: "Vocabulary, Learning Tips", + imagePath: "../assets/blog/4.webp" + }, + { + title: "Essential Grammar Rules for Clear Communication", + excerpt: "Master these fundamental grammar rules to enhance your language skills and communicate more effectively...", + date: "2023-05-20", + tags: "Grammar, Writing", + imagePath: "../assets/blog/2.webp" + }, + { + title: "Mastering Pronunciation: Tips and Tricks", + excerpt: "Improve your accent and speak more clearly with these pronunciation techniques...", + date: "2023-05-25", + tags: "Pronunciation, Speaking", + imagePath: "../assets/blog/3.webp" + } +]; + export function renderBlogs(container) { container.innerHTML = `