Merge version_11_1776766128706 into main #13
11
src/App.tsx
11
src/App.tsx
@@ -58,7 +58,12 @@ export default function App() {
|
||||
<HeroOverlayTestimonial
|
||||
tag="Top Rated IT Training"
|
||||
title="Master the Skills of Tomorrow, Today."
|
||||
description="Join thousands of successful graduates who have transformed their careers through our industry-leading software development, data science, and cloud computing programs."
|
||||
description={<>
|
||||
Join thousands of successful graduates who have transformed their careers through our industry-leading software development, data science, and cloud computing programs.
|
||||
<div className="flex justify-center pt-6">
|
||||
<TrustedClientsBadge />
|
||||
</div>
|
||||
</>}
|
||||
primaryButton={{
|
||||
text: "View Courses",
|
||||
href: "#features",
|
||||
@@ -119,9 +124,7 @@ export default function App() {
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/professional-it-training-classroom-with--1776762008833-70d5a720.png"
|
||||
>
|
||||
<TrustedClientsBadge className="mt-4 mx-auto" />
|
||||
</HeroOverlayTestimonial>
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about" className="relative">
|
||||
|
||||
Reference in New Issue
Block a user