Bob AI: get rid of the pricing section
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
@@ -73,42 +72,6 @@ export default function TechAcademyPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="pricing" data-section="pricing">
|
|
||||||
<PricingCardNine
|
|
||||||
title="Flexible Pricing Plans"
|
|
||||||
description="Choose the perfect plan for your learning journey and budget"
|
|
||||||
plans={[
|
|
||||||
{
|
|
||||||
id: "starter", title: "Starter", price: "$99", period: "/month", imageSrc: "https://img.b2bpic.net/free-photo/young-woman-holding-face-brushes-smiling_259150-60140.jpg", imageAlt: "Starter plan", button: {
|
|
||||||
text: "Get Started", href: "contact"
|
|
||||||
},
|
|
||||||
features: [
|
|
||||||
"Access to 5 beginner courses", "Community forum access", "Email support", "Certificate of completion", "30-day money-back guarantee"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "professional", title: "Professional", price: "$299", period: "/month", imageSrc: "https://img.b2bpic.net/free-photo/front-view-bride-getting-ready-event_23-2149721976.jpg", imageAlt: "Professional plan", button: {
|
|
||||||
text: "Upgrade to Pro", href: "contact"
|
|
||||||
},
|
|
||||||
features: [
|
|
||||||
"All Starter features", "Access to all 20+ courses", "1-on-1 mentorship", "Priority support", "Job placement assistance", "Career coaching sessions"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "enterprise", title: "Enterprise", price: "$999", period: "/month", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-young-woman-making-make-up-near-mirror-home_1301-7637.jpg", imageAlt: "Enterprise plan", button: {
|
|
||||||
text: "Contact Sales", href: "contact"
|
|
||||||
},
|
|
||||||
features: [
|
|
||||||
"All Professional features", "Custom curriculum design", "Dedicated success manager", "Team training programs", "Corporate partnerships", "API access for integrations"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Ready to Start Your Tech Journey?"
|
title="Ready to Start Your Tech Journey?"
|
||||||
|
|||||||
Reference in New Issue
Block a user