From 621a5e2638f8d4c2ef43527b955352f4feb45f30 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 24 May 2026 23:40:55 +0000 Subject: [PATCH] Added FaqSimple section to HomePage.tsx and updated imports. --- src/pages/HomePage.tsx | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index f405b48..ef659e6 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,4 +1,5 @@ import AboutTestimonial from '@/components/sections/about/AboutTestimonial'; +import FaqSimple from '@/components/sections/faq/FaqSimple'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeaturesStatisticsCards from '@/components/sections/features/FeaturesStatisticsCards'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; @@ -213,6 +214,38 @@ export default function HomePage() { +
+ + + +
+