Bob AI: [Block: hero-billboard-scroll|Hero Billboard Scrol...
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
"use client"
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
// import NavbarLayoutFloatitlengOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
@@ -9,7 +8,7 @@ import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Award, BookOpen, HelpCircle, Star, Users, Zap } from 'lucide-react';
|
||||
import { BookOpen, HelpCircle, Star, Users, Zap } from 'lucide-react';
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
|
||||
@@ -44,21 +43,14 @@ export default function ITAcademyPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
title="123"
|
||||
description="Measurable Results That Speak for Themselves"
|
||||
tag="Start Your Journey"
|
||||
tagIcon={Zap}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/man-working-energy-innovations-his-laptop_23-2148820170.jpg"
|
||||
imageAlt="Students learning coding and IT skills"
|
||||
imagePosition="right"
|
||||
buttons={[
|
||||
{ text: "Browse Courses", href: "courses" },
|
||||
{ text: "Free Demo", href: "contact" }
|
||||
]}
|
||||
containerClassName="mt-8"
|
||||
/>
|
||||
<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="team" data-section="team">
|
||||
|
||||
Reference in New Issue
Block a user