Bob AI: add a new column called Support to the footer

This commit is contained in:
2026-02-01 22:39:16 +02:00
parent 861bd02be8
commit 9af27fd8e7

View File

@@ -11,6 +11,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardOne1 from '@/components/sections/team/TeamCardOne1';
import FooterBase1 from '@/components/sections/footer/FooterBase1';
import FooterMedia from '@/components/sections/footer/FooterMedia';
export default function TechAcademyPage() {
return (
@@ -89,6 +90,12 @@ export default function TechAcademyPage() {
/>
</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">
<FooterBase1
title="Footer Base"