Bob AI: remove testimonials
This commit is contained in:
@@ -11,7 +11,6 @@ import ButtonTextUnderline from '@/components/button/ButtonTextUnderline';
|
|||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||||
import Testimonials1 from '@/components/sections/testimonial/Testimonials1';
|
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
|
|
||||||
export default function TechAcademyPage() {
|
export default function TechAcademyPage() {
|
||||||
@@ -135,12 +134,7 @@ export default function TechAcademyPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div> <div id="testimonials_1" data-section="testimonials_1">
|
</div> <div id="faq_base" data-section="faq_base">
|
||||||
<Testimonials1
|
|
||||||
title="Student Success Stories"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div id="faq_base" data-section="faq_base">
|
|
||||||
<FaqBase
|
<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." }]}
|
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"
|
title="Tech Leadership FAQs"
|
||||||
|
|||||||
Reference in New Issue
Block a user