Update src/app/products/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user