Fix UI issues on front page - #238
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR addresses front-page usability/readability issues by adjusting accordion styling and Swiper testimonial navigation so controls don’t overlap content.
Changes:
- Adjusted accordion item styles to remove inherited vertical padding and disabled built-in accordion dividers where custom dividers are used.
- Refactored the testimonials Swiper to use external navigation buttons positioned outside the slide content.
- Tweaked Particles dropdown menu/list styling to remove default list spacing and align with the site’s UI styling.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/pages/index.tsx | Updates accordion divider/padding behavior and moves Swiper navigation controls outside testimonials content. |
| src/components/Particles.tsx | Refines dropdown sizing and removes default list margin/padding for consistent menu layout. |
Suppressed comments (1)
src/pages/index.tsx:669
- The new Swiper navigation button relies on default focus styling. Most interactive elements on this page use explicit
focus-visible:*classes; adding them here ensures a consistent, visible keyboard focus indicator (accessibility).
<button
type="button"
aria-label="Next testimonials"
className="testimonials-next swiper-button-next appearance-none [background:none] [border:none] cursor-pointer !right-0 !top-[calc(50%-1.5rem)]"
/>
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
sympact06
approved these changes
Aug 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes a bunch of UI issues that were hindering readability and usability of the website, in particular:
Type of change
Checklist
npx eslint .)npx next buildsucceeds locally (also type-checks).envvalues, or user data includedTest plan
Changes verified with my own eyes on a local environment :)