2024-12-11 13:15:45 +05:45

47 lines
1.8 KiB
PHP

<?php
$packagesData = [
"easy_startup" => [
"title" => "EASY STARTUP",
"features" => [
"<strong>Features included!</strong>",
"Astonishing, Responsive and Adaptive Design",
"SEO Integrated Content Management System",
"Presentation/Homepage slider",
"4-10 unique website pages",
"Clients' Testimonials, Photo Gallery",
"Contact Details, Google Location Map",
"Social Media & Google Analytics Integration",
"Contact/Feedback form"
]
],
"growing_business" => [
"title" => "GROWING BUSINESS",
"features" => [
"<strong>Features included!</strong>",
"Astonishing, Responsive and Adaptive Design",
"Testimonials/Portfolios/Our team",
"Sliders for Clients/Certifications/Achievements",
"Presentation/Homepage slider",
"Contact Details, Google Location Map",
"Social Media & Google Analytics Integration",
"Contact/Feedback form / Live-Chat Integration",
"Online Booking/Ordering (E-Commerce)"
]
],
"customized_solution" => [
"title" => "CUSTOMIZED SOLUTION",
"features" => [
"<strong>Features included!</strong>",
"Astonishing, Responsive and Adaptive Design",
"Fully featured with SEO and SMO requirements.",
"Sliders for Clients/Certifications/Achievements",
"Presentation/Homepage slider",
"Contact Details, Google Location Map",
"Social Media & Google Analytics Integration",
"Contact/Feedback form / Live-Chat Integration",
"Online Booking/Ordering (E-Commerce)"
]
]
];
?>