Update src/app/blog/page.tsx
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { useEffect, useState } from "react";
|
||||
import ReactLenis from "lenis/react";
|
||||
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
||||
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
@@ -115,7 +115,7 @@ export default function BlogPage() {
|
||||
<p className="text-foreground">Loading posts...</p>
|
||||
</div>
|
||||
) : (
|
||||
<BlogCardThree
|
||||
<BlogCardOne
|
||||
blogs={posts}
|
||||
title="Culinary Chronicles"
|
||||
description="Discover the stories behind authentic Italian cuisine, culinary traditions, and the passion that drives our kitchen"
|
||||
|
||||
Reference in New Issue
Block a user