improvement(landing): added enterprise section#3637
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
|
You have used all Bugbot PR reviews included in your free trial for your GitHub account on this workspace. To continue using Bugbot reviews, enable Bugbot for your team in the Cursor dashboard. |
Greptile SummaryThis PR implements the previously stubbed-out Enterprise section on the landing page and improves the Features preview component interactivity. The Enterprise section adds an animated audit-log preview (with live-cycling entries, per-actor color coding, and time-ago labels), a SOC 2/HIPAA/Open Source/SSO trust strip, a scrolling feature-tag marquee, and a "Book a demo" CTA. The landing page ordering is updated to show Enterprise before Pricing. The Features preview gains a live markdown editor (replacing the static Key observations:
Confidence Score: 4/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Mount as Component Mount
participant AddInterval as addInterval (2.6 s)
participant TickInterval as tickInterval (5 s)
participant State as entries / tick state
participant UI as AuditLogPreview UI
Mount->>State: Initialize 5 entries from ENTRY_TEMPLATES[0..4]<br/>(timestamped with INITIAL_OFFSETS_MS)
Mount->>AddInterval: setInterval(2600ms)
Mount->>TickInterval: setInterval(5000ms)
AddInterval->>State: prepend new entry from ENTRY_TEMPLATES[templateIndexRef++]<br/>drop oldest entry (keep 5 max)
State->>UI: AnimatePresence re-renders with framer-motion layout animation
TickInterval->>State: tick(n+1) — forces re-render
State->>UI: formatTimeAgo() recomputes labels for all 5 entries
Note over AddInterval,TickInterval: Both intervals cleared on unmount
Last reviewed commit: "remove debug log" |
|
@greptile |
… use Link Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
You have used all Bugbot PR reviews included in your free trial for your GitHub account on this workspace. To continue using Bugbot reviews, enable Bugbot for your team in the Cursor dashboard. |
Summary
Type of Change
Testing
Tested manually
Checklist