Bob AI: get rid of the pricing section
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 FaqBase from '@/components/sections/faq/FaqBase';
|
|
||||||
|
|
||||||
export default function TechAcademyPage() {
|
export default function TechAcademyPage() {
|
||||||
return (
|
return (
|
||||||
@@ -134,19 +133,7 @@ export default function TechAcademyPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div> <div id="faq_base" data-section="faq_base">
|
</div> <div id="footer" data-section="footer">
|
||||||
<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
|
<FooterMedia
|
||||||
imageSrc="https://img.b2bpic.net/free-vector/digital-particle-flowing-mesh-technology-background_1017-28408.jpg"
|
imageSrc="https://img.b2bpic.net/free-vector/digital-particle-flowing-mesh-technology-background_1017-28408.jpg"
|
||||||
imageAlt="Technology background"
|
imageAlt="Technology background"
|
||||||
|
|||||||
Reference in New Issue
Block a user