diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index a0aecad..e1529c5 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -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" }, ], }, {