Bob AI: replace footer with [Block: footer-base-1|Footer B...
This commit is contained in:
@@ -4,13 +4,13 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
|||||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
||||||
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 PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
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 (
|
||||||
@@ -115,33 +115,9 @@ export default function TechAcademyPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitText
|
<FooterBase1
|
||||||
sideTitle="Frequently Asked Questions"
|
title="Footer Base"
|
||||||
sideDescription="Everything you need to know about TechMasters courses, enrollment, and career support"
|
/>
|
||||||
faqs={[
|
|
||||||
{
|
|
||||||
id: "1", title: "How long are the courses?", content: "Our courses range from 4 to 12 weeks depending on the program. Full-time immersive programs typically take 12 weeks, while part-time flexible programs can take 6-12 months. Each course includes live sessions, recorded content, and hands-on projects."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2", title: "Do I need prior coding experience?", content: "No prior experience required! We offer beginner-friendly courses for absolute beginners and advanced tracks for experienced developers. Our curriculum is designed to take you from zero to job-ready."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3", title: "What is the job placement rate?", content: "Our graduates have a 95% job placement rate within 3 months of completing their course. We provide career coaching, resume preparation, and direct partnerships with 50+ hiring companies."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4", title: "Can I learn part-time while working?", content: "Absolutely! Our part-time programs are designed for working professionals. Classes are offered in the evenings and weekends with flexible scheduling options."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5", title: "What support do I get after graduation?", content: "We provide lifetime career support including job board access, alumni network, monthly networking events, continued learning resources, and ongoing mentorship from our instructors."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "6", title: "Is there a money-back guarantee?", content: "Yes! All our plans include a 30-day money-back guarantee. If you're not satisfied with the course quality or learning experience, you can request a full refund."
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
textPosition="left"
|
|
||||||
useInvertedBackground="invertDefault"
|
|
||||||
animationType="smooth"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero_billboard_1" data-section="hero_billboard_1">
|
<div id="hero_billboard_1" data-section="hero_billboard_1">
|
||||||
|
|||||||
Reference in New Issue
Block a user