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 MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react";
|
import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react";
|
||||||
import HeroBillboard1 from '@/components/sections/hero/HeroBillboard1';
|
import HeroBillboard1 from '@/components/sections/hero/HeroBillboard1';
|
||||||
import ButtonTextUnderline from '@/components/button/ButtonTextUnderline';
|
import ButtonTextUnderline from '@/components/button/ButtonTextUnderline';
|
||||||
import TeamCardOne1 from '@/components/sections/team/TeamCardOne1';
|
import TeamCardOne1 from '@/components/sections/team/TeamCardOne1';
|
||||||
|
import FooterBase1 from '@/components/sections/footer/FooterBase1';
|
||||||
|
|
||||||
export default function TechAcademyPage() {
|
export default function TechAcademyPage() {
|
||||||
return (
|
return (
|
||||||
@@ -205,30 +205,9 @@ export default function TechAcademyPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterBase1
|
||||||
imageSrc="https://example.com/new-footer-bg.jpg"
|
title="Footer Base"
|
||||||
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: "#" }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="button_text_underline" data-section="button_text_underline">
|
<div id="button_text_underline" data-section="button_text_underline">
|
||||||
<ButtonTextUnderline
|
<ButtonTextUnderline
|
||||||
|
|||||||
Reference in New Issue
Block a user