diff --git a/resources/json-database/faqs.json b/resources/json-database/faqs.json
new file mode 100644
index 000000000..d8ae911b6
--- /dev/null
+++ b/resources/json-database/faqs.json
@@ -0,0 +1,26 @@
+[
+ {
+ "question": "Can you help with upgrade of PHP 5.3 code?",
+ "answer": "Yes, we handle any code from PHP 5.3 onward. Open-source framework, internal one or spaghetti code."
+ },
+ {
+ "question": "What's the typical timeframe for an upgrade?",
+ "answer": "An average project upgrade is completed within 6-12 months. We approach each project individually and deliver the detailed estimate in the intro analysis."
+ },
+ {
+ "question": "We're in a hurry. Can you start today?",
+ "answer": "We begin with a 3-week intro analysis, followed by an upgrade work."
+ },
+ {
+ "question": "Can we continue developing new features during the upgrade?",
+ "answer": "Absolutely. Our upgrade process runs parallel to your ongoing development, ensuring no slowdown in your business growth."
+ },
+ {
+ "question": "Will we need to re-hire your team for future upgrades?",
+ "answer": "No. Part of our work is to make your team self-sufficient. We get your code quality the highest possible level, get Rector to your CI working for you and then, next upgrade will be a matter of days on your own."
+ },
+ {
+ "question": "We have a custom framework we want get rid off.
Can you migrate it to an open-source one?",
+ "answer": "Yes. We specialize in framework migration, mostly to Symfony or Laravel frameworks."
+ }
+]
diff --git a/resources/views/homepage/_parts/faq.blade.php b/resources/views/homepage/_parts/faq.blade.php
index 19c58ba84..bf9510cc1 100644
--- a/resources/views/homepage/_parts/faq.blade.php
+++ b/resources/views/homepage/_parts/faq.blade.php
@@ -1,52 +1,78 @@
-
Yes, we handle any code from PHP 5.3 onward. Open-source framework, internal one or spaghetti code.
-- An average project upgrade is completed within 6-12 months. We approach each project individually and deliver the detailed estimate in the intro analysis. -
-- We begin with a 3-week intro analysis, followed by an upgrade work. -
-- Absolutely. Our upgrade process runs parallel to your ongoing development, ensuring no - slowdown in your business growth. -
-- No. Part of our work is to make your team self-sufficient. We get your code quality the - highest possible level, get Rector to your CI working for you and then, next upgrade - will be a matter of days on your own. -
-Yes. We specialize in framework migration, mostly to Symfony or Laravel frameworks.
-+ {{ $faq['answer'] }} +
+