This repository was archived by the owner on Apr 28, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 232
ENG-9201: Customer pages update #1792
Merged
Merged
Changes from 3 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
a835a0a
init
carlosabadia d828a1f
updates
carlosabadia b890a3a
Merge branch 'main' into carlos/new-customers-page
carlosabadia 80da715
bump and update actions
carlosabadia dc86a84
Merge branch 'main' into carlos/new-customers-page
carlosabadia c470817
Merge branch 'main' into carlos/new-customers-page
tgberkeley 6a8bd12
Merge branch 'main' into carlos/new-customers-page
Alek99 42ae41b
Merge branch 'main' into carlos/new-customers-page
carlosabadia 30ac995
bump
carlosabadia d6be164
Merge branch 'main' of https://github.com/reflex-dev/reflex-web into …
carlosabadia 728a18a
bump
carlosabadia f2fa26a
Merge branch 'main' of https://github.com/reflex-dev/reflex-web into …
carlosabadia 296441c
update the palette
carlosabadia 657209b
followups
carlosabadia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| import reflex as rx | ||
|
|
||
| from pcweb.pages.customers.views import book_a_demo, companies, hero | ||
| from pcweb.templates.marketing_page import marketing_page | ||
|
|
||
|
|
||
| @marketing_page( | ||
| path="/customers", | ||
| title="Reflex Customer Stories - Case Studies", | ||
| description="Case studies: Bayesline, SellerX, and Ansa use Reflex to build production Python web apps. Real success stories.", | ||
| ) | ||
| def customers() -> rx.Component: | ||
| return rx.el.div( | ||
| hero(), | ||
| rx.el.hr( | ||
| class_name="w-full border-t border-m-slate-4 dark:border-m-slate-9", | ||
| ), | ||
| companies(), | ||
| book_a_demo(), | ||
| class_name="flex flex-col w-full justify-center items-center", | ||
| ) |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.