initial commit

This commit is contained in:
Inshal
2024-10-25 01:02:11 +05:00
commit 6e65bc3a62
1710 changed files with 273609 additions and 0 deletions

View File

@@ -0,0 +1,72 @@
export default {
main_title: 'Choose a Plan',
plans_list: [{
title: 'Semaglutide',
currency: '$',
price: "399.00",
list_one_title: "RX Prescription",
list_two_title: "Semaglutide, generic Ozempic and generic wegovy, is a potent medical weight loss treatment, with users typically experiencing an average loss of 15% of their body weight.",
list_sub_title: "Weight Loss",
image_url:"semaglutide.png"
},
{
title: "Tirzepatide",
currency: "$",
price: "499.00",
list_one_title: "RX Prescription",
list_two_title: "Tirzepatide, generic Zepbound and generic Mounjaro, is a powerful medical weight loss treatment, often enabling individuals to lose 20% or more of their body weight, showcasing its enhanced efficacy compared to Semaglutide.",
list_sub_title: "Weight Loss",
image_url:"Tirzepatide.webp"
},
{
title: "Sermorelin Injections",
currency: '$',
price: "249.00",
list_one_title: "RX Prescription",
list_two_title: "Sermorelin injections stimulate the body's natural production of growth hormone, promoting muscle growth, fat loss, and overall rejuvenation.",
list_sub_title: "Lean Muscle Mass & Fat Loss",
image_url:"Sermorelin.webp"
},
{
title: "PT-141 Injections",
currency: '$',
price: "345.00",
list_one_title: "RX Prescription",
list_two_title: "Sexual health and Performance. Supplies are shipped with treatment",
list_sub_title: "Sexual Performance",
image_url:"PT-141.webp"
},
{
title: "PT-141 Troche",
currency: '$',
price: "418.00",
list_one_title: "RX Prescription",
list_two_title: "Sexual health and Performance. Supplies are shipped with treatment",
list_sub_title: "Sexual Performance",
image_url:"pt-141_troche-2.webp"
},
{
title: "VIP Nasal Spray",
currency: '$',
price: "210.00",
list_one_title: "RX Prescription",
list_two_title: "VIP nasal spray offers targeted delivery of therapeutic hgh to support digestive health, immune function, and circadian regulation.",
list_sub_title: "Systemic Wellness",
image_url:"vip_nasal-spray.webp"
},
{
title: "SS-31 Injections",
currency: '$',
price: "1230.00",
list_one_title: "RX Prescription",
list_two_title: "VIP nasal spray offers targeted delivery of therapeutic hgh to support digestive health, immune function, and circadian regulation.",
list_sub_title: "Longevity & Performance",
image_url:"ss-31_syringes.webp"
}
]
}

View File

@@ -0,0 +1,34 @@
export default {
main_title: 'Choose a Plan',
plans_list: [{
title: 'Basic Plan',
currency: '$',
price: "195.00",
list_one_title: "TRT prescription",
list_two_title: "A nazial mist or a pre-filled syringe for self-injection",
list_sub_title: "Either be cream or oral liquied",
image_url:""
},
{
title: 'Pro Plan',
currency: '$',
price: "195.00",
list_one_title: "TRT prescription",
list_two_title: "A nazial mist or a pre-filled syringe for self-injection",
list_sub_title: "Either be cream or oral liquied",
image_url:""
},
{
title: 'Elite Plan',
currency: '$',
price: "995.00",
list_one_title: "HGH & TRT prescription",
list_two_title: "Growth hormone zinc and magnesium",
list_sub_title: "Everything in Pro Plan",
image_url:""
}
]
}