Bob AI: add pricing section
This commit is contained in:
@@ -9,6 +9,7 @@ import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-rea
|
|||||||
import ContactForm from '@/components/form/ContactForm';
|
import ContactForm from '@/components/form/ContactForm';
|
||||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
|
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||||
|
|
||||||
export default function TechAcademyPage() {
|
export default function TechAcademyPage() {
|
||||||
return (
|
return (
|
||||||
@@ -123,6 +124,18 @@ export default function TechAcademyPage() {
|
|||||||
animationType="smooth"
|
animationType="smooth"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="pricing_card_one" data-section="pricing_card_one">
|
||||||
|
<PricingCardOne
|
||||||
|
carouselMode="auto"
|
||||||
|
animationType="none"
|
||||||
|
title="Floral Packages"
|
||||||
|
description="Choose the perfect floral arrangement for any occasion."
|
||||||
|
tag="Packages"
|
||||||
|
buttons={[{ label: "View Packages", href: "#" }, { label: "Contact Us", href: "#" }]}
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<div id="footer" data-section="footer">
|
<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"
|
||||||
|
|||||||
Reference in New Issue
Block a user