Bob AI: [Block: contact-center-form|Contact Center Form|/b...
This commit is contained in:
@@ -13,6 +13,7 @@ import ContactText from '@/components/sections/contact/ContactText';
|
|||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import { Award, BookOpen, HelpCircle, Star, Users, Zap } from 'lucide-react';
|
import { Award, BookOpen, HelpCircle, Star, Users, Zap } from 'lucide-react';
|
||||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||||
|
import ContactCenterForm from '@/components/sections/contact/ContactCenterForm';
|
||||||
|
|
||||||
export default function ITAcademyPage() {
|
export default function ITAcademyPage() {
|
||||||
return (
|
return (
|
||||||
@@ -229,6 +230,11 @@ export default function ITAcademyPage() {
|
|||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="invertDefault"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="contact_center_form" data-section="contact_center_form">
|
||||||
|
<ContactCenterForm
|
||||||
|
title="Contact Center Form"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
|
|||||||
Reference in New Issue
Block a user