Move BeyondCode & Laradevs to sponsors; list current partners on /partners#430
Merged
Conversation
Move BeyondCode and Laradevs out of the home "Partners" section and into the home "Sponsored by" strip (logos only, no descriptions). The sponsors template now renders SVG logo components alongside images so Laradevs can appear without a raster asset. Add a "Meet Our Partners" section to the bottom of the /partners page listing the current partners (Nexcalia, Web Mavens, Synergi Tech), reusing the existing featured-partner-card component. Add feature tests covering the placement changes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What changed
Home page: BeyondCode & Laradevs moved from Partners → Sponsors
component-based logos viax-dynamic-componentalongside the existingimage/imageDarkpath. The Laradevs SVG is sizedh-6 w-autowithtext-black dark:text-whiteto match the other logos in both themes./partnerspage: current partners listed at the bottom/partnerspage showing the current partners (Nexcalia, Web Mavens, Synergi Tech), reusing the existingfeatured-partner-cardcomponent and matching the layout/animation convention already used on the consulting page.pb-24bottom padding from the CTA section onto the new final section so it sits flush at the bottom.Why
BeyondCode and Laradevs are sponsors rather than program partners, so they belong in the logo-only "Sponsored by" strip. Surfacing the actual partners on the dedicated
/partnerspage adds social proof where prospective partners will look.Tests
Added
tests/Feature/SponsorsAndPartnersPlacementTest.php:/partnerspage lists the current partners.All 4 tests pass;
vendor/bin/pintpasses.Notes
package-lock.jsonnamechange (a workspace-clone artifact) was intentionally left out of this PR./partners) with intentionally different description lengths; kept inline to match existing convention rather than expand scope into a shared-source refactor.🤖 Generated with Claude Code