This commit is contained in:
Aashish_Nepal
2024-12-16 20:09:24 +05:45
parent b273776ecd
commit 08be9b2b36
13 changed files with 72 additions and 108 deletions

View File

@ -3,37 +3,37 @@ $ourworksData= [
[
'title' => 'Swift Carpet Cleaners',
'description' => 'Welcome to Swift Carpet Cleaners - Caring for your carpets since 1991!',
'image' => '../assets/images/work-one.jpg',
'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',
'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',
'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',
'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',
'image' => './assets/images/work-five.jpg',
'alt' => 'Handmade Products',
],
[
'title' => 'Raffles Education',
'description' => 'Shaping students\' careers since 2005.',
'image' => '../assets/images/work-six.jpg',
'image' => './assets/images/work-six.jpg',
'alt' => 'Raffles Education',
],
];