Bob AI: get rid of the pricing section

This commit is contained in:
2026-02-01 21:03:54 +02:00
parent 43e68add80
commit 8116b786a5

View File

@@ -7,7 +7,6 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react";
import ContactForm from '@/components/form/ContactForm';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import ButtonTextUnderline from '@/components/button/ButtonTextUnderline';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import FooterBase from '@/components/sections/footer/FooterBase';
@@ -105,19 +104,7 @@ export default function TechAcademyPage() {
<ContactForm
useInvertedBackground="noInvert"
/>
</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="button_text_underline" data-section="button_text_underline">
</div> <div id="button_text_underline" data-section="button_text_underline">
<ButtonTextUnderline
text="Explore Our Services"
scrollToSection={false}