Blog Sections - Animated Blog Layout Blocks
A collection of beautiful, animated blog section blocks with grid layouts, featured posts, magazine styles, and smooth hover effects. Perfect for blogs, news sites, and content platforms.
A collection of beautiful, animated blog section blocks with grid layouts, featured posts, magazine styles, and smooth hover effects. Perfect for blogs, news sites, and content platforms.
A collection of beautiful, animated blog section blocks for your websites. Built with Framer Motion for smooth animations, responsive layouts, and light/dark theme support.
A classic responsive grid layout with cards, author avatars, and staggered entrance animations.
Features:
A hero-style layout with one large featured post and smaller side posts.
Features:
A clean, typography-focused list layout with numbered entries.
Features:
A multi-section magazine-style layout with trending sidebar and latest posts.
Features:
Interactive cards with category filtering and colorful gradient hover effects.
Features:
A detailed list layout with horizontal cards, tags, and action buttons.
Features:
All blog sections are built with React and Framer Motion. Install the required dependencies:
npm install framer-motion lucide-react
Import and use any blog section:
import BlogGrid from '@/components/blocks/blog/blog-grid';export default function BlogPage() {return (<main><BlogGrid /></main>);}
Each blog section is fully customizable:
| Section | Best For | Key Feature |
|---|---|---|
| Grid | General blogs | Classic 3-column layout |
| Featured | Highlighting content | Hero post emphasis |
| Minimal | Personal blogs | Typography focus |
| Magazine | News/Media | Multi-section layout |
| Cards | Filtered content | Category filtering |
| List | Detailed listings | Full metadata display |