This commit is contained in:
2025-12-26 14:03:18 +01:00
parent 846379eccc
commit 235e1d9b52
18 changed files with 3334 additions and 2290 deletions

View File

@@ -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",