diff --git a/src/assets/data/speakersData.js b/src/assets/data/speakersData.js index 88a205f..ae4c681 100644 --- a/src/assets/data/speakersData.js +++ b/src/assets/data/speakersData.js @@ -13,29 +13,6 @@ const speakers = [ github: "", youtube: "", }, - { - name: "To Be Announced!", - position: "Coming Soon!", - description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi consequat ante erat, ut aliquet erat vestibulum vel. Sed ligula mi, rhoncus et fermentum quis, fermentum et nulla.", - img: dummys, - facebook: "", - twitter: "", - linkedin: "", - github: "", - youtube: "", - }, - { - name: "To Be Announced!", - position: "Coming Soon!", - description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi consequat ante erat, ut aliquet erat vestibulum vel. Sed ligula mi, rhoncus et fermentum quis, fermentum et nulla.", - img: dummys, - facebook: "", - twitter: "", - linkedin: "", - github: "", - youtube: "", - }, - ]; export default speakers; \ No newline at end of file diff --git a/src/pages/home/sections/section1/Section1.js b/src/pages/home/sections/section1/Section1.js index 7196f17..950b245 100644 --- a/src/pages/home/sections/section1/Section1.js +++ b/src/pages/home/sections/section1/Section1.js @@ -31,7 +31,7 @@ const Section1 = () => {