Advertisement
PollyDrive

contacts

Oct 23rd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.81 KB | None | 0 0
  1. module.exports = {
  2.   title: '',
  3.   description: 'Описание страницы',
  4.   keywords: '',
  5.   components: [
  6.     {
  7.       anchor: 'contacts',
  8.       path: 'contacts/Contacts',
  9.       title: 'Контакты',
  10.       items: [
  11.         {
  12.           city: 'Barnaul',
  13.           offices: [
  14.             {
  15.               title: 'WEST management company',
  16.               tel: ['+7(385)25-00-632', '+7(385)25-00-632'],
  17.               map_link: '#',
  18.             }
  19.           ]
  20.         },
  21.         {
  22.           city: 'Belgorod',
  23.           offices: [
  24.             {
  25.               title: 'WEST management company',
  26.               tel: ['+7(385)25-00-632', '+7(385)25-00-632'],
  27.               map_link: '#',
  28.             }
  29.           ]
  30.         },
  31.         {
  32.           city: 'Vladivostok',
  33.           offices: [
  34.             {
  35.               title: 'WEST management company',
  36.               tel: ['+7(385)25-00-632', '+7(385)25-00-632'],
  37.               map_link: '#',
  38.             }
  39.           ]
  40.         },
  41.         {
  42.           city: 'Voronezh',
  43.           offices: [
  44.             {
  45.               title: 'WEST management company',
  46.               tel: ['+7(385)25-00-632', '+7(385)25-00-632'],
  47.               map_link: '#',
  48.             },
  49.             {
  50.               title: 'LLC "CentrTorg"',
  51.               tel: ['+7(385)25-00-632', '+7(385)25-00-632'],
  52.               map_link: '#',
  53.             },
  54.             {
  55.               title: 'Chain of stores "World of Taste" and "Gourmet"',
  56.               tel: ['+7(385)25-00-632', '+7(385)25-00-632'],
  57.               map_link: '#',
  58.             },
  59.             {
  60.               title: 'LLC "CentrTorg"',
  61.               tel: ['+7(385)25-00-632', '+7(385)25-00-632'],
  62.               map_link: '#',
  63.             }
  64.           ]
  65.         },
  66.       ]
  67.     },
  68.     {
  69.       anchor: 'marussia',
  70.       path: 'marussia/Marussia',
  71.       title: 'Marussia Beverages Group',
  72.       image: {
  73.         d: `https://picsum.photos/720/820.jpg`,
  74.         d2x: `https://picsum.photos/1440/1640.jpg`,
  75.         dw: `https://picsum.photos/720/820.webp`,
  76.         dw2x: `https://picsum.photos/1440/1640.webp`,
  77.         m2x: `https://picsum.photos/750/500.jpg`,
  78.         mw2x: `https://picsum.photos/750/500.webp`,
  79.         alt: ''
  80.       },
  81.       description: [
  82.         'an international producer and distributor of wines and spirits;',
  83.         'more than 330 employees all over the world owns several wineries and distilleries in Russia, Georgia, UK (Scotland), Japan, France;',
  84.         'an international producer and distributor of wines and spirits;',
  85.         'sells a wide portfolio of own and imported brands – wines, vodka, armagnac, rum, brandy, sake, whisky, liquers.'
  86.       ],
  87.       link: '#'
  88.     },
  89.     {
  90.       anchor: 'feedback',
  91.       path: 'feedback/Feedback',
  92.       title: "Hello! <br> Let's talk",
  93.     }
  94.   ]
  95. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement