From 0234a764c610ce9c9eb64441d929aa15a198d2f0 Mon Sep 17 00:00:00 2001 From: muchisx Date: Sun, 28 Jul 2024 00:32:45 -0500 Subject: [PATCH] feat: update services data --- src/pages/content/Services/services.data.tsx | 69 +++++++++++++++++++- 1 file changed, 66 insertions(+), 3 deletions(-) diff --git a/src/pages/content/Services/services.data.tsx b/src/pages/content/Services/services.data.tsx index 172848c..d3c9699 100644 --- a/src/pages/content/Services/services.data.tsx +++ b/src/pages/content/Services/services.data.tsx @@ -49,6 +49,50 @@ const servicesData: Service[] = [ }, ], features: [ + { + $keyId: crypto.randomUUID(), + question: { + children: 'APP DEVELOPMENT (PUBLIC & PRIVATE)', + }, + answer: { + children: ( + <> + + With extensive experience in Shopify App Development, I can help you create custom + apps that cater to your unique business requirements. Whether you are creating a + public app to release it to the App Store or a private app to streamline your + internal processes, I've got you covered. + + +
    +
  1. + + Public App Development:{' '} + + I can assist you in developing a public app that is compliant with Shopify's + guidelines and requirements, ensuring a seamless integration with everything + Shopify. +
  2. +
  3. + + Custom Private App Development:{' '} + + If you require a custom private app to streamline your business processes, I can + help you create a tailored solution that meets your specific needs. +
  4. +
  5. + + Existing App Customization:{' '} + + If you already have a Shopify app but need to customize it to better suit your + business requirements, I can help you make the necessary changes. +
  6. +
  7. And virtually anything App-related!
  8. +
+ + ), + }, + }, { $keyId: crypto.randomUUID(), question: { @@ -75,9 +119,8 @@ const servicesData: Service[] = [ Bug Fixing:{' '} - If a Theme’s default functionality is not working as you expected, or you - had a previous code change that broke your theme, I can come in and fix any - issues. + If a Theme's default functionality is not working as you expected, or you had + a previous code change that broke your theme, I can come in and fix any issues.
  • @@ -93,6 +136,16 @@ const servicesData: Service[] = [ ), }, }, + { + $keyId: crypto.randomUUID(), + question: { + children: 'HEADLESS STOREFRONT', + }, + answer: { + children: + 'Headless commerce is a rapidly growing trend that decouples the front-end and back-end of an e-commerce platform. By leveraging the power of Shopify as a headless CMS, I can help you create a unique and engaging shopping experience that is tailored to your brand. No matter the framework, I can help you build a headless storefront that is fast, flexible, and scalable.', + }, + }, { $keyId: crypto.randomUUID(), question: { @@ -183,6 +236,16 @@ const servicesData: Service[] = [ }, ], features: [ + { + $keyId: crypto.randomUUID(), + question: { + children: 'FULL-STACK FRAMERWORKS', + }, + answer: { + children: + 'Choose your React stack and let me handle the rest. Whether it is Remix, Next.js, Astro... no matter. I can help you with your project, from the initial setup to the final deployment, ensuring that your project is built with the best practices and the latest (or legacy, if required) technologies.', + }, + }, { $keyId: crypto.randomUUID(), question: {