From d4ecb7aba937c77a3c1cd87ed632e6bcb52fb05a Mon Sep 17 00:00:00 2001 From: Elvin Kyungu Date: Sat, 9 Nov 2024 10:28:54 +0200 Subject: [PATCH] Transform Next.js FAQ component to Nuxt.js structure for compatibility --- src/blocks/faqs/plain.ts | 42 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/src/blocks/faqs/plain.ts b/src/blocks/faqs/plain.ts index 0425584..1e178e2 100644 --- a/src/blocks/faqs/plain.ts +++ b/src/blocks/faqs/plain.ts @@ -84,7 +84,47 @@ const nextjsCode = `export default function FAQs(){ ) }` -const nuxtjsCode = `` +const nuxtjsCode = ` +
+
+
+
+

Frequently Asked Questions

+

Accusantium quisquam. Illo, omnis?

+
+ +
+
+

What is the refund policy?

+

We offer a 30-day money back guarantee. If you are not satisfied with our product, you can request a refund within 30 days of your purchase.

+ +
    +
  1. To request a refund, please contact our support team with your order number and reason for the refund.
  2. +
  3. Refunds will be processed within 3-5 business days.
  4. +
  5. Please note that refunds are only available for new customers and are limited to one per customer.
  6. +
+
+
+

How do I cancel my subscription?

+

You can cancel your subscription at any time by logging into your account and clicking on the cancel button.

+
+
+

Can I upgrade my plan?

+

Yes, you can upgrade your plan at any time by logging into your account and selecting the plan you want to upgrade to.

+
    +
  • You will be charged the difference in price between your current plan and the plan you are upgrading to.
  • +
  • Your new plan will take effect immediately and you will be billed at the new rate on your next billing cycle.
  • +
+
+
+

Do you offer phone support?

+

We do not offer phone support at this time. However, you can contact us via email or live chat for any questions or concerns you may have.

+
+
+
+
+
+` export const plainCode: Code = { html: htmlCode,