Merge version_35 into main #93

Merged
bender merged 1 commits from version_35 into main 2026-05-14 11:10:22 +00:00

View File

@@ -97,12 +97,12 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{ id: "q1", title: "qw ", content: "wert " },
{ id: "q2", title: "fg ", content: "hj " },
{ id: "q3", title: "tg ", content: "pl " }
{ id: "q1", title: "", content: "" },
{ id: "q2", title: "", content: "" },
{ id: "q3", title: "", content: "" }
]}
sideTitle="sd "
sideDescription="se "
sideTitle=""
sideDescription=""
faqsAnimation="slide-up"
/>
</div>