Skip to content

Conversation

@jalafgani
Copy link

@jalafgani jalafgani commented Feb 13, 2026

Summary

  • Add 'Customers' link to main navigation pointing to customer stories
  • Update hero headline to 'Built for the first solocorn'
  • Update hero subtitle to emphasize open-source backend and all features with cost-effective scaling
  • Change product section heading to 'Build like a team of hundreds'
  • Update logo section to display 6 wide x 2 deep (all 12 logos visible)
  • Add 'Read our case studies' link below logo section

Test plan

  • Verify 'Customers' link appears in navigation and links to customer stories
  • Verify new hero headline and subtitle display correctly
  • Verify product section heading updated
  • Verify all 12 logos display in 6x2 grid layout
  • Verify 'Read our case studies' link appears below logos

Made with Cursor

Summary by CodeRabbit

  • New Features

    • Added "Customers" navigation link to the main header
    • Added "Read our case studies →" link below the logo grid
  • Style

    • Updated hero messaging and page title copy across marketing pages
    • Simplified logo display into a responsive three-column grid, removed animated grouping, and widened the container for improved presentation

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 13, 2026

Warning

Rate limit exceeded

@jalafgani has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 11 minutes and 52 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

Walkthrough

This PR updates marketing content and layout across four files. It adds a "Customers" navigation link to the main header pointing to customer stories, changes the bento hero heading to "Build like a team of hundreds", simplifies the logo grid by removing AnimatedLogo and related grouping/delay logic in favor of a static multi-column grid, increases the logo container width, adds a centered "Read our case studies →" link, and updates the main page metadata and hero copy to new positioning text.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main changes: updating homepage messaging (hero headline, subtitle, and product section heading) and navigation (adding Customers link).
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Merge Conflict Detection ✅ Passed ✅ No merge conflicts detected when merging into main

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch add-customer-stories-nav

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🤖 Fix all issues with AI agents
In `@src/lib/layouts/Main.svelte`:
- Around line 116-119: The navLinks entry for label 'Customers' uses an absolute
URL which breaks environment consistency; update the navLinks array entry (the
object with label 'Customers' and href) to use a relative path instead (e.g.
change href from 'https://appwrite.io/blog/category/customer-stories' to
'/blog/category/customer-stories') so it behaves like the other nav items.

In `@src/routes/`(marketing)/(components)/logo-list.svelte:
- Around line 99-103: The {`#each`} block iterating over logos lacks a key which
triggers the svelte/require-each-key lint error; update the each block (the
logos iteration in logo-list.svelte) to include a stable key (e.g., use alt or
src) like: {`#each` logos as { src, alt, width, height } (alt)} so Svelte can
correctly reconcile DOM updates.
- Around line 106-111: The anchor in logo-list.svelte that renders "Read our
case studies →" uses an absolute href
"https://appwrite.io/blog/category/customer-stories"; change it to the relative
path "/blog/category/customer-stories" so non-production builds and local
environments route correctly; update the href attribute on that <a> element
accordingly and keep existing classes and text intact.
🧹 Nitpick comments (1)
src/routes/(marketing)/(components)/logo-list.svelte (1)

2-2: Remove unused browser import.

The browser variable is not referenced in this file. Remove the import statement to clean up unused dependencies.

- Add 'Customers' link to main navigation pointing to customer stories
- Update hero headline to 'Built for the first solocorn'
- Update hero subtitle to emphasize open-source backend and all features
- Change product section heading to 'Build like a team of hundreds'
- Update logo section to display 6 wide x 2 deep (all 12 logos visible)
- Add 'Read our case studies' link below logo section

Co-authored-by: Cursor <cursoragent@cursor.com>
@jalafgani jalafgani force-pushed the add-customer-stories-nav branch from 3ff6d62 to 2f6c4ad Compare February 13, 2026 00:37
jalafgani and others added 2 commits February 12, 2026 16:39
- Add key to each block for proper DOM reconciliation
- Use relative URL for customer stories link

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant