Added Image_URL property to default data.json files.

This commit is contained in:
2022-05-02 18:57:26 +03:00
parent 0ea8f8b443
commit d791edda3e
2 changed files with 2 additions and 0 deletions
@@ -1,6 +1,7 @@
{ {
"title": "Option Two", "title": "Option Two",
"content": "<p><b>Delivering top results to industry leaders:</b></p>", "content": "<p><b>Delivering top results to industry leaders:</b></p>",
"image_url": "https://fakeimg.pl/400x400/",
"cta_text": "Our Success Stories", "cta_text": "Our Success Stories",
"url": "https://google.com" "url": "https://google.com"
} }
@@ -1,6 +1,7 @@
{ {
"title": "As a Global Salesforce Partner,\n we deliver Service Cloud solutions\n and complex Field Service Management\n in diverse industries worldwide", "title": "As a Global Salesforce Partner,\n we deliver Service Cloud solutions\n and complex Field Service Management\n in diverse industries worldwide",
"content": "<p><b>Delivering top results to industry leaders:</b></p>", "content": "<p><b>Delivering top results to industry leaders:</b></p>",
"image_url": "https://fakeimg.pl/400x400/",
"cta_text": "Our Success Stories", "cta_text": "Our Success Stories",
"url": "https://google.com" "url": "https://google.com"
} }