alexdorowork / Sparesteuern

0 stars 0 forks source link

Create new file => /src/components/Reviews.tsx #11

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/Reviews.tsx. The design was converted into JSX. Here is what was provided:

<div className="w-full h-screen bg-[#2f6ba2] flex flex-col items-center">
  <div className="text-white text-center text-4xl font-bold mt-24">
    Testimonials
  </div>
  <div className="w-full max-w-5xl h-[420px] bg-[#0b2339] rounded-md mt-12 relative">
    <div className="absolute left-1/2 transform -translate-x-1/2 -top-6 w-7 h-5 bg-[#2f6ba2]"></div>
    <div className="text-white text-center text-lg mx-16 mt-20">
      Ich bin seit meinem 20. Lebensjahr Unternehmer im Bereich Amazon-Dropshipping und berate hierbei auch andere Unternehmer und habe mit 4 Steuerkanzleien gearbeitet. Die letzte Kanzlei (Raum Stuttgart) war gut und hat meine Steuerlast tatsächlich reduziert durch ein Modell mit einer Holding. Seit ich jedoch im Januar mit „Spare Steuern“ arbeite, habe ich ein neues Modell welches es mir ermöglicht meine Abgabenlast auf ein Minimum zu reduzieren.
 Ich kann dieses Modell nur empfehlen. Es lohnt sich!
    </div>
    <div className="absolute left-4 top-1/2 transform -translate-y-1/2 w-15 h-15 bg-[#06192a] rounded-md flex items-center justify-center">
      {/* Left Arrow Icon */}
      <div className="w-6 h-5 bg-white"></div>
    </div>
    <div className="absolute right-4 top-1/2 transform -translate-y-1/2 w-15 h-15 bg-[#06192a] rounded-md flex items-center justify-center">
      {/* Right Arrow Icon */}
      <div className="w-6 h-5 bg-white"></div>
    </div>
    <div className="absolute bottom-8 left-1/2 transform -translate-x-1/2 flex items-center">
      <div className="w-3 h-3 bg-white rounded-full mx-1"></div>
      <div className="w-3 h-3 border-2 border-solid border-white rounded-full mx-1"></div>
      <div className="w-3 h-3 border-2 border-solid border-white rounded-full mx-1"></div>
    </div>
    <div className="absolute bottom-4 left-1/2 transform -translate-x-1/2 flex items-center">
      <img src="/images/9ca37270febcbdde74d37d7c1aa4fdc585830c7d.jpg" alt="Profile" className="w-15 h-15 rounded-full" />
      <div className="text-white text-lg font-medium uppercase ml-4">
        Markus Krapen
      </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. image

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/Reviews.tsx.

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

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

Update

I've updated this pull request: Create /src/components/Reviews.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/Reviews.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/Reviews.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 completed my work on this issue and have updated this pull request: Create /src/components/Reviews.tsx.

Please review my changes there.