From 6cbf93e76e2392f0b36b3975e6e79dc5be5d5175 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 13:47:21 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 493467f..8573153 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -87,8 +87,8 @@ export default function ProductsPage() { animationType="slide-up" useInvertedBackground="noInvert" buttons={[ - { text: "View All Products", href: "/products" }, - { text: "Filter by Category", href: "/products" } + { text: "View All Products", href: "/shop" }, + { text: "Filter by Category", href: "/shop" } ]} />