mirror of
https://github.com/Motion-Games/MotionWebStudio.git
synced 2026-04-21 09:00:53 +02:00
stripe
This commit is contained in:
@@ -4,7 +4,9 @@ export const defaultPlans: ProductPackage[] = [
|
||||
{
|
||||
id: 'start',
|
||||
name: "Landing Page",
|
||||
price: "190.000 Ft-tól",
|
||||
price: "190.000 Ft",
|
||||
total_price: 190000,
|
||||
advance_price: 40000,
|
||||
desc: "Ideális induló vállalkozásoknak és személyes brandeknek.",
|
||||
features: [
|
||||
"Egyoldalas Landing Page",
|
||||
@@ -20,7 +22,9 @@ export const defaultPlans: ProductPackage[] = [
|
||||
{
|
||||
id: 'pro',
|
||||
name: "Pro Web",
|
||||
price: "350.000 Ft-tól",
|
||||
price: "350.000 Ft",
|
||||
total_price: 350000,
|
||||
advance_price: 80000,
|
||||
desc: "A legnépszerűbb választás kis- és középvállalkozások számára.",
|
||||
features: [
|
||||
"Max 5 aloldal (Rólunk, Szolgáltatások...)",
|
||||
@@ -38,6 +42,9 @@ export const defaultPlans: ProductPackage[] = [
|
||||
id: 'enterprise',
|
||||
name: "Enterprise",
|
||||
price: "Egyedi árazás",
|
||||
total_price: 0,
|
||||
advance_price: 0,
|
||||
is_custom_price: true,
|
||||
desc: "Komplex rendszerek és webáruházak nagyvállalati igényekre.",
|
||||
features: [
|
||||
"Korlátlan aloldalak",
|
||||
|
||||
Reference in New Issue
Block a user