Bob AI: [Block: faq-split-media|FAQ Split Media|/blocks/fa...
This commit is contained in:
@@ -12,7 +12,7 @@ import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
|||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import { Sparkles, CheckCircle, Zap, Award, Star } from 'lucide-react';
|
import { Sparkles, CheckCircle, Zap, Award, Star } from 'lucide-react';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -211,16 +211,18 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq_base" data-section="faq_base">
|
<div id="faq_base" data-section="faq_base">
|
||||||
<FaqBase
|
<FaqSplitMedia
|
||||||
faqs={[{ question: "What programming languages does STEP Academy teach?", answer: "STEP Academy teaches a variety of programming languages including Python, JavaScript, and Java, catering to different levels and interests." }, { question: "How does STEP Academy ensure students get hands-on experience?", answer: "We integrate practical projects and assignments into our curriculum to ensure students gain real-world coding experience. Our courses also include partnerships with industry projects." }]}
|
faqs={[{ question: "What programming languages does STEP Academy teach?", answer: "STEP Academy teaches a variety of programming languages including Python, JavaScript, and Java, catering to different levels and interests." }, { question: "How does STEP Academy ensure students get hands-on experience?", answer: "We integrate practical projects and assignments into our curriculum to ensure students gain real-world coding experience. Our courses also include partnerships with industry projects." }]}
|
||||||
title="Frequently Asked Questions"
|
imageSrc="https://placehold.co/600x400"
|
||||||
description="Discover answers to common questions about our coding courses and learning paths."
|
mediaPosition="left"
|
||||||
tag="Questions"
|
title="Frequently Asked Questions"
|
||||||
buttons={[{ label: "Course Details", href: "#" }, { label: "Contact Us", href: "#" }]}
|
description="Discover answers to common questions about our coding courses and learning paths."
|
||||||
textboxLayout="default"
|
tag="Questions"
|
||||||
useInvertedBackground="noInvert"
|
buttons={[{ label: "Course Details", href: "#" }, { label: "Contact Us", href: "#" }]}
|
||||||
animationType="smooth"
|
textboxLayout="default"
|
||||||
/>
|
useInvertedBackground="noInvert"
|
||||||
|
animationType="smooth"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
|
|||||||
Reference in New Issue
Block a user