comment from signup pages

This commit is contained in:
priyanshuvish
2025-09-05 15:11:09 +05:30
parent cff8173987
commit 2a857ef729
3 changed files with 6 additions and 6 deletions

View File

@@ -608,7 +608,7 @@ export function CorporateSignUp() {
</div>
{/* Need Help Section - Separate Section Below */}
<div
{/* <div
className="section-margin-x py-12"
style={{ backgroundColor: 'rgba(0, 0, 0, 0.02)' }}
>
@@ -649,7 +649,7 @@ export function CorporateSignUp() {
Contact Sales Team
</Button>
</div>
</div>
</div> */}
</div>
);
}

View File

@@ -539,7 +539,7 @@ export function SelfLearnerSignIn() {
</div>
{/* Need Help Section - Separate Section Below */}
<div
{/* <div
className="section-margin-x py-12"
style={{ backgroundColor: 'rgba(0, 0, 0, 0.02)' }}
>
@@ -580,7 +580,7 @@ export function SelfLearnerSignIn() {
Speak with Learning Advisor
</Button>
</div>
</div>
</div> */}
</div>
);
}

View File

@@ -461,7 +461,7 @@ export function SelfLearnerSignUp() {
</div>
{/* Need Help Section - Separate Section Below */}
<div
{/* <div
className="section-margin-x py-12"
style={{ backgroundColor: 'rgba(0, 0, 0, 0.02)' }}
>
@@ -502,7 +502,7 @@ export function SelfLearnerSignUp() {
Speak with Learning Advisor
</Button>
</div>
</div>
</div> */}
</div>
);
}