Summary
jscpd detected duplicate code for the BlogPostCard component between src/pages/blog.tsx and src/pages/index.tsx (2 clones, ~14 and ~13 lines each).
Suggestion
Extract BlogPostCard into a shared component at src/components/blog-post-card.tsx and import it in both pages.
Other duplications noted
src/components/mdx-renderer.tsx — internal self-duplication (90 lines)
src/components/bookimage.tsx / src/components/hero.tsx — similar image markup (9 lines, low priority since these are book page components)