Bob AI: move the footer_base section up
This commit is contained in:
@@ -88,6 +88,12 @@ export default function TechAcademyPage() {
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase1
|
||||
title="Footer Base"
|
||||
/>
|
||||
</div>
|
||||
<div id="split_about" data-section="split_about">
|
||||
<SplitAbout
|
||||
title="Our Philosophy"
|
||||
@@ -99,12 +105,6 @@ export default function TechAcademyPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase1
|
||||
title="Footer Base"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
</div> </ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user