Bob AI: move the footer_base section up

This commit is contained in:
2026-02-01 22:38:55 +02:00
parent d843f92c72
commit 861bd02be8

View File

@@ -88,6 +88,12 @@ export default function TechAcademyPage() {
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
/> />
</div> </div>
<div id="footer" data-section="footer">
<FooterBase1
title="Footer Base"
/>
</div>
<div id="split_about" data-section="split_about"> <div id="split_about" data-section="split_about">
<SplitAbout <SplitAbout
title="Our Philosophy" title="Our Philosophy"
@@ -99,12 +105,6 @@ export default function TechAcademyPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
/> />
</div> </div> </ThemeProvider>
<div id="footer" data-section="footer">
<FooterBase1
title="Footer Base"
/>
</div>
</ThemeProvider>
); );
} }