Bob AI: remove contact form section
This commit is contained in:
@@ -11,7 +11,6 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Award, BookOpen, HelpCircle, Star, Users, Zap } from 'lucide-react';
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
|
||||
export default function ITAcademyPage() {
|
||||
return (
|
||||
@@ -198,17 +197,6 @@ export default function ITAcademyPage() {
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact_split" data-section="contact_split">
|
||||
<ContactSplit
|
||||
tag="Label"
|
||||
title="Contact Split"
|
||||
description="Add your description here."
|
||||
useInvertedBackground="[useInvertedBackground]"
|
||||
imageSrc="https://placehold.co/600x400"
|
||||
tagIcon="Check"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
|
||||
Reference in New Issue
Block a user