Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8aeeddee36 |
@@ -38,6 +38,7 @@ function ShopPageContent() {
|
|||||||
{"name":"Shop","id":"/shop"}
|
{"name":"Shop","id":"/shop"}
|
||||||
]}
|
]}
|
||||||
brandName="Cozy Brews"
|
brandName="Cozy Brews"
|
||||||
|
button={{ text: "Cart", href: "/cart" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||||
@@ -69,6 +70,7 @@ function ShopPageContent() {
|
|||||||
{"name":"Shop","id":"/shop"}
|
{"name":"Shop","id":"/shop"}
|
||||||
]}
|
]}
|
||||||
brandName="Cozy Brews"
|
brandName="Cozy Brews"
|
||||||
|
button={{ text: "Cart", href: "/cart" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="productCatalog" data-section="productCatalog">
|
<div id="productCatalog" data-section="productCatalog">
|
||||||
|
|||||||
Reference in New Issue
Block a user