Co-authored-by: wolfoftyreso-debug <250630591+wolfoftyreso-debug@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-07-11 10:18:46 +00:00
parent e958eb2066
commit 6f88c2294c
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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": {