Bob AI: remove the FAQ section
This commit is contained in:
@@ -8,7 +8,6 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|||||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
@@ -242,36 +241,6 @@ export default function TechAcademyPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
|
||||||
<FaqSplitText
|
|
||||||
sideTitle="Frequently Asked Questions"
|
|
||||||
sideDescription="Everything you need to know about Jessica & Flowers 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 id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Ready to Start Your Tech Journey?"
|
title="Ready to Start Your Tech Journey?"
|
||||||
|
|||||||
Reference in New Issue
Block a user