Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 84ddf92375 | |||
| c52e5ed90f | |||
| b9be9113dd | |||
| c76df01daf |
@@ -1,7 +1,7 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import ReactLenis from "lenis/react";
|
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 FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
@@ -28,7 +28,6 @@ export default function BlogPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Koliba Ukrainska"
|
brandName="Koliba Ukrainska"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
|
||||||
{ name: "Philosophy", id: "about" },
|
{ name: "Philosophy", id: "about" },
|
||||||
{ name: "Menu", id: "menu" },
|
{ name: "Menu", id: "menu" },
|
||||||
{ name: "Banquets", id: "banquets" },
|
{ name: "Banquets", id: "banquets" },
|
||||||
@@ -47,7 +46,7 @@ export default function BlogPage() {
|
|||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div id="blog" data-section="blog">
|
<div id="blog" data-section="blog">
|
||||||
<BlogCardTwo
|
<BlogCardThree
|
||||||
blogs={posts}
|
blogs={posts}
|
||||||
title="Ukrainian Culinary Stories"
|
title="Ukrainian Culinary Stories"
|
||||||
description="Discover the rich traditions and authentic flavors that define our Ukrainian heritage through stories from our kitchen"
|
description="Discover the rich traditions and authentic flavors that define our Ukrainian heritage through stories from our kitchen"
|
||||||
|
|||||||
@@ -85,13 +85,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Koliba Ukrainska"
|
brandName="Koliba Ukrainska"
|
||||||
navItems={[
|
navItems={[
|
||||||
{"name":"Home","id":"/"},
|
{ name: "Philosophy", id: "about" },
|
||||||
{"name":"Philosophy","id":"about"},
|
{ name: "Menu", id: "menu" },
|
||||||
{"name":"Menu","id":"menu"},
|
{ name: "Banquets", id: "banquets" },
|
||||||
{"name":"Banquets","id":"banquets"},
|
{ name: "Delivery", id: "delivery" },
|
||||||
{"name":"Delivery","id":"delivery"},
|
{ name: "Contacts", id: "contact" }
|
||||||
{"name":"Contacts","id":"contact"},
|
|
||||||
{"name":"Shop","id":"/shop"}
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
buttonClassName="rounded-full px-6 py-2"
|
buttonClassName="rounded-full px-6 py-2"
|
||||||
@@ -135,13 +133,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Koliba Ukrainska"
|
brandName="Koliba Ukrainska"
|
||||||
navItems={[
|
navItems={[
|
||||||
{"name":"Home","id":"/"},
|
{ name: "Philosophy", id: "about" },
|
||||||
{"name":"Philosophy","id":"about"},
|
{ name: "Menu", id: "menu" },
|
||||||
{"name":"Menu","id":"menu"},
|
{ name: "Banquets", id: "banquets" },
|
||||||
{"name":"Banquets","id":"banquets"},
|
{ name: "Delivery", id: "delivery" },
|
||||||
{"name":"Delivery","id":"delivery"},
|
{ name: "Contacts", id: "contact" }
|
||||||
{"name":"Contacts","id":"contact"},
|
|
||||||
{"name":"Shop","id":"/shop"}
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
buttonClassName="rounded-full px-6 py-2"
|
buttonClassName="rounded-full px-6 py-2"
|
||||||
@@ -192,13 +188,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Koliba Ukrainska"
|
brandName="Koliba Ukrainska"
|
||||||
navItems={[
|
navItems={[
|
||||||
{"name":"Home","id":"/"},
|
{ name: "Philosophy", id: "about" },
|
||||||
{"name":"Philosophy","id":"about"},
|
{ name: "Menu", id: "menu" },
|
||||||
{"name":"Menu","id":"menu"},
|
{ name: "Banquets", id: "banquets" },
|
||||||
{"name":"Banquets","id":"banquets"},
|
{ name: "Delivery", id: "delivery" },
|
||||||
{"name":"Delivery","id":"delivery"},
|
{ name: "Contacts", id: "contact" }
|
||||||
{"name":"Contacts","id":"contact"},
|
|
||||||
{"name":"Shop","id":"/shop"}
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
buttonClassName="rounded-full px-6 py-2"
|
buttonClassName="rounded-full px-6 py-2"
|
||||||
|
|||||||
@@ -38,13 +38,11 @@ export default function ShopPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Koliba Ukrainska"
|
brandName="Koliba Ukrainska"
|
||||||
navItems={[
|
navItems={[
|
||||||
{"name":"Home","id":"/"},
|
{ name: "Philosophy", id: "about" },
|
||||||
{"name":"Philosophy","id":"about"},
|
{ name: "Menu", id: "menu" },
|
||||||
{"name":"Menu","id":"menu"},
|
{ name: "Banquets", id: "banquets" },
|
||||||
{"name":"Banquets","id":"banquets"},
|
{ name: "Delivery", id: "delivery" },
|
||||||
{"name":"Delivery","id":"delivery"},
|
{ name: "Contacts", id: "contact" }
|
||||||
{"name":"Contacts","id":"contact"},
|
|
||||||
{"name":"Shop","id":"/shop"}
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
buttonClassName="rounded-full px-6 py-2"
|
buttonClassName="rounded-full px-6 py-2"
|
||||||
@@ -87,13 +85,11 @@ export default function ShopPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Koliba Ukrainska"
|
brandName="Koliba Ukrainska"
|
||||||
navItems={[
|
navItems={[
|
||||||
{"name":"Home","id":"/"},
|
{ name: "Philosophy", id: "about" },
|
||||||
{"name":"Philosophy","id":"about"},
|
{ name: "Menu", id: "menu" },
|
||||||
{"name":"Menu","id":"menu"},
|
{ name: "Banquets", id: "banquets" },
|
||||||
{"name":"Banquets","id":"banquets"},
|
{ name: "Delivery", id: "delivery" },
|
||||||
{"name":"Delivery","id":"delivery"},
|
{ name: "Contacts", id: "contact" }
|
||||||
{"name":"Contacts","id":"contact"},
|
|
||||||
{"name":"Shop","id":"/shop"}
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
buttonClassName="rounded-full px-6 py-2"
|
buttonClassName="rounded-full px-6 py-2"
|
||||||
|
|||||||
Reference in New Issue
Block a user