-
Notifications
You must be signed in to change notification settings - Fork 229
ENG-8503: finance landing #1711
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
Conversation
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
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
21 files reviewed, 1 comment
|
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 |
No description provided.