PioneerSquareLabs / jacb-ai-website

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

Fix CTA button positioning in Hero component #162

Open kleneway opened 2 months ago

kleneway commented 2 months ago

Fix CTA Button Positioning in Hero Component

Description

The CTA button in the Hero component is currently too close to the header text. We need to add more space between the header text and the CTA button to improve the layout.

Steps to Address Issue

  1. Open the /src/components/home/Hero.tsx file.
  2. Locate the CTA button component within the Hero component.
  3. Adjust the CSS or styling properties to add more space between the header text and the CTA button.
  4. Test the changes to ensure the CTA button is correctly positioned on both desktop and mobile devices.

Files to Update

Acceptance Criteria

@jacob-ai-bot

Steps to Address Issue: 1. Open the /src/components/home/Hero.tsx file. 2. Locate the CTA button component within the Hero component. 3. Adjust the CSS or styling properties to add more space between the header text and the CTA button. 4. Test the changes to ensure the CTA button is correctly positioned on both desktop and mobile devices.

Files to Update: /src/components/home/Hero.tsx

task assigned to: @jacob-ai-bot

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

Update

I've completed my work on this issue and have created a pull request: JACoB PR for Issue Fix CTA button positioning in Hero component.

Please review my changes there.