diff --git a/src/components/sections/Experience.jsx b/src/components/sections/Experience.jsx
index 1912bff..9e06d51 100644
--- a/src/components/sections/Experience.jsx
+++ b/src/components/sections/Experience.jsx
@@ -1,8 +1,6 @@
import React, { useState, useEffect } from "react";
import clsx from "clsx";
-
-const experienceTitle = ["Real Tutor", "Tensorcrypt", "SSC Website"];
-const experience = ["Hello", "World", "!"];
+import Tensorcrypt from "./Tensorcrypt";
const Experience = () => {
const [currentSection, setCurrentSection] = useState(0);
@@ -16,6 +14,16 @@ const Experience = () => {
}, 250);
};
+ const getText = (index) => {
+ if (index == 0) {
+ return
14/04/2022
+Tensorcrypt
14/04/2022
@@ -62,16 +70,11 @@ const Experience = () => {- {experience[currentSection]} -
+ {getText(currentSection)}+ A secure data-sharing startup funded by CyberASAP, it provides zero + knowledge data sharing services for componanies to share data in a + completely encrypted way, as well as. +
+