Why Early Childhood Play Matters
I need to improve the blog section by adding pagination to prevent the page from becoming too long when there are many blog entries. On the initial load of the homepage, the backend should fetch and display only 6 blogs. If there are more than 6 blogs in the database, a “View More” button should be shown. When the user clicks this button, they should be redirected to a separate page that displays the full list of blogs. This new page should maintain the same design as the main website, including the navbar, footer, and animations. It should also include a back arrow button that allows users to return to the /#blogs section on the homepage. Additionally, each blog on this page should have a “Read More” option, enabling users to view the full details of the selected blog.