1 Commits

Author SHA1 Message Date
fcb8954ddf fix 2026-01-29 17:53:15 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ export default function Page() {
<div id="learning-process" data-section="learning-process"> <div id="learning-process" data-section="learning-process">
<FeatureCardEight <FeatureCardEight
tag="Our Methodology" tag="Our Methodology"
title="Your Learning Journey" title="IT 'STEP' Academy"
description="We follow a proven 4-step methodology to ensure comprehensive learning and skill mastery." description="We follow a proven 4-step methodology to ensure comprehensive learning and skill mastery."
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
@@ -271,4 +271,4 @@ export default function Page() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -56,7 +56,7 @@ const ContactCenter = ({
return ( return (
<section aria-label={ariaLabel} className={cls("relative py-20 w-full", useInvertedBackground === "invertDefault" && "bg-foreground", className)}> <section aria-label={ariaLabel} className={cls("relative py-20 w-full", useInvertedBackground === "invertDefault" && "bg-foreground", className)}>
<div className={cls("w-content-width mx-auto", containerClassName)}> <div className={cls("w-content-width mx-auto", containerClassName)}>
<div className={cls("w-full card p-6 md:p-0 py-20 md:py-20 rounded-theme-capped flex items-center justify-center bg-blue-500", contentClassName)}> <div className={cls("w-full card p-6 md:p-0 py-20 md:py-20 rounded-theme-capped flex items-center justify-center", contentClassName)}>
<div className="relative z-1 w-full md:w-1/2"> <div className="relative z-1 w-full md:w-1/2">
<ContactForm <ContactForm
tag={tag} tag={tag}