Update src/pages/blog/BlogPage.tsx

This commit is contained in:
2026-06-10 10:41:26 +00:00
parent e010d7f7da
commit 854b37d63c

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;