Bob AI: [Block: text-split-about|Text Split About|/blocks/...
This commit is contained in:
@@ -10,6 +10,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Award, Code, Briefcase, Clock, Lightbulb, Mail } from 'lucide-react';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -50,6 +51,14 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="text_split_about" data-section="text_split_about">
|
||||
<TextSplitAbout
|
||||
title="Innovative Learning, Real-world Impact"
|
||||
description={[{ title: "Learn with Flexibility", description: "Our online courses are designed to fit into your schedule, making it easier to advance your career without sacrificing your current commitments." }, { title: "Industry Expert Instructors", description: "Our instructors are industry leaders who bring real-world experience to the classroom, ensuring you receive the most relevant and up-to-date education." }]}
|
||||
buttons={[{ label: "Explore Courses", href: "#" }, { label: "Meet Our Instructors", href: "#" }]}
|
||||
useInvertedBackground="[useInvertedBackground]"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
title="Empowering the Next Generation of Tech Professionals"
|
||||
|
||||
Reference in New Issue
Block a user