You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2,99 +2,151 @@ import { useState } from "react";
2
2
import{motion}from"framer-motion";
3
3
4
4
constFAQData=[
5
-
{
6
-
question: "Can I upgrade or downgrade my plan at any time?",
7
-
answer:
8
-
"Yes, you can easily upgrade or downgrade your plan at any time. Simply navigate to the account settings in your dashboard and choose the desired plan. The changes will be reflected immediately, and any adjustments in pricing will be applied on your next billing cycle. Our support team is more than happy to provide guidance and recommendations.",
9
-
},
10
-
{
11
-
question: "How to claim your 25% discount offer?",
12
-
answer:
13
-
"To claim your 25% discount, simply sign up for an account and enter the promotional code at checkout. The discount will be applied automatically to your purchase.",
14
-
},
15
-
{
16
-
question: "What's your refund policy?",
17
-
answer:
18
-
"We offer a 30-day money-back guarantee on all our plans. If you're not satisfied with our product, simply contact our support team within 30 days of purchase for a full refund.",
19
-
},
20
-
{
21
-
question: "How to get support for the product?",
22
-
answer:
23
-
"Our dedicated support team is here to help. You can reach out to us through the contact form on our website, send an email, or engage with us via live chat. We'll be happy to assist you with any questions or concerns you may have",
24
-
},
5
+
{
6
+
question: "How is Web X different from other frameworks?",
7
+
answer: `Web X stands out due to its HTML-first methodology, the use of TypeScript, and its execution on an efficient Rust-based runtime.
8
+
This combination offers a unique blend of simplicity, performance, and advanced hypermedia support not commonly found in other frameworks.
9
+
This allows developers to create web applications and APIs using a familiar and straightforward approach.`,
answer: `Almost, Web X integrates smoothly with JSR similar to Deno, allowing you to use a vast ecosystem of packages and plugins available for JavaScript and TypeScript.
40
+
This ensures you can extend the functionality of your Web X applications easily.
41
+
However, Web X does not have a built-in package manager for handlers and models as of yet.`,
0 commit comments