Update src/app/blog/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use client";
|
||||
"use client";
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
@@ -28,13 +28,10 @@ export default function BlogPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "signature-flavors" },
|
||||
{ name: "About", id: "brand-story" },
|
||||
{ name: "Delivery", id: "delivery-speed" },
|
||||
{ name: "Dine-In", id: "dine-in-experience" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
]}
|
||||
brandName="bb.q chicken"
|
||||
button={{ text: "Order Now", href: "#final-cta" }}
|
||||
button={{ text: "Order Now", href: "/#final-cta" }}
|
||||
className="py-4 px-6 md:px-8 lg:px-12 xl:px-16"
|
||||
buttonClassName="bg-primary-cta text-secondary-cta"
|
||||
buttonTextClassName="font-semibold"
|
||||
|
||||
Reference in New Issue
Block a user