diff --git a/src/components/activities/robotics/index.jsx b/src/components/activities/robotics/index.jsx index a71ad70..71293e1 100644 --- a/src/components/activities/robotics/index.jsx +++ b/src/components/activities/robotics/index.jsx @@ -5,7 +5,7 @@ import { InfoCardHeader, } from "../../shared-components"; import { roboticsHeroImage } from "../../../assets/images"; -import { coursesSlider } from "../../../utils/appData"; +// import { coursesSlider } from "../../../utils/appData"; import UpcomingEvents from "../UpcomingEvents"; import { infoComponentSettings, diff --git a/src/utils/appData.js b/src/utils/appData.js index 2cebf81..8f40991 100644 --- a/src/utils/appData.js +++ b/src/utils/appData.js @@ -136,29 +136,29 @@ export const coursesSlider = [ "Watch our collection of step-by-step video tutorials, designed to help you master Scratch coding concepts at your own pace.", index: 3, }, - // { - // picture: cardPhoto5, - // cardHeading: "Coding Academy", - // cardParagraph: - // "Mauris ullamcorper tortor sed purus interdum, fermentum efficitur est dictu.", - // index: 4, - // }, + { + picture: cardPhoto5, + cardHeading: "Coding Academy", + cardParagraph: + "Mauris ullamcorper tortor sed purus interdum, fermentum efficitur est dictu.", + index: 4, + }, - // { - // picture: cardPhoto3, - // cardHeading: "Coding for Kids", - // cardParagraph: - // "Stuck for ideas? Browse through our library of project ideas and get inspired to create your own unique Scratch projects", - // index: 5, - // }, + { + picture: cardPhoto3, + cardHeading: "Coding for Kids", + cardParagraph: + "Stuck for ideas? Browse through our library of project ideas and get inspired to create your own unique Scratch projects", + index: 5, + }, - // { - // picture: cardPhoto6, - // cardHeading: "Coding Academy", - // cardParagraph: - // "Mauris ullamcorper tortor sed purus interdum, fermentum efficitur est dictu.", - // index: 6, - // }, + { + picture: cardPhoto6, + cardHeading: "Coding Academy", + cardParagraph: + "Mauris ullamcorper tortor sed purus interdum, fermentum efficitur est dictu.", + index: 6, + }, ]; export const upcomingEventsSlider = [