Update src/app/blog/page.tsx
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
||||
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
||||
import { useBlogPosts } from "@/hooks/useBlogPosts";
|
||||
import { Twitter, Linkedin, Github } from 'lucide-react';
|
||||
|
||||
@@ -47,7 +47,7 @@ export default function BlogPage() {
|
||||
</div>
|
||||
) : (
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardThree
|
||||
<BlogCardTwo
|
||||
blogs={posts}
|
||||
title="From Our Blog"
|
||||
description="Explore our latest articles, insights, and stories from the team."
|
||||
|
||||
Reference in New Issue
Block a user