Skip to content

Update platform website contents (#12434)#12435

Open
yasmoradi wants to merge 1 commit into
bitfoundation:developfrom
yasmoradi:12434
Open

Update platform website contents (#12434)#12435
yasmoradi wants to merge 1 commit into
bitfoundation:developfrom
yasmoradi:12434

Conversation

@yasmoradi

@yasmoradi yasmoradi commented Jun 10, 2026

Copy link
Copy Markdown
Member

closes #12434

Summary by CodeRabbit

Release Notes

  • Chores
    • Updated customer reference URLs across the platform
    • Refreshed messaging and section labels on home and demo pages

@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 78334bca-50b9-4c94-af2d-d1d608153a6c

📥 Commits

Reviewing files that changed from the base of the PR and between 57a0e68 and 83fe94f.

📒 Files selected for processing (3)
  • src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/CustomerCarousel.razor
  • src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/DemosPage.razor
  • src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Home/HomePage.razor

Walkthrough

Three Razor component pages are updated with BOM character cleanup, customer carousel content changes (Antargyan URL domain and Functionland description), and rebranded customer section headings across the website.

Changes

Website content and customer section updates

Layer / File(s) Summary
BOM and page directive normalization
src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/CustomerCarousel.razor, src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/DemosPage.razor, src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Home/HomePage.razor
Removes leading BOM characters from the @page directives in all three Razor components.
Customer carousel content updates
src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/CustomerCarousel.razor
Updates the Antargyan customer link domain from .com to .ai and replaces the Functionland slide's GitHub reference with a statement about data control.
Customer section heading rebranding
src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/DemosPage.razor, src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Home/HomePage.razor
Changes customer section heading text from "Our customers" to "Built with bitplatform" across DemosPage and HomePage, and updates the homepage headline to "see what teams are shipping".

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

A carousel twirls with a link reborn,
From .com dreams to .ai morn,
Our customers now ship what they make—
Built with bitplatform, for goodness' sake!
BOMs begone, the pages are clean. 🐰✨

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Linked Issues check ❓ Inconclusive The linked issue #12434 provides no specific coding requirements or objectives to validate against, making compliance assessment impossible. Provide detailed requirements in issue #12434 such as specific text changes, link updates, or styling objectives to enable compliance validation.
✅ 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 'Update platform website contents' directly reflects the changeset, which updates text and links in multiple website component files.
Out of Scope Changes check ✅ Passed All changes involve website content updates (text, links, BOM removal) consistent with the PR's stated objective to update platform website contents.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates marketing copy on the Platform website to improve how customer usage of bitplatform is presented, addressing issue #12434.

Changes:

  • Updates “Our customers” wording to “Built with bitplatform” on Home and Demos pages.
  • Refreshes hero/section headline text on the Home page customer section.
  • Updates one customer link (Antargyan) and trims copy in the customer carousel.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Home/HomePage.razor Updates customer section title and headline copy on the home page.
src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/DemosPage.razor Renames the customer section heading to match the updated branding.
src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/CustomerCarousel.razor Updates a customer URL and adjusts customer description text.

<BitCarouselItem>
<BitText Typography="BitTypography.H6" Class="text-subtitle">
<a class="customer-link" href="https://www.antargyan.com/" target="_blank">
<a class="customer-link" href="https://www.antargyan.ai/" target="_blank">
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.

Platform website contents need improvement

2 participants