Skip to content

Commit e1c9995

Browse files
committed
Modifying the headlines.
1 parent 7b37801 commit e1c9995

4 files changed

Lines changed: 13 additions & 14 deletions

File tree

src/components/HomepageFeatures/index.tsx

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,28 @@ type FeatureItem = {
1111

1212
const FeatureList: FeatureItem[] = [
1313
{
14-
title: 'Easy to Use',
15-
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
14+
title: 'Courses',
15+
Svg: require('@site/static/img/undraw_teaching_58yg.svg').default,
1616
description: (
1717
<>
18-
Docusaurus was designed from the ground up to be easily installed and
19-
used to get your website up and running quickly.
20-
</>
18+
19+
Choose from courses designed to introduce cutting-edge technologies—from 3D printing and IoT to Rust, blockchain, and autonomous cars. Each participant may select one course to attend. </>
2120
),
2221
},
2322
{
24-
title: 'Focus on What Matters',
25-
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
23+
title: 'Projects',
24+
Svg: require('@site/static/img/undraw_project-team_dip6.svg').default,
2625
description: (
2726
<>
28-
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
29-
ahead and move your docs into the <code>docs</code> directory.
30-
</>
27+
Bring advanced technologies to life through hands-on projects—from blockchain and embedded systems to cloud infrastructure and autonomous vehicles. </>
3128
),
3229
},
3330
{
34-
title: 'Powered by React',
35-
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
31+
title: 'Exhange ideas with others',
32+
Svg: require('@site/static/img/undraw_conversation_15p8.svg').default,
3633
description: (
3734
<>
38-
Extend or customize your website layout by reusing React. Docusaurus can
39-
be extended while reusing the same header and footer.
35+
Connect and exchange ideas with fellow students—collaborate, learn from diverse perspectives, and grow together in a dynamic tech community.
4036
</>
4137
),
4238
},

0 commit comments

Comments
 (0)