Bob AI: [Block: contact-center|Contact Center|/blocks/cont...
This commit is contained in:
@@ -11,6 +11,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
|||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import { Award, Zap, CheckCircle, Shield } from "lucide-react";
|
import { Award, Zap, CheckCircle, Shield } from "lucide-react";
|
||||||
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
|
|
||||||
export default function Page() {
|
export default function Page() {
|
||||||
return (
|
return (
|
||||||
@@ -221,6 +222,14 @@ export default function Page() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="contact_center" data-section="contact_center">
|
||||||
|
<ContactCenter
|
||||||
|
tag="Contact"
|
||||||
|
title="Get in Touch with Our Team"
|
||||||
|
description="Have questions about our courses or how we can support your tech education journey? Our dedicated team is here to assist you."
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
logoText="IT Academy"
|
logoText="IT Academy"
|
||||||
|
|||||||
Reference in New Issue
Block a user