Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-04-09 23:25:44 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ export default function FindPage() {
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={false}
heading="Location FAQs"
title="Location FAQs"
sideTitle="Where to find us?"
faqsAnimation="slide-up"
faqs={[
@@ -89,4 +89,4 @@ export default function FindPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -54,7 +54,7 @@ export default function TrainingPage() {
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={false}
heading="Training Questions"
title="Training Questions"
sideTitle="Expert Guidance"
faqsAnimation="slide-up"
faqs={[
@@ -89,4 +89,4 @@ export default function TrainingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}