Bob AI: move the footer_base section up
This commit is contained in:
@@ -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>
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user