Components
Loading preview...
A modern blog grid with lazy-loaded images, smooth hover effects, and clean typography. Showcases articles with author, date, and read-time in a polished card layout.
npx shadcn@latest add https://21st.dev/r/sshahaider/blog-sectionimport { BlogSection } from "@/components/ui/blog-section";
export default function DemoOne() {
return <BlogSection />;
}