From c219f55f1d1a70567ccd57d70a69ceb1a0340c03 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 4 Feb 2026 12:29:46 +0000 Subject: [PATCH] Bob AI: [Block: blog-card-two|Testimonial Blog Two|/blocks... --- src/components/sections/blog/BlogCardTwo.tsx | 30 +++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) 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 ( +
+ + {/* New section 'blog-card-two' */} + + {/* FAQ section */} +
+

FAQ

+

Answers to frequently asked questions.

+
+
+ ); +}