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:21:45 +00:00
parent 14e90ec07c
commit 2f48b0e1c8
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -12,12 +12,12 @@ interface AbonnemangCheckoutProps {
const plans: Record<string, Plan> = {
"Liten": {
kg: 3,
pricePerKg: 300,
pricePerKg: 325,
shopifyLink: "#" // Replace with actual Shopify link
},
"Mellan": {
kg: 5,
pricePerKg: 300,
pricePerKg: 325,
shopifyLink: "#"
},
"Stor": {