diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index f1fd0f9..f7fbe77 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -42,6 +42,9 @@ export default function ShopPage() { {"name":"Contact","id":"contact"}, {"name":"Shop","id":"/shop"} ]} + button={{ + text: "Cart", href: "#cart" + }} />
@@ -84,6 +87,9 @@ export default function ShopPage() { {"name":"Contact","id":"contact"}, {"name":"Shop","id":"/shop"} ]} + button={{ + text: "Cart", href: "#cart" + }} />
@@ -107,4 +113,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +}