Bob AI: [Block: hero-billboard|Hero Billboard|/blocks/hero...
This commit is contained in:
@@ -5,7 +5,6 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
@@ -121,28 +120,14 @@ export default function Page() {
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
tag="Our Impact"
|
||||
title="Proven Results & Success Metrics"
|
||||
description="Join thousands of students who have transformed their careers through IT Academy."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="scale-rotate"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "15K+", title: "Students Trained", items: ["From 50+ countries", "98% completion rate", "Diverse backgrounds"]
|
||||
},
|
||||
{
|
||||
id: "2", value: "92%", title: "Job Placement Rate", items: ["Within 6 months of graduation", "Average salary increase of 45%", "Top tech companies"]
|
||||
},
|
||||
{
|
||||
id: "3", value: "8+", title: "Years in Education", items: ["Founded since 2016", "Continuously updated curriculum", "Industry partnerships"]
|
||||
},
|
||||
{
|
||||
id: "4", value: "50+", title: "Expert Instructors", items: ["Average 12+ years experience", "Active in their fields", "Mentorship available"]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
<HeroBillboard
|
||||
title="Proven Results & Success Metrics"
|
||||
description="Join thousands of students who have transformed their careers through IT Academy."
|
||||
background="plain"
|
||||
tag="Our Impact"
|
||||
buttons={[{ label: "Primary", href: "#" }, { label: "Secondary", href: "#" }]}
|
||||
imageSrc="https://placehold.co/600x400"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
|
||||
Reference in New Issue
Block a user