From eef1ba929f016581cbb8f697f20a94c70343e862 Mon Sep 17 00:00:00 2001 From: austnv Date: Sun, 24 May 2026 13:17:06 +0300 Subject: [PATCH] add FaqSection --- src/App.vue | 2 ++ src/components/FaqSection.vue | 66 +++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 src/components/FaqSection.vue diff --git a/src/App.vue b/src/App.vue index 41825d8..29c9e04 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,6 +7,7 @@ + @@ -19,5 +20,6 @@ import CompatibilitySection from './components/CompatibilitySection.vue' import PricingSection from './components/PricingSection.vue' import StepsSection from './components/StepsSection.vue' import TestimonialsSection from './components/TestimonialsSection.vue' +import FaqSection from './components/FaqSection.vue' import AppFooter from './components/AppFooter.vue' \ No newline at end of file diff --git a/src/components/FaqSection.vue b/src/components/FaqSection.vue new file mode 100644 index 0000000..01e188b --- /dev/null +++ b/src/components/FaqSection.vue @@ -0,0 +1,66 @@ + + + \ No newline at end of file