forked from UKSOURCE/cms.hailearning.edu.vn
feat: Implement core admin panel functionalities including appointment, contact, and pricing management with associated models, controllers, views, and routes.
This commit is contained in:
118
data/pricing.json
Normal file
118
data/pricing.json
Normal file
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"hero": {
|
||||
"title": "Pricing Plan",
|
||||
"backgroundImage": "/assets/img/inner-page/breadcrumb.jpg",
|
||||
"shapeImage": "/assets/img/inner-page/shape.png",
|
||||
"breadcrumb": [
|
||||
{
|
||||
"text": "Home",
|
||||
"link": "/"
|
||||
},
|
||||
{
|
||||
"text": "Pricing Plan",
|
||||
"link": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"pricingSection": {
|
||||
"subtitle": "pricing plan",
|
||||
"heading": "Flexible Plans to Suit Every Traveler",
|
||||
"description": "Choose the plan that fits your visa needs and enjoy expert guidance every step of the way."
|
||||
},
|
||||
"plans": {
|
||||
"monthly": [
|
||||
{
|
||||
"name": "Basic Plan",
|
||||
"price": "32",
|
||||
"period": "mo",
|
||||
"currency": "$",
|
||||
"buttonText": "Get Started Today",
|
||||
"buttonLink": "/pricing",
|
||||
"buttonIcon": "fa-solid fa-arrow-right",
|
||||
"style": "default",
|
||||
"features": [
|
||||
"Everything in Basic Plan",
|
||||
"Visa Interview Preparation",
|
||||
"Priority Processing Support",
|
||||
"Phone & Email Assistance",
|
||||
"Step-by-Step Application Support"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Plan",
|
||||
"price": "32",
|
||||
"period": "mo",
|
||||
"currency": "$",
|
||||
"buttonText": "Get Started Today",
|
||||
"buttonLink": "/pricing",
|
||||
"buttonIcon": "fa-solid fa-arrow-right",
|
||||
"style": "style-2",
|
||||
"features": [
|
||||
"Everything in Basic Plan",
|
||||
"Visa Interview Preparation",
|
||||
"Priority Processing Support",
|
||||
"Phone & Email Assistance",
|
||||
"Step-by-Step Application Support"
|
||||
]
|
||||
}
|
||||
],
|
||||
"yearly": [
|
||||
{
|
||||
"name": "Basic Plan",
|
||||
"price": "32",
|
||||
"period": "mo",
|
||||
"currency": "$",
|
||||
"buttonText": "Get Started Today",
|
||||
"buttonLink": "/pricing",
|
||||
"buttonIcon": "fa-solid fa-arrow-right",
|
||||
"style": "default",
|
||||
"features": [
|
||||
"Everything in Basic Plan",
|
||||
"Visa Interview Preparation",
|
||||
"Priority Processing Support",
|
||||
"Phone & Email Assistance",
|
||||
"Step-by-Step Application Support"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Plan",
|
||||
"price": "32",
|
||||
"period": "mo",
|
||||
"currency": "$",
|
||||
"buttonText": "Get Started Today",
|
||||
"buttonLink": "/pricing",
|
||||
"buttonIcon": "fa-solid fa-arrow-right",
|
||||
"style": "style-2",
|
||||
"features": [
|
||||
"Everything in Basic Plan",
|
||||
"Visa Interview Preparation",
|
||||
"Priority Processing Support",
|
||||
"Phone & Email Assistance",
|
||||
"Step-by-Step Application Support"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"testimonials": {
|
||||
"subtitle": "What Our Clients Say",
|
||||
"heading": "Immigration Success Stories",
|
||||
"buttonText": "View All Review",
|
||||
"buttonLink": "/contact",
|
||||
"buttonIcon": "fa-solid fa-arrow-right",
|
||||
"image": "/assets/img/home-3/test-thumb.jpg",
|
||||
"items": [
|
||||
{
|
||||
"name": "Mohammed Ali",
|
||||
"role": "Family Visa",
|
||||
"rating": 5,
|
||||
"content": "The team provided exceptional guidance throughout my immigration process. Their expertise, personalized support, and attention to detail ensured a smooth, stress-free experience and successful visa approval."
|
||||
},
|
||||
{
|
||||
"name": "Mohammed Ali",
|
||||
"role": "Family Visa",
|
||||
"rating": 5,
|
||||
"content": "The team provided exceptional guidance throughout my immigration process. Their expertise, personalized support, and attention to detail ensured a smooth, stress-free experience and successful visa approval."
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user