Update src/app/shop/page.tsx

This commit is contained in:
2026-02-24 01:04:36 +00:00
parent 2100cad750
commit 0c35dd7e5f

View File

@@ -43,6 +43,7 @@ function ShopPageContent() {
{"name":"Contact","id":"contact-section"}, {"name":"Contact","id":"contact-section"},
{"name":"Shop","id":"/shop"} {"name":"Shop","id":"/shop"}
]} ]}
button={{ text: "Order Now", href: "#product-section" }}
brandName="Steins Bagels" brandName="Steins Bagels"
/> />
</div> </div>
@@ -80,6 +81,7 @@ function ShopPageContent() {
{"name":"Contact","id":"contact-section"}, {"name":"Contact","id":"contact-section"},
{"name":"Shop","id":"/shop"} {"name":"Shop","id":"/shop"}
]} ]}
button={{ text: "Order Now", href: "#product-section" }}
brandName="Steins Bagels" brandName="Steins Bagels"
/> />
</div> </div>