Update src/app/products/page.tsx

This commit is contained in:
2026-01-29 13:47:21 +00:00
parent 9ee229ea23
commit 6cbf93e76e

View File

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