Bob AI: get rid of the pricing section
This commit is contained in:
@@ -7,7 +7,6 @@ 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 ContactForm from '@/components/form/ContactForm';
|
import ContactForm from '@/components/form/ContactForm';
|
||||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
|
||||||
import ButtonTextUnderline from '@/components/button/ButtonTextUnderline';
|
import ButtonTextUnderline from '@/components/button/ButtonTextUnderline';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
@@ -105,19 +104,7 @@ export default function TechAcademyPage() {
|
|||||||
<ContactForm
|
<ContactForm
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div> <div id="pricing_card_one" data-section="pricing_card_one">
|
</div> <div id="button_text_underline" data-section="button_text_underline">
|
||||||
<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">
|
|
||||||
<ButtonTextUnderline
|
<ButtonTextUnderline
|
||||||
text="Explore Our Services"
|
text="Explore Our Services"
|
||||||
scrollToSection={false}
|
scrollToSection={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user