Bob AI: add a pricing section

This commit is contained in:
2026-02-01 23:18:41 +02:00
parent 7a34b01a38
commit 26cb27c7bd

View File

@@ -14,6 +14,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react"; import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react";
import HeroBillboard1 from '@/components/sections/hero/HeroBillboard1'; import HeroBillboard1 from '@/components/sections/hero/HeroBillboard1';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
export default function TechAcademyPage() { export default function TechAcademyPage() {
return ( return (
@@ -301,6 +302,18 @@ export default function TechAcademyPage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
/> />
</div> </div>
<div id="pricing_card_one" data-section="pricing_card_one">
<PricingCardOne
carouselMode="auto"
animationType="none"
title="TechMasters Pricing Plans"
description="Choose the plan that best suits your tech learning journey."
tag="Plans"
buttons={[{ label: "Basic", href: "#basic-plan" }, { label: "Pro", href: "#pro-plan" }]}
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"