Update src/app/blog/page.tsx

This commit is contained in:
2026-02-20 13:17:49 +00:00
parent 4f70bed237
commit c01e32dda3

View File

@@ -29,7 +29,7 @@ export default function BlogPage() {
brandName="Persik"
navItems={[
{ name: "Home", id: "/" },
{ name: "Shop", id: "#products" },
{ name: "Shop", id: "/shop" },
{ name: "About", id: "#about" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "FAQ", id: "#faq" },
@@ -61,9 +61,9 @@ export default function BlogPage() {
columns={[
{
title: "Shop", items: [
{ label: "Bouquets", href: "#products" },
{ label: "Arrangements", href: "#products" },
{ label: "Gifts", href: "#products" },
{ label: "Bouquets", href: "/shop" },
{ label: "Arrangements", href: "/shop" },
{ label: "Gifts", href: "/shop" },
],
},
{