Bob AI: replace footer with [Block: footer-base-1|Footer B...
This commit is contained in:
@@ -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 (
|
||||
@@ -205,29 +205,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: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
<FooterBase1
|
||||
title="Footer Base"
|
||||
/>
|
||||
</div>
|
||||
<div id="button_text_underline" data-section="button_text_underline">
|
||||
|
||||
Reference in New Issue
Block a user