Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fcb8954ddf |
@@ -86,7 +86,7 @@ export default function Page() {
|
||||
<div id="learning-process" data-section="learning-process">
|
||||
<FeatureCardEight
|
||||
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."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
@@ -271,4 +271,4 @@ export default function Page() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,7 +56,7 @@ const ContactCenter = ({
|
||||
return (
|
||||
<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-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">
|
||||
<ContactForm
|
||||
tag={tag}
|
||||
|
||||
Reference in New Issue
Block a user