PioneerSquareLabs / jacb-ai-website

The jacb.ai marketing website
https://www.jacb.ai
MIT License
8 stars 1 forks source link

Create new file => /src/components/DesignedForDevelopers.tsx #158

Closed jacob-ai-bot[bot] closed 5 months ago

jacob-ai-bot[bot] commented 5 months ago

A new design has been added to Figma for the file /src/components/DesignedForDevelopers.tsx. The design was converted into JSX. Here is what was provided:

<div className="w-full h-screen flex flex-col items-center justify-center bg-white">
  <div className="flex flex-col items-start justify-start w-full max-w-7xl">
    <div className="flex flex-col items-start justify-start w-full max-w-lg p-4">
      <div className="text-6xl text-[#1d265d]">Designed for</div>
      <div className="flex items-center">
        <div className="text-6xl text-center text-[#1d265d]">Developers</div>
        <div className="text-6xl text-center text-[#1d265d]">,</div>
      </div>
      <div className="text-6xl text-[#1d265d]">Tailored for Teams</div>
      <div className="text-lg font-light text-[#61668b] mt-4">
        JACoB is built from the ground up to address the specific needs of software development.
      </div>
    </div>
    <div className="flex flex-wrap justify-between w-full mt-8">
      <div className="w-full md:w-1/2 lg:w-1/3 p-4">
        <div className="bg-[rgba(248,232,224,0.4)] border border-solid border-[#e9dad7] rounded-lg p-4">
          <div className="text-xl font-medium text-[#1d265d]">Efficiency Boost</div>
          <div className="text-sm font-light text-[#61668b] mt-2">
            ACoB automates the repetitive and mundane, allowing you to concentrate on innovation and complex problem-solving.
          </div>
        </div>
      </div>
      <div className="w-full md:w-1/2 lg:w-1/3 p-4">
        <div className="bg-[rgba(248,232,224,0.4)] border border-solid border-[#e9dad7] rounded-lg p-4">
          <div className="text-xl font-medium text-[#1d265d]">Quality Assurance</div>
          <div className="text-sm font-light text-[#61668b] mt-2">
            With JACoB's AI-driven reviews, your code stays clean and maintainable.
          </div>
        </div>
      </div>
      <div className="w-full md:w-1/2 lg:w-1/3 p-4">
        <div className="bg-[rgba(248,232,224,0.4)] border border-solid border-[#e9dad7] rounded-lg p-4">
          <div className="text-xl font-medium text-[#1d265d]">Rapid Integration</div>
          <div className="text-sm font-light text-[#61668b] mt-2">
            JACoB fits into your workflow from day one, adapting to your tools and preferences.
          </div>
        </div>
      </div>
      <div className="w-full md:w-1/2 lg:w-1/3 p-4">
        <div className="bg-[rgba(248,232,224,0.4)] border border-solid border-[#e9dad7] rounded-lg p-4">
          <div className="text-xl font-medium text-[#1d265d]">Scalable Development</div>
          <div className="text-sm font-light text-[#61668b] mt-2">
            Handle more projects and complex code without expanding your team.
          </div>
        </div>
      </div>
      <div className="w-full md:w-1/2 lg:w-1/3 p-4">
        <div className="bg-[rgba(248,232,224,0.4)] border border-solid border-[#e9dad7] rounded-lg p-4">
          <div className="text-xl font-medium text-[#1d265d]">Learning & Growth</div>
          <div className="text-sm font-light text-[#61668b] mt-2">
            JACoB continuously learns from your codebase, contributing more effectively over time.
          </div>
        </div>
      </div>
      <div className="w-full md:w-1/2 lg:w-1/3 p-4">
        <div className="bg-[rgba(248,232,224,0.4)] border border-solid border-[#e9dad7] rounded-lg p-4">
          <div className="text-xl font-medium text-[#1d265d]">Security & Control</div>
          <div className="text-sm font-light text-[#61668b] mt-2">
            Hosted within your environment, JACoB ensures your code remains secure and proprietary.
          </div>
        </div>
      </div>
    </div>
  </div>
</div>
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { faEnvelope } from '@fortawesome/free-solid-svg-icons'
const element = <FontAwesomeIcon icon={faEnvelope} />
  1. For images, the figma code will likely list the image name. This image has already been saved to the public folder. You must use that image as the source for the image tag.
  2. IMPORTANT: The design team did not wire up any of the buttons or links, they assigned that critical task to you. You MUST implement the code to handle the click events.

Here is a temporary snapshot of your design. It will expire in 60 minutes for security purposes. snapshot

Here are the images from your design. These images will be downloaded to this branch and these links will expire in 60 minutes for security purposes.

jacob-local-kevin[bot] commented 5 months ago

JACoB here...

You mentioned me on this issue and I am busy taking a look at it.

I'll continue to comment on this issue with status as I make progress.

jacob-ai-bot[bot] commented 5 months ago

JACoB here...

You mentioned me on this issue and I am busy taking a look at it.

I'll continue to comment on this issue with status as I make progress.

jacob-local-kevin[bot] commented 5 months ago

Update

I've completed my initial work on this issue and have created a pull request: Create /src/components/DesignedForDevelopers.tsx.

I will update this PR with a storybook story for this component.

jacob-local-kevin[bot] commented 5 months ago

Update

I've completed my work on this issue and have updated this pull request: Create /src/components/DesignedForDevelopers.tsx.

Please review my changes there.

jacob-ai-bot[bot] commented 5 months ago

Update

I've completed my initial work on this issue and have created a pull request: Create /src/components/DesignedForDevelopers.tsx.

I will update this PR with a storybook story for this component.

jacob-local-kevin[bot] commented 5 months ago

Update

I've completed my work on this issue and have updated this pull request: Create /src/components/DesignedForDevelopers.tsx.

Please review my changes there.