Bob AI: add a CTA section
This commit is contained in:
@@ -14,6 +14,7 @@ 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';
|
||||||
|
|
||||||
export default function TechAcademyPage() {
|
export default function TechAcademyPage() {
|
||||||
return (
|
return (
|
||||||
@@ -311,6 +312,13 @@ export default function TechAcademyPage() {
|
|||||||
mediaItems={[{ title: "Master In-Demand Tech Skills", description: "Stay ahead in the tech industry with our cutting-edge courses." }, { title: "Empowering the Next Generation", description: "Invest in your future with TechMasters' comprehensive learning programs." }]}
|
mediaItems={[{ title: "Master In-Demand Tech Skills", description: "Stay ahead in the tech industry with our cutting-edge courses." }, { title: "Empowering the Next Generation", description: "Invest in your future with TechMasters' comprehensive learning programs." }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="button_text_underline" data-section="button_text_underline">
|
||||||
|
<ButtonTextUnderline
|
||||||
|
text="Join Our Community"
|
||||||
|
scrollToSection={false}
|
||||||
|
type="button"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="https://img.b2bpic.net/free-vector/digital-particle-flowing-mesh-technology-background_1017-28408.jpg"
|
imageSrc="https://img.b2bpic.net/free-vector/digital-particle-flowing-mesh-technology-background_1017-28408.jpg"
|
||||||
|
|||||||
Reference in New Issue
Block a user