Bob AI: add a new column called Support to the footer
This commit is contained in:
@@ -11,6 +11,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
|||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TeamCardOne1 from '@/components/sections/team/TeamCardOne1';
|
import TeamCardOne1 from '@/components/sections/team/TeamCardOne1';
|
||||||
import FooterBase1 from '@/components/sections/footer/FooterBase1';
|
import FooterBase1 from '@/components/sections/footer/FooterBase1';
|
||||||
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
|
|
||||||
export default function TechAcademyPage() {
|
export default function TechAcademyPage() {
|
||||||
return (
|
return (
|
||||||
@@ -89,6 +90,12 @@ export default function TechAcademyPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="footer_media" data-section="footer_media">
|
||||||
|
<FooterMedia
|
||||||
|
columns={[{ title: "Contact Us", description: "Get in touch with our expert team for assistance or to explore partnership opportunities." }, { title: "About Us", description: "Learn more about the journey of TechMasters Performance and our mission to elevate performance through technology." }]}
|
||||||
|
copyrightText="© 2025 | Webild"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase1
|
<FooterBase1
|
||||||
title="Footer Base"
|
title="Footer Base"
|
||||||
|
|||||||
Reference in New Issue
Block a user