Go To Market

Go To Market Strategy (WIP)

3 Free Leads Website Infrastructure (done)

Finished up UI

Next steps are to add the backend data through neon

Right now I am working on a subpage of my website, specifically connects/[leadid]

In this page, based on the url like connects/alek-turkmen-001. I am able to retreive information from a neon database about information regarding this id and display it.

The connects page is split into two areas. Left and right. The left has a cards stack of leads (sourced from neon) and the right displays an email with some inserted variables (also from neon).

  {`Dear `}<span className='bg-gradient-to-r from-fuchsia-700 to-fuchsia-950 bg-clip-text font-bold text-transparent'>{employers[selectedCardIndex]?.employerfirstname || '<employerFirstName>'}</span>{`,

I hope this email finds you well. My name is `}<span className='bg-gradient-to-r from-fuchsia-700 to-fuchsia-950 bg-clip-text font-bold text-transparent'>{lead.leadfirstname}</span>{`, and I am a student at `}<span className='bg-gradient-to-r from-fuchsia-700 to-fuchsia-950 bg-clip-text font-bold text-transparent'>{lead.leadschool}</span>{`. I came across your profile through LinkedIn and was really impressed by your career trajectory.

I am reaching out to you because I am interested in pursuing a career in `}<span className='bg-gradient-to-r from-fuchsia-700 to-fuchsia-950 bg-clip-text font-bold text-transparent'>{lead.leadinterest}</span>{` at `}<span className='bg-gradient-to-r from-fuchsia-700 to-fuchsia-950 bg-clip-text font-bold text-transparent'>{employers[selectedCardIndex]?.employercompany || '<company>'}</span>{`, and I would very much appreciate the opportunity to learn more about your experience.

I am attaching a copy of my resume for your reference, and I am free to meet in person or to speak on the phone/virtual meeting, depending on what makes most sense for you. Thank you for your time and consideration.

Best regards,

`}<span className='bg-gradient-to-r from-fuchsia-700 to-fuchsia-950 bg-clip-text font-bold text-transparent'>{lead.leadfullname}</span>

Gonna end stream here. Will resume later today. Cya.

Finish up data uploading to neon with NYU lead students info

And get the useluckily.com/contacts/[leadid] to work