diff --git a/src/assets/mentors/1.jpeg b/src/assets/mentors/1.jpeg new file mode 100644 index 0000000..c048547 Binary files /dev/null and b/src/assets/mentors/1.jpeg differ diff --git a/src/assets/mentors/2.jpg b/src/assets/mentors/2.jpg new file mode 100644 index 0000000..441d6cd Binary files /dev/null and b/src/assets/mentors/2.jpg differ diff --git a/src/assets/mentors/3.jpg b/src/assets/mentors/3.jpg new file mode 100644 index 0000000..7d26b28 Binary files /dev/null and b/src/assets/mentors/3.jpg differ diff --git a/src/assets/mentors/4.jpeg b/src/assets/mentors/4.jpeg new file mode 100644 index 0000000..1383cc5 Binary files /dev/null and b/src/assets/mentors/4.jpeg differ diff --git a/src/components/mentors/Mentors.jsx b/src/components/mentors/Mentors.jsx index 554aea9..874119b 100644 --- a/src/components/mentors/Mentors.jsx +++ b/src/components/mentors/Mentors.jsx @@ -40,6 +40,8 @@ const Mentors = () => {

Our Mentors

+

COMING SOON

+
{ ); })} - { ); })} - -
+ */} +
+
-
+
-
+
-
+
-
+
-
+
diff --git a/src/data/mentorsData.js b/src/data/mentorsData.js index 0ca251a..4a5b0a5 100644 --- a/src/data/mentorsData.js +++ b/src/data/mentorsData.js @@ -1,4 +1,7 @@ -import mentor1 from '../assets/mentor1.svg' +import mentor1 from '../assets/mentors/1.jpeg' +import mentor2 from '../assets/mentors/2.jpg' +import mentor3 from '../assets/mentors/3.jpg' +import mentor4 from '../assets/mentors/4.jpeg' export const mentorsData = [ { @@ -9,26 +12,16 @@ export const mentorsData = [ { name: "John Doe", desc: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry", - img: mentor1 + img: mentor2 }, { name: "Bill Gates", desc: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry", - img: mentor1 + img: mentor3 }, { name: "Steve Jobs", desc: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry", - img: mentor1 - }, - { - name: "Tim Cook", - desc: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry", - img: mentor1 - }, - { - name: "Sam Altman", - desc: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry", - img: mentor1 + img: mentor4 }, ] \ No newline at end of file diff --git a/src/faq/Faq.jsx b/src/faq/Faq.jsx index 2c14bfe..9f7484c 100644 --- a/src/faq/Faq.jsx +++ b/src/faq/Faq.jsx @@ -9,7 +9,7 @@ import three from './logo/three.svg' const Faq = () => { return ( -
+

FAQ