diff --git a/src/components/sections/blog/BlogCardTwo.tsx b/src/components/sections/blog/BlogCardTwo.tsx index ab8ccdb..4f33dc0 100644 --- a/src/components/sections/blog/BlogCardTwo.tsx +++ b/src/components/sections/blog/BlogCardTwo.tsx @@ -243,4 +243,32 @@ const BlogCardTwo = ({ BlogCardTwo.displayName = "BlogCardTwo"; -export default BlogCardTwo; +export default function Page() { + const { posts: fetchedPosts, isLoading } = useBlogPosts(); + const blogs = fetchedPosts; + + return ( +
Answers to frequently asked questions.
+