41 lines
1.3 KiB
PHP
41 lines
1.3 KiB
PHP
<?php
|
|
$ourworksData= [
|
|
[
|
|
'title' => 'Swift Carpet Cleaners',
|
|
'description' => 'Welcome to Swift Carpet Cleaners - Caring for your carpets since 1991!',
|
|
'image' => './assets/images/work-one.jpg',
|
|
'alt' => 'Swift Carpet Cleaners',
|
|
],
|
|
[
|
|
'title' => 'eGear',
|
|
'description' => 'Whatever part you want, we will get it for you.',
|
|
'image' => './assets/images/work-two.jpg',
|
|
'alt' => 'eGear',
|
|
],
|
|
[
|
|
'title' => 'Food Restaurant',
|
|
'description' => 'Serving good food for over 10 years.',
|
|
'image' => './assets/images/work-three.jpg',
|
|
'alt' => 'Food Restaurant',
|
|
],
|
|
[
|
|
'title' => 'Travel Agency',
|
|
'description' => 'Thinking like a creative - Explore your dream destination!',
|
|
'image' => './assets/images/work-four.jpg',
|
|
'alt' => 'Travel Agency',
|
|
],
|
|
[
|
|
'title' => 'Handmade Products',
|
|
'description' => 'Leading producer & exporter of handmade Nepali products.',
|
|
'image' => './assets/images/work-five.jpg',
|
|
'alt' => 'Handmade Products',
|
|
],
|
|
[
|
|
'title' => 'Raffles Education',
|
|
'description' => 'Shaping students\' careers since 2005.',
|
|
'image' => './assets/images/work-six.jpg',
|
|
'alt' => 'Raffles Education',
|
|
],
|
|
];
|
|
|
|
?>
|