Bob AI: [Block: hero-billboard-scroll|Hero Billboard Scrol...
This commit is contained in:
@@ -11,6 +11,7 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|||||||
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 HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||||
|
|
||||||
export default function ITAcademyPage() {
|
export default function ITAcademyPage() {
|
||||||
return (
|
return (
|
||||||
@@ -197,6 +198,16 @@ export default function ITAcademyPage() {
|
|||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="hero_billboard_scroll" data-section="hero_billboard_scroll">
|
||||||
|
<HeroBillboardScroll
|
||||||
|
title="Hero Billboard Scroll"
|
||||||
|
description="Add your description here."
|
||||||
|
tag="Label"
|
||||||
|
tagIcon="Check"
|
||||||
|
buttons={[{"label": "Primary", "href": "#"}, {"label": "Secondary", "href": "#"}]}
|
||||||
|
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