diff --git a/client/pages/WixFaq.tsx b/client/pages/WixFaq.tsx new file mode 100644 index 00000000..ac1672b7 --- /dev/null +++ b/client/pages/WixFaq.tsx @@ -0,0 +1,16 @@ +import Layout from "@/components/Layout"; +import FAQList from "@/components/wix/FAQ"; +import faqs from "@/data/wix/faqs"; + +export default function WixFaq() { + return ( + +
+
+

Wix FAQ

+ +
+
+
+ ); +}