Bob AI: move the footer_base section up
This commit is contained in:
@@ -314,18 +314,7 @@ export default function TechAcademyPage() {
|
|||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="split_about" data-section="split_about">
|
|
||||||
<SplitAbout
|
|
||||||
title="Our Vision"
|
|
||||||
description="At TechMasters, we are dedicated to fostering a community of innovative thinkers and skilled professionals."
|
|
||||||
tag="Mission"
|
|
||||||
buttons={[{ label: "Learn More", href: "#" }, { label: "Contact Us", href: "#" }]}
|
|
||||||
imageSrc="https://placehold.co/600x400"
|
|
||||||
imagePosition="left"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="https://img.b2bpic.net/free-vector/digital-particle-flowing-mesh-technology-background_1017-28408.jpg"
|
imageSrc="https://img.b2bpic.net/free-vector/digital-particle-flowing-mesh-technology-background_1017-28408.jpg"
|
||||||
@@ -360,6 +349,17 @@ export default function TechAcademyPage() {
|
|||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
<div id="split_about" data-section="split_about">
|
||||||
|
<SplitAbout
|
||||||
|
title="Our Vision"
|
||||||
|
description="At TechMasters, we are dedicated to fostering a community of innovative thinkers and skilled professionals."
|
||||||
|
tag="Mission"
|
||||||
|
buttons={[{ label: "Learn More", href: "#" }, { label: "Contact Us", href: "#" }]}
|
||||||
|
imageSrc="https://placehold.co/600x400"
|
||||||
|
imagePosition="left"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
|
/>
|
||||||
|
</div> </ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user