leumas-private-shared
Version:
Private React JSX Package For Leumas Shared Components, Headers, Footers, Asides, Login Pages, API Key Manager and much more. Styles and everything reusable to avoid DRY code across all of our subdomains
54 lines (52 loc) • 3.12 kB
JSX
// src/servicesData.js
const servicesData = [
{
id: 'build-website',
title: 'Build Your Website',
description: 'Build you a WordPress, Shopify, Canva, or HTML site in one to three days.',
link: 'https://www.fiverr.com/bermudezw1008/build-you-a-wordpress-shopify-canva-html-site-in-one-to-three-days?context_referrer=seller_page&ref_ctx_id=51a06d0804064eb08b2ecda5df30f0a6&pckg_id=1&pos=1&seller_online=true&imp_id=324aa96e-7733-4087-ab9f-6408bf314d74',
seo: {
title: 'Build Your Website - Leumas Tech',
description: 'Build you a WordPress, Shopify, Canva, or HTML site in one to three days.',
keywords: 'WordPress, Shopify, Canva, HTML, Web Development',
},
htmlContent: '<p>Build you a <strong>WordPress</strong>, <strong>Shopify</strong>, <strong>Canva</strong>, or <strong>HTML</strong> site in one to three days.</p>',
},
{
id: 'code-services',
title: 'Code Services',
description: 'Create, rewrite, convert, debug your code in any language.',
link: 'https://www.fiverr.com/bermudezw1008/create-rewrite-covert-debug-your-code-in-any-language?context_referrer=seller_page&ref_ctx_id=51a06d0804064eb08b2ecda5df30f0a6&pckg_id=1&pos=2&seller_online=true&imp_id=3839bcc6-45b6-4c2c-ab75-543de95d1e02',
seo: {
title: 'Code Services - Leumas Tech',
description: 'Create, rewrite, convert, debug your code in any language.',
keywords: 'Code, Debugging, Programming, Conversion',
},
htmlContent: '<p>Create, rewrite, convert, debug your code in any <strong>language</strong>.</p>',
},
{
id: 'create-images',
title: 'Create Images',
description: 'Create images, code, and print-on-demand for your website.',
link: 'https://www.fiverr.com/bermudezw1008/create-images-code-print-on-demand-for-your-website?context_referrer=seller_page&ref_ctx_id=51a06d0804064eb08b2ecda5df30f0a6&pckg_id=1&pos=3&seller_online=true&imp_id=0fd7affe-5352-4b15-8d84-ea4eda6d37da',
seo: {
title: 'Create Images - Leumas Tech',
description: 'Create images, code, and print-on-demand for your website.',
keywords: 'Images, Code, Print on Demand',
},
htmlContent: '<p>Create images, code, and print-on-demand for your <strong>website</strong>.</p>',
},
{
id: 'custom-api-development',
title: 'Custom API Development',
description: 'Custom API development and integration.',
link: 'https://www.fiverr.com/bermudezw1008/custom-api-development-and-integration?context_referrer=seller_page&ref_ctx_id=51a06d0804064eb08b2ecda5df30f0a6&pckg_id=1&pos=4&seller_online=true&imp_id=2bf7f0a6-0e0d-40ef-8cfd-87617b52a9a6',
seo: {
title: 'Custom API Development - Leumas Tech',
description: 'Custom API development and integration.',
keywords: 'API, Development, Integration',
},
htmlContent: '<p>Custom API <strong>development</strong> and <strong>integration</strong>.</p>',
},
];
export default servicesData;