Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf1aa95e30 | |||
| 2a02993d0f | |||
| e50dc2ee28 | |||
| cd2c227c2d | |||
| c933ccf069 | |||
| fba36e15b1 | |||
| eb014ad0e7 | |||
| 668cefabd3 | |||
| a0b77d5f67 | |||
| 375f64c807 | |||
| ed71cf438f | |||
| dac90ec7fb | |||
| 5a72bcf368 | |||
| 43dd946055 | |||
| 3cb167dc47 |
@@ -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="IT "STEP" Academy"
|
title="Your Learning Journey"
|
||||||
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"
|
||||||
|
|||||||
@@ -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", 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 bg-blue-500", 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}
|
||||||
|
|||||||
Reference in New Issue
Block a user