diff --git a/src/Component/businessCards/BusinessCards.jsx b/src/Component/businessCards/BusinessCards.jsx index a5921cd..45ef38c 100644 --- a/src/Component/businessCards/BusinessCards.jsx +++ b/src/Component/businessCards/BusinessCards.jsx @@ -12,7 +12,29 @@ const arrData = [ current_title: "Full Stack Developer", phone_number: "8888888888", location: "Pal Area Surat", - personal_email: "sam@gmail.com", + personal_email: "dipesh.jtdev@gmail.com", + linkedIn: "sam@123", + experience: [ + { + companyName: "Jyoti Technosoft LLP ", + imageLink: + "https://www.jyotitechnosoft.com/assets/images/logo-transprent.png", + }, + { + companyName: "Javee Infotech ", + imageLink: + "https://www.jyotitechnosoft.com/assets/images/logo-transprent.png", + }, + ], + education: ["Bhagvan Mahavir Collage,Surat"], + }, + { + first_name: "Charmi", + last_name: "Chauhan", + current_title: "Full Stack Developer", + phone_number: "8888888888", + location: "Pal Area Surat", + personal_email: "charmi.jtdev@gmail.com", linkedIn: "sam@123", experience: [ { @@ -34,7 +56,7 @@ const arrData = [ current_title: "Full Stack Developer", phone_number: "8888888888", location: "Adajan Area Surat", - personal_email: "sam@gmail.com", + personal_email: "poojan.jtdev@gmail.com", linkedIn: "sam@123", experience: [ { @@ -56,7 +78,7 @@ const arrData = [ current_title: "Sr Java Developer", phone_number: "8888888888", location: "Adajan Area Surat", - personal_email: "sam@gmail.com", + personal_email: "dipesh.jtdev@gmail.com", linkedIn: "sam@123", experience: [ { @@ -78,7 +100,7 @@ const arrData = [ current_title: "React Developer", phone_number: "8888888888", location: "Adajan Area Surat", - personal_email: "sam@gmail.com", + personal_email: "dipesh.jtdev@gmail.com", linkedIn: "sam@123", experience: [ { @@ -100,7 +122,7 @@ const arrData = [ current_title: "Sr Web Developer", phone_number: "8888888888", location: "Adajan Area Surat", - personal_email: "sam@gmail.com", + personal_email: "dipesh.jtdev@gmail.com", linkedIn: "sam@123", experience: [ { @@ -126,7 +148,7 @@ function BusinessCards() { {arrData.map((data, index) => ( - + @@ -144,19 +166,21 @@ function BusinessCards() { - - - + + + + + - + + {data.current_title} -
  • - {data.location} -
  • +
  • {data.location}

  • @@ -184,9 +205,11 @@ function BusinessCards() { +

    Experience

    +
      @@ -202,7 +225,9 @@ function BusinessCards() { } alt="company-logo" /> +

      {data?.companyName}

      +
      ))} @@ -223,7 +248,9 @@ function BusinessCards() { src="https://images-platform.99static.com//eDFZjB4DfMvSgG6AB-p0Hk2KkyM=/520x86:1420x986/fit-in/500x500/99designs-contests-attachments/107/107200/attachment_107200060" alt="" /> +

      {data}

      +
      ))}