Bob AI: move the footer section up
This commit is contained in:
@@ -311,13 +311,7 @@ export default function TechAcademyPage() {
|
||||
mediaItems={[{ title: "AI & Machine Learning", description: "Learn the future of technology from industry experts." }, { title: "Cloud Computing", description: "Master the cloud with hands-on projects and real-world applications." }]}
|
||||
/>
|
||||
</div>
|
||||
<div id="button_text_underline" data-section="button_text_underline">
|
||||
<ButtonTextUnderline
|
||||
text="Join Now"
|
||||
scrollToSection={false}
|
||||
type="button"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-vector/digital-particle-flowing-mesh-technology-background_1017-28408.jpg"
|
||||
@@ -352,6 +346,12 @@ export default function TechAcademyPage() {
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
<div id="button_text_underline" data-section="button_text_underline">
|
||||
<ButtonTextUnderline
|
||||
text="Join Now"
|
||||
scrollToSection={false}
|
||||
type="button"
|
||||
/>
|
||||
</div> </ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user