Update src/app/products/page.tsx
This commit is contained in:
@@ -87,8 +87,8 @@ export default function ProductsPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View All Products", href: "/products" },
|
{ text: "View All Products", href: "/shop" },
|
||||||
{ text: "Filter by Category", href: "/products" }
|
{ text: "Filter by Category", href: "/shop" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user