This commit is contained in:
2025-12-04 12:18:26 +03:30
parent accc03b96f
commit 63c62c4bab
2 changed files with 84 additions and 10 deletions
+2 -3
View File
@@ -14,7 +14,7 @@ export const restaurantsData: RestaurantData[] = [
{
name: 'ژیوان',
slug: 'zhivan',
domain: 'zhivan.example.com',
domain: 'https://www.zhivan.ir',
isActive: true,
phone: '09123456789',
serviceArea: {
@@ -33,7 +33,7 @@ export const restaurantsData: RestaurantData[] = [
{
name: 'بوته',
slug: 'boote',
domain: 'boote.example.com',
domain: 'https://www.boote.ir',
isActive: true,
phone: '09123456790',
serviceArea: {
@@ -50,4 +50,3 @@ export const restaurantsData: RestaurantData[] = [
},
},
];