Bob AI: remove contact form section
This commit is contained in:
@@ -9,7 +9,6 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Award, BookOpen, HelpCircle, Star, Users, Zap } from 'lucide-react';
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
@@ -219,18 +218,6 @@ export default function ITAcademyPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to launch your IT career? Join hundreds of successful graduates who transformed their futures at IT Academy."
|
||||
animationType="background-highlight"
|
||||
buttons={[
|
||||
{ text: "Start Your Journey", href: "https://example.com/enroll" },
|
||||
{ text: "Schedule a Consultation", href: "contact" }
|
||||
]}
|
||||
useInvertedBackground="invertDefault"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact_split" data-section="contact_split">
|
||||
<ContactSplit
|
||||
tag="Label"
|
||||
|
||||
Reference in New Issue
Block a user