Skip to content

Commit e401546

Browse files
authored
Merge pull request #1010 from sohumvenkatadri7/fix-course
Fixed the Page Not found issue when clicked on courses
2 parents 51ef3c8 + abb2960 commit e401546

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/pages/courses/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,31 +81,31 @@ const testimonials = [
8181
const courses = [
8282
{
8383
number: "01",
84-
title: "Python for Data Engineering",
84+
title: "Python for Data Engineering (Coming Soon)",
8585
desc: "Learn to harness the power of Python for transforming and processing data at scale in our hands-on 'Python for Data Engineering' course. Build the skills needed to design robust data pipelines and optimize data workflows effectively.",
8686
img: "https://dummyimage.com/300x150/222/fff&text=Python+for+DE",
8787
},
8888
{
8989
number: "02",
90-
title: "SQL for Data Engineering",
90+
title: "SQL for Data Engineering (Coming Soon)",
9191
desc: "Unlock the potential of data manipulation and management with our 'SQL for Data Engineering' course. Gain proficiency in crafting and optimizing complex queries to build and maintain efficient data pipelines.",
9292
img: "https://dummyimage.com/300x150/333/fff&text=SQL+for+DE",
9393
},
9494
{
9595
number: "03",
96-
title: "Data Warehouse with Snowflake",
96+
title: "Data Warehouse with Snowflake (Coming Soon)",
9797
desc: "Discover the modern approach to data warehousing using Snowflake in our course. Learn to design, implement, and manage a high-performance data warehouse for seamless analytics and insights.",
9898
img: "https://dummyimage.com/300x150/444/fff&text=Snowflake",
9999
},
100100
{
101101
number: "04",
102-
title: "Spark for Data Engineering",
102+
title: "Spark for Data Engineering (Coming Soon)",
103103
desc: "Learn to leverage the power of Apache Spark for efficient and scalable data engineering in our comprehensive course. Master the art of processing and transforming data to build robust pipelines and drive data-centric applications.",
104104
img: "https://dummyimage.com/300x150/555/fff&text=Spark+for+DE",
105105
},
106106
{
107107
number: "05",
108-
title: "Workflow Orchestration (Airflow, Mage, Prefect)",
108+
title: "Workflow Orchestration (Coming Soon)",
109109
desc: "Explore the world of workflow orchestration with our course covering Airflow, Luigi, Mage, and Prefect. Gain expertise in seamlessly coordinating and automating complex data pipelines for enhanced efficiency and productivity.",
110110
img: "https://dummyimage.com/300x150/666/fff&text=Workflow+Orchestration",
111111
},

0 commit comments

Comments
 (0)