import Blogs from "@/components/blog/blogs"; import { AnimationContainer } from "@/components/global"; const BlogPage = () => { return (

Blog

Latest news and updates.

); }; export default BlogPage;