Bob AI: replace footer with [Block: footer-base-1|Footer B...

This commit is contained in:
2026-02-02 00:12:05 +02:00
parent fc30d2e94a
commit e33c0af6c1

View File

@@ -6,12 +6,12 @@ import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwent
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react";
import HeroBillboard1 from '@/components/sections/hero/HeroBillboard1';
import ButtonTextUnderline from '@/components/button/ButtonTextUnderline';
import TeamCardOne1 from '@/components/sections/team/TeamCardOne1';
import FooterBase1 from '@/components/sections/footer/FooterBase1';
export default function TechAcademyPage() {
return (
@@ -204,37 +204,8 @@ export default function TechAcademyPage() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://example.com/new-footer-bg.jpg"
imageAlt="Technology background"
logoText="TechMasters"
copyrightText="© 2026 TechMasters. All rights reserved."
columns={[
{
title: "Programs", items: [
{ label: "Web Development", href: "#" },
{ label: "Data Science", href: "#" },
{ label: "Cloud Computing", href: "#" },
{ label: "Cybersecurity", href: "#" }
]
},
{
title: "Resources", items: [
{ label: "Course Catalog", href: "#" },
{ label: "Blog & Articles", href: "#" },
{ label: "Documentation", href: "#" },
{ label: "Career Resources", href: "#" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Contact Support", href: "#" },
{ label: "Partners", href: "#" },
{ label: "Careers at TechMasters", href: "#" }
]
}
]}
<FooterBase1
title="Footer Base"
/>
</div>
<div id="button_text_underline" data-section="button_text_underline">