diff --git a/src/components/Preproblems.jsx b/src/components/Preproblems.jsx index 9d4a273..037772e 100644 --- a/src/components/Preproblems.jsx +++ b/src/components/Preproblems.jsx @@ -21,6 +21,40 @@ const Preproblems = () => { introducing and reinforcing core programming concepts and syntax in the Python programming language. It typically involves solving a specific problem or completing a task using Python code. + + + {/*Day 1*/} + + + {/*# Day 2*/} + + + {/*# Day 3*/} + + + + ); }; diff --git a/src/components/Problems.jsx b/src/components/Problems.jsx index b3084c3..85138e1 100644 --- a/src/components/Problems.jsx +++ b/src/components/Problems.jsx @@ -14,6 +14,7 @@ import cards from '../constants/Card'; import myimage from '../../public/images/syntax.jpeg'; import { SectionWrapper } from '../hoc'; import Cookies from 'js-cookie'; +import Preproblems from "./Preproblems.jsx"; export const ThemeContext = createContext(null); @@ -86,6 +87,7 @@ const Problems = () => {
+
{cards.map((card) => (