Bob AI: remove faq section
This commit is contained in:
@@ -9,7 +9,6 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Sparkles, CheckCircle, Zap, Award, Star } from 'lucide-react';
|
||||
@@ -210,36 +209,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about STEP Academy"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Do I need prior coding experience?", content: "No! Our Beginner Track is designed for complete newcomers. We start with HTML, CSS, and JavaScript fundamentals and progress systematically."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What's the time commitment?", content: "Most students dedicate 30-40 hours per week. We offer flexible scheduling to accommodate different lifestyles and learning paces."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Will I get a certification?", content: "Yes, you'll receive a STEP Academy certificate upon completion. Plus, you'll build a portfolio of real projects to showcase to employers."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What kind of job support do you offer?", content: "We provide resume reviews, mock interviews, job placement assistance, and access to our alumni network and partner companies."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Can I access courses after I graduate?", content: "Annual plan members get lifetime access. Monthly and Quarterly plans provide access during your subscription period."
|
||||
},
|
||||
{
|
||||
id: "6", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, and offer installment plans for quarterly and annual subscriptions."
|
||||
}
|
||||
]}
|
||||
textPosition="left"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="smooth"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Newsletter"
|
||||
|
||||
Reference in New Issue
Block a user