Skip to content

feat: redesign hero block #3288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: feat/redesign-display
Choose a base branch
from
Open

Conversation

FRSgit
Copy link
Contributor

@FRSgit FRSgit commented Jul 31, 2025

add second hero example

Related issue

Closes #

Scope of work

Screenshots of visual changes

Checklist

  • Self code-reviewed
  • Changes documented
  • Semantic HTML
  • SSR-friendly
  • Caching friendly
  • a11y for WCAG 2.0 AA
  • examples created
  • blocks created
  • cypress tests created

@FRSgit FRSgit self-assigned this Jul 31, 2025
@FRSgit FRSgit added the feature Feature request label Jul 31, 2025
@FRSgit FRSgit force-pushed the feat/redesign-hero branch from 658c3c0 to bf36bb0 Compare August 1, 2025 07:53
Copy link

changeset-bot bot commented Aug 1, 2025

⚠️ No Changeset found

Latest commit: 2ba296a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@FRSgit FRSgit force-pushed the feat/redesign-display branch from 897cb92 to 64ba2e2 Compare August 1, 2025 07:58
@FRSgit FRSgit force-pushed the feat/redesign-display branch from 64ba2e2 to cfeed4b Compare August 10, 2025 10:53
@FRSgit FRSgit force-pushed the feat/redesign-hero branch from bf36bb0 to 68c020f Compare August 10, 2025 10:53
<div className="relative min-h-[576px]">
<picture>
<source srcSet="http://localhost:3100/@assets/hero-bg.png" media="(min-width: 768px)" />
<div className="relative h-dvh w-dvh">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in design it should be 864px not device height, is this something decided on behind scenes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea, the 864px is some random value - it's meant to be fullscreen

<div className="h-full w-full max-w-[1536px] mx-auto p-4 md:px-10 flex flex-col justify-end md:justify-center text-white">
<p className="typography-text-xs md:typography-text-sm font-bold tracking-widest uppercase">Feel the music</p>
<h1 className="typography-display-2 md:typography-display-1 md:leading-[67.5px] font-bold mt-2 mb-4">
New Wireless Pro
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copy is not changed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, button was wrong as well: 2ba296a

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep whole section had wrong copy but i figure out you will get that :D

FRSgit added 2 commits August 11, 2025 23:44
upgrade tailwindcss to 3.4.17
add second hero example
@FRSgit FRSgit force-pushed the feat/redesign-hero branch from 68c020f to 3772316 Compare August 11, 2025 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants