Merged
Conversation
Contributor
Greptile OverviewGreptile SummaryThis PR creates a new finance-focused landing page for
Critical issue found: The quotes section ( Confidence Score: 3/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant User
participant Router
participant MainPage as mainpage decorator
participant FinancePage as finance_use_case_page
participant Hero as hero()
participant SocialProof as social_proof()
participant Features1 as features_1()
participant Quotes as quotes()
participant Features2 as features_2()
participant Stats as stats()
participant FinalSection as final_section()
User->>Router: Navigate to /use-cases/finance
Router->>MainPage: Route matches path
MainPage->>FinancePage: Call finance_use_case_page()
FinancePage->>Hero: Render hero section
Hero-->>FinancePage: Hero component with CTA buttons
FinancePage->>SocialProof: Render social proof
SocialProof-->>FinancePage: Company logos grid
FinancePage->>Features1: Render first feature set
Features1-->>FinancePage: 4 feature cards
FinancePage->>Quotes: Render testimonials
Note over Quotes: ISSUE: All 4 cards have<br/>duplicate placeholder content
Quotes-->>FinancePage: Quote cards (duplicated)
FinancePage->>Features2: Render second feature set
Features2-->>FinancePage: 4 feature cards with stats
FinancePage->>Stats: Render customer stats
Stats-->>FinancePage: Stat cards grid
FinancePage->>FinalSection: Render CTA section
FinalSection-->>FinancePage: Demo booking + builder link
FinancePage-->>MainPage: Complete page component
MainPage-->>Router: Rendered page
Router-->>User: Display finance landing page
|
Collaborator
|
Let's turn the logos for finance to also be a carosel. Let's add the logos twosigma.com, ramp, capitalone.com and ubs.com |
tgberkeley
approved these changes
Dec 16, 2025
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.
No description provided.