35 lines
1.3 KiB
PHP
35 lines
1.3 KiB
PHP
|
<?php
|
||
|
// Example Data
|
||
|
$servicesData = [
|
||
|
[
|
||
|
"title" => "Domain & Hosting",
|
||
|
"description" => "We choose the best domain and hosting companies. Best in-service availability and cost...",
|
||
|
"icon" => "bi bi-globe",
|
||
|
"link" => "domain-hosting.html"
|
||
|
],
|
||
|
[
|
||
|
"title" => "Web Maintenance",
|
||
|
"description" => "We provide a complete website maintenance service from a small content update, bug fixing, troubleshooting, critical...",
|
||
|
"icon" => "bi bi-tools",
|
||
|
"link" => "domain-hosting.html"
|
||
|
],
|
||
|
[
|
||
|
"title" => "Web Applications",
|
||
|
"description" => "Remember Bibhuti Solutions for: Custom Software Development, Web Content Management System...",
|
||
|
"icon" => "bi bi-phone",
|
||
|
"link" => "domain-hosting.html"
|
||
|
],
|
||
|
[
|
||
|
"title" => "Logo & Graphics Design",
|
||
|
"description" => "Bibhuti Solutions is serving clients for several years in Logo and Graphics Design services...",
|
||
|
"icon" => "bi bi-brush-fill",
|
||
|
"link" => "domain-hosting.html"
|
||
|
],
|
||
|
[
|
||
|
"title" => "Home PC Service",
|
||
|
"description" => "Bibhuti Solutions provides home PC maintenance service for windows operating system and mac OS. We pro ...",
|
||
|
"icon" => "bi bi-pc-display",
|
||
|
"link" => "domain-hosting.html"
|
||
|
]
|
||
|
];
|
||
|
?>
|