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/DesignForDevelopers.tsx #164

Open jacob-ai-bot[bot] opened 3 months ago

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

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

function DesignedForDevs() {
  return (
    <div className="w-full h-screen flex flex-col items-center justify-center bg-white">
      <div className="flex flex-col items-start w-full max-w-7xl">
        <div className="flex flex-col items-start w-full max-w-2xl mb-8">
          <div className="flex flex-col items-start w-full">
            <div className="flex flex-col items-start w-full">
              <h1 className="text-6xl text-[#1d265d]">Designed for</h1>
              <div className="flex items-center">
                <h1 className="text-6xl text-[#1d265d] text-center">Developers</h1>
                <h1 className="text-6xl text-[#1d265d] text-center">,</h1>
              </div>
              <h1 className="text-6xl text-[#1d265d]">Tailored for Teams</h1>
            </div>
            <p className="text-lg font-light text-[#61668b] mt-4">
              JACoB is built from the ground up to address the specific needs of software development.
            </p>
          </div>
        </div>
        <div className="flex flex-wrap justify-between w-full max-w-7xl">
          <div className="flex flex-col items-start w-full max-w-xl p-4 bg-[rgba(248,232,224,0.4)] border border-solid border-[#e9dad7] rounded-lg mb-4">
            <h2 className="text-xl font-medium text-[#1d265d]">Efficiency Boost</h2>
            <p className="text-base font-light text-[#61668b] mt-2">
              ACoB automates the repetitive and mundane, allowing you to concentrate on innovation and complex problem-solving.
            </p>
          </div>
          <div className="flex flex-col items-start w-full max-w-xl p-4 bg-[rgba(248,232,224,0.4)] border border-solid border-[#e9dad7] rounded-lg mb-4">
            <h2 className="text-xl font-medium text-[#1d265d]">Quality Assurance</h2>
            <p className="text-base font-light text-[#61668b] mt-2">
              With JACoB's AI-driven reviews, your code stays clean and maintainable.
            </p>
          </div>
          <div className="flex flex-col items-start w-full max-w-xl p-4 bg-[rgba(248,232,224,0.4)] border border-solid border-[#e9dad7] rounded-lg mb-4">
            <h2 className="text-xl font-medium text-[#1d265d]">Rapid Integration</h2>
            <p className="text-base font-light text-[#61668b] mt-2">
              JACoB fits into your workflow from day one, adapting to your tools and preferences.
            </p>
          </div>
          <div className="flex flex-col items-start w-full max-w-xl p-4 bg-[rgba(248,232,224,0.4)] border border-solid border-[#e9dad7] rounded-lg mb-4">
            <h2 className="text-xl font-medium text-[#1d265d]">Scalable Development</h2>
            <p className="text-base font-light text-[#61668b] mt-2">
              Handle more projects and complex code without expanding your team.
            </p>
          </div>
          <div className="flex flex-col items-start w-full max-w-xl p-4 bg-[rgba(248,232,224,0.4)] border border-solid border-[#e9dad7] rounded-lg mb-4">
            <h2 className="text-xl font-medium text-[#1d265d]">Learning & Growth</h2>
            <p className="text-base font-light text-[#61668b] mt-2">
              JACoB continuously learns from your codebase, contributing more effectively over time.
            </p>
          </div>
          <div className="flex flex-col items-start w-full max-w-xl p-4 bg-[rgba(248,232,224,0.4)] border border-solid border-[#e9dad7] rounded-lg mb-4">
            <h2 className="text-xl font-medium text-[#1d265d]">Security & Control</h2>
            <p className="text-base font-light text-[#61668b] mt-2">
              Hosted within your environment, JACoB ensures your code remains secure and proprietary.
            </p>
          </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 are some important additional instructions from the product owner. You MUST follow these instructions, even if it means adjusting the JSX code provided above: make each box a separate componet

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-ai-bot[bot] commented 3 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 3 months ago

Update

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

The changes currently result in an error, so I'll be making some additional changes before it is ready to merge.

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

Update

I've updated this pull request: Create /src/components/DesignForDevelopers.tsx.

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

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

Update

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

Please review my changes there.