{answer}
\n )}\nAm I under any obligation in receiving a free quote?',\n answer:\n 'No, not at all. Our obligation free quotes are part of our service and are always completely free.'\n },\n {\n question:\n 'Do you take care of council permits, relaxations and plans?',\n answer:\n 'Yes. Our certifier will arrange all documents required for the application including the final inspection.'\n },\n {\n question: 'Do I receive a copy of my approved plans?',\n answer:\n 'Yes. A copy is sent to the owner, the local council and Just Patios directly from our certifier for record keeping.'\n },\n {\n question:\n 'What warranty do I get with my patio or carport?',\n answer:\n 'Depending on the product you choose to have installed, it can be as high as 15 years.'\n },\n {\n question: 'If I go ahead with the quote how much deposit will I pay?',\n answer: 'In most situations the deposit is 10% of the contract price.'\n },\n {\n question: 'Do I need to arrange anything?',\n answer:\n 'No. We will obtain all approvals, do all site preparations, complete construction and arrange for all inspections.'\n },\n {\n question: 'How long will it take to get my patio built?',\n answer:\n 'In most cases it will take between 2-8 weeks depending on the council approvals.'\n },\n {\n question:\n 'Can I build my patio myself?',\n answer: `Yes. We can arrange all approvals and delivery of materials to install. Depending on the value of materials (over $11,000) you will require an owner-builder licence.`\n },\n {\n question: 'Once my materials are delivered how long until installation?',\n answer: `We only like materials to be on site for a minimal amount of time and we try to have your project under way within one week (depending on weather conditions).`\n },\n {\n question: 'Do I need to be home during construction?',\n answer: `No. As long as our builders have access to power and the job site.`\n }\n]\n\nexport default ({ title, faqs, background, ...rest }: IFAQProps) => {\n const info: IFAQ[] = faqs || data\n return (\n {title}
\n {info.map(faq => {\n if (faq.answer && faq.question) {\n return (\n