From 43994331d6486d7c8cc61e902843b739f181385f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 19:02:07 +0000 Subject: [PATCH] Switch to version 2: added src/pages/HomePage/sections/Faq.tsx --- src/pages/HomePage/sections/Faq.tsx | 42 +++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 src/pages/HomePage/sections/Faq.tsx diff --git a/src/pages/HomePage/sections/Faq.tsx b/src/pages/HomePage/sections/Faq.tsx new file mode 100644 index 0000000..411fab9 --- /dev/null +++ b/src/pages/HomePage/sections/Faq.tsx @@ -0,0 +1,42 @@ +// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this +// file as the canonical source for the "faq" section. + +import React from 'react'; +import FaqSimple from '@/components/sections/faq/FaqSimple'; +import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; + +export default function FaqSection(): React.JSX.Element { + return ( +
+ + + +
+ ); +}