Update src/app/blog/page.tsx

This commit is contained in:
2026-01-22 08:26:38 +00:00
parent 6e81fd71aa
commit d6c47dff3b

View File

@@ -2,7 +2,7 @@
import { useEffect, useState } from "react"; import { useEffect, useState } from "react";
import ReactLenis from "lenis/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 NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterBase from '@/components/sections/footer/FooterBase';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
@@ -115,7 +115,7 @@ export default function BlogPage() {
<p className="text-foreground">Loading posts...</p> <p className="text-foreground">Loading posts...</p>
</div> </div>
) : ( ) : (
<BlogCardThree <BlogCardOne
blogs={posts} blogs={posts}
title="Culinary Chronicles" title="Culinary Chronicles"
description="Discover the stories behind authentic Italian cuisine, culinary traditions, and the passion that drives our kitchen" description="Discover the stories behind authentic Italian cuisine, culinary traditions, and the passion that drives our kitchen"