Bob AI: remove testimonials

This commit is contained in:
2026-02-01 21:50:42 +02:00
parent b05e277bac
commit 18b8b05a38

View File

@@ -11,7 +11,6 @@ import ButtonTextUnderline from '@/components/button/ButtonTextUnderline';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import FooterBase from '@/components/sections/footer/FooterBase';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import Testimonials1 from '@/components/sections/testimonial/Testimonials1';
import FaqBase from '@/components/sections/faq/FaqBase';
export default function TechAcademyPage() {
@@ -135,12 +134,7 @@ export default function TechAcademyPage() {
textboxLayout="default"
useInvertedBackground="noInvert"
/>
</div> <div id="testimonials_1" data-section="testimonials_1">
<Testimonials1
title="Student Success Stories"
/>
</div>
<div id="faq_base" data-section="faq_base">
</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"