Changes
Co-authored-by: wolfoftyreso-debug <250630591+wolfoftyreso-debug@users.noreply.github.com>
This commit is contained in:
@@ -12,12 +12,12 @@ interface AbonnemangCheckoutProps {
|
||||
const plans: Record<string, Plan> = {
|
||||
"Liten": {
|
||||
kg: 3,
|
||||
pricePerKg: 450,
|
||||
pricePerKg: 300,
|
||||
shopifyLink: "#" // Replace with actual Shopify link
|
||||
},
|
||||
"Mellan": {
|
||||
kg: 5,
|
||||
pricePerKg: 450,
|
||||
pricePerKg: 300,
|
||||
shopifyLink: "#"
|
||||
},
|
||||
"Stor": {
|
||||
|
||||
Reference in New Issue
Block a user