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" } ]} />