Bob AI: add a pricing section
This commit is contained in:
@@ -12,6 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import HeroBillboard1 from '@/components/sections/hero/HeroBillboard1';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
|
||||
export default function TechAcademyPage() {
|
||||
return (
|
||||
@@ -141,6 +142,18 @@ export default function TechAcademyPage() {
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing_card_one" data-section="pricing_card_one">
|
||||
<PricingCardOne
|
||||
carouselMode="auto"
|
||||
animationType="none"
|
||||
title="Performance Plans"
|
||||
description="Choose the plan that meets your business needs and drives your success forward."
|
||||
tag="Pricing"
|
||||
buttons={[{ label: "Basic", href: "#" }, { label: "Advanced", href: "#" }]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-vector/digital-particle-flowing-mesh-technology-background_1017-28408.jpg"
|
||||
|
||||
Reference in New Issue
Block a user