Update src/app/blog/page.tsx

This commit is contained in:
2026-02-20 16:28:20 +00:00
parent 0d6bd71148
commit 90aeb65550

View File

@@ -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"