Merge version_1 into main #2
@@ -255,7 +255,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
sku={meta.sku}
|
||||
buttons={[
|
||||
{ text: "Add To Cart", onClick: handleAddToCart },
|
||||
{ text: "Buy Now", onClick: handleBuyNow },
|
||||
{ text: "Buy Now", onClick: handleBuyNow }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -269,8 +269,8 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
total={`$${cartTotal}`}
|
||||
buttons={[
|
||||
{
|
||||
text: isCheckoutLoading ? "Processing..." : "Check Out", onClick: handleCheckout,
|
||||
},
|
||||
text: isCheckoutLoading ? "Processing..." : "Check Out", onClick: handleCheckout
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -297,7 +297,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{ label: "Contact", href: "mailto:info@pawsitivehaven.org" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user