Bob AI: add FAQ section
This commit is contained in:
@@ -14,6 +14,7 @@ import Faq1 from '@/components/sections/faq/Faq1';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import Hero4 from '@/components/sections/hero/Hero4';
|
||||
import Testimonials1 from '@/components/sections/testimonial/Testimonials1';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
|
||||
export default function TechAcademyPage() {
|
||||
return (
|
||||
@@ -154,6 +155,18 @@ export default function TechAcademyPage() {
|
||||
title="Student Success Stories"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq_base" data-section="faq_base">
|
||||
<FaqBase
|
||||
faqs={[{ question: "How can I become a tech leader?", answer: "To become a tech leader, you should first focus on developing strong technical skills, gain experience in software development, and then take on leadership roles that involve mentoring and guiding teams." }, { question: "What are the common challenges faced by tech leaders?", answer: "Tech leaders often face challenges such as managing team growth, ensuring product quality, and staying updated with technological advancements." }]}
|
||||
title="Tech Leadership FAQs"
|
||||
description="Discover answers to frequently asked questions about becoming a tech leader and the challenges you might face."
|
||||
tag="FAQ"
|
||||
buttons={[{ label: "Meet Our Instructors", href: "#" }, { label: "Reach Out", href: "#" }]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="smooth"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-vector/digital-particle-flowing-mesh-technology-background_1017-28408.jpg"
|
||||
|
||||
Reference in New Issue
Block a user