Bob AI: [Block: contact-split-form|Contact Split Form|/blo...
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 ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
|
|
||||||
export default function ITAcademyPage() {
|
export default function ITAcademyPage() {
|
||||||
return (
|
return (
|
||||||
@@ -230,6 +231,15 @@ export default function ITAcademyPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="contact_split_form" data-section="contact_split_form">
|
||||||
|
<ContactSplitForm
|
||||||
|
title="Contact Split Form"
|
||||||
|
description="Add your description here."
|
||||||
|
inputs={[]}
|
||||||
|
useInvertedBackground="[useInvertedBackground]"
|
||||||
|
imageSrc="https://placehold.co/600x400"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
|
|||||||
Reference in New Issue
Block a user