diff --git a/themes/starter/components/FAQ.js b/themes/starter/components/FAQ.js index b128f268..408090c8 100644 --- a/themes/starter/components/FAQ.js +++ b/themes/starter/components/FAQ.js @@ -1,4 +1,8 @@ +import { siteConfig } from '@/lib/config'; import { useEffect } from 'react' +import CONFIG from '../config'; +import { SVGQuestion } from './svg/SVGQuestion'; +import { SVGCircleBG } from './svg/SVGCircleBG'; export const FAQ = () => { useEffect(() => { @@ -21,56 +25,39 @@ export const FAQ = () => {
- There are many variations of passages of Lorem Ipsum available - but the majority have suffered alteration in some form. + {siteConfig('STARTER_FAQ_TEXT_2', null, CONFIG)}
- It takes 2-3 weeks to get your first blog post ready. That - includes the in-depth research & creation of your monthly - content ui/ux strategy that we do writing your first blog - post. +
- It takes 2-3 weeks to get your first blog post ready. That - includes the in-depth research & creation of your monthly - content ui/ux strategy that we do writing your first blog - post. +
- It takes 2-3 weeks to get your first blog post ready. That - includes the in-depth research & creation of your monthly - content ui/ux strategy that we do writing your first blog - post. +
- It takes 2-3 weeks to get your first blog post ready. That - includes the in-depth research & creation of your monthly - content ui/ux strategy that we do writing your first blog - post. +