Bob AI: [Block: text-about|Text About|/blocks/about/textAb...
This commit is contained in:
@@ -12,6 +12,7 @@ import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Linkedin, Globe, Github } from "lucide-react";
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -58,6 +59,13 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="text_about" data-section="text_about">
|
||||
<TextAbout
|
||||
title="Why Choose IT Academy?"
|
||||
buttons={[{ label: "Explore Courses", href: "#" }, { label: "Meet Our Team", href: "#" }]}
|
||||
useInvertedBackground="[useInvertedBackground]"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
|
||||
Reference in New Issue
Block a user