Blog7
Blog6 component renders a section of blog posts with a main heading, a featured blog card, additional blog cards in a grid layout, and "Explore More" button, using Material UI and responsive design
Blog6 component renders a section of blog posts with a main heading, a featured blog card, additional blog cards in a grid layout, and "Explore More" button, using Material UI and responsive design
Component path: src/blocks/blog/Blog7.tsx
Component usage path: src/app/blocks/blog/blog7/page.tsx
Preview link:
heading
string
Title of the blog section
"Latest Blog Posts"
blogs
Array
of BlogItem
List of individual blog posts
See the Example Structure
section above