Update src/pages/blog/BlogPage.tsx

This commit is contained in:
2026-05-30 12:41:43 +00:00
parent 55c8122ef6
commit 310125ee37

View File

@@ -1,13 +0,0 @@
import BlogSimpleCards from "@/components/sections/blog/BlogSimpleCards";
const BlogPage = () => {
return (
<BlogSimpleCards
tag="Blog"
title="Latest Articles"
description="Stay updated with our latest insights and news"
/>
);
};
export default BlogPage;