LogoStarterkitpro
Components

Blog Grid

A grid layout for displaying blog posts with thumbnails and previews

A component to display blog posts in a responsive grid layout with thumbnails, titles, and preview text.

Blog Grid component

Usage

import BlogGrid from "@/components/sections/BlogGrid";

Tips

  • Blog content is centralized in the app/(marketing)/blog/content directory
  • Posts are automatically organized with proper linking
  • Include high-quality thumbnails that represent the post content
  • By default it show on /blog page. But you can show on homepage if want

On this page