Bob AI: move the footer_base section up

This commit is contained in:
2026-02-01 23:19:46 +02:00
parent 739634b9a0
commit fb7d40f308

View File

@@ -314,18 +314,7 @@ export default function TechAcademyPage() {
useInvertedBackground="noInvert"
/>
</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">
<FooterMedia
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>
</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>
);
}