This commit is contained in:
2026-01-29 18:06:54 +02:00
parent ed71cf438f
commit 375f64c807

View File

@@ -11,6 +11,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterBase from '@/components/sections/footer/FooterBase';
import { Award, Zap, CheckCircle, Shield } from "lucide-react"; import { Award, Zap, CheckCircle, Shield } from "lucide-react";
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
export default function Page() { export default function Page() {
return ( return (
@@ -120,14 +121,14 @@ export default function Page() {
</div> </div>
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<HeroBillboard <HeroBillboard
title="Proven Results & Success Metrics" title="Proven Results & Success Metrics"
description="Join thousands of students who have transformed their careers through IT Academy." description="Join thousands of students who have transformed their careers through IT Academy."
background="plain" background="plain"
tag="Our Impact" tag="Our Impact"
buttons={[{ label: "Primary", href: "#" }, { label: "Secondary", href: "#" }]} buttons={[{ label: "Primary", href: "#" }, { label: "Secondary", href: "#" }]}
imageSrc="https://placehold.co/600x400" imageSrc="https://placehold.co/600x400"
/> />
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">