Bob AI: [Block: contact-split|Contact Split|/blocks/contac...
This commit is contained in:
@@ -13,6 +13,7 @@ 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";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
|
||||
export default function ITAcademyPage() {
|
||||
return (
|
||||
@@ -229,6 +230,11 @@ export default function ITAcademyPage() {
|
||||
useInvertedBackground="invertDefault"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact_split" data-section="contact_split">
|
||||
<ContactSplit
|
||||
title="Contact Split"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
|
||||
Reference in New Issue
Block a user