Update src/app/blog/page.tsx
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
||||
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -28,7 +28,6 @@ export default function BlogPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Koliba Ukrainska"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Philosophy", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Banquets", id: "banquets" },
|
||||
@@ -47,7 +46,7 @@ export default function BlogPage() {
|
||||
</div>
|
||||
) : (
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardTwo
|
||||
<BlogCardThree
|
||||
blogs={posts}
|
||||
title="Ukrainian Culinary Stories"
|
||||
description="Discover the rich traditions and authentic flavors that define our Ukrainian heritage through stories from our kitchen"
|
||||
|
||||
Reference in New Issue
Block a user