Improve landing page clarity: sharper tagline, What We Do section, tighter spacing#21
Open
rubrot0 wants to merge 1 commit intoRubricLab:mainfrom
Open
Improve landing page clarity: sharper tagline, What We Do section, tighter spacing#21rubrot0 wants to merge 1 commit intoRubricLab:mainfrom
rubrot0 wants to merge 1 commit intoRubricLab:mainfrom
Conversation
…roll button, tighten spacing - Replace generic hero tagline with something specific to Rubric's identity - Add a 'What we do' section with three capabilities between hero and testimonials - Rename 'See our work' scroll button to 'What people say' (it scrolls to testimonials) - Reduce vertical spacing from space-y-40 to space-y-24, remove min-h-screen from content section
|
@rubrot0 is attempting to deploy a commit to the Rubric Labs Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Changes
1. Sharper hero tagline
Before: "We're an applied AI Lab helping companies build intelligent applications"
After: "We ship AI products — from prototype to production — for companies that need to move fast."
The original could describe any AI consultancy. The new version communicates speed, end-to-end delivery, and a bias toward action — which matches Rubric's actual positioning.
2. New "What we do" section
Added a lightweight three-column capabilities section between the hero and testimonials:
This gives visitors a quick understanding of Rubric's services before they hit social proof.
3. Fixed scroll button label
Changed "See our work ↓" to "What people say ↓" — the button scrolls to the testimonials section, not a portfolio. The label now matches the destination.
4. Tightened vertical spacing
space-y-40→space-y-24on the main content sectionmin-h-screenfrom the content wrapper (hero still gets full viewport height)The page felt very stretched for its content density. These changes make it feel more cohesive without changing the minimal aesthetic.