fix: restore product pages (incorporates #115) + accuracy fixes#117
Open
ruf-io wants to merge 10 commits into
Open
fix: restore product pages (incorporates #115) + accuracy fixes#117ruf-io wants to merge 10 commits into
ruf-io wants to merge 10 commits into
Conversation
The "Serverless app hosting" feature listed "Built-in routing, TLS, and app URLs" twice. Replace the duplicate with a distinct, docs-supported capability (automatic dependency builds/deploys from source). Co-authored-by: Isaac
Reword claims that are unsupported or overstated relative to docs.databricks.com: - Lakebase autoscaling: "billing per active second" -> "no compute cost while idle" (per scale-to-zero docs) - Lakebase Lakehouse sync: "Two-way" -> "Inbound and outbound" (two separate one-directional features, not one bidirectional pipeline) - Agent Bricks routing: drop "route each task to the best-fitting model" (docs describe fallback/load-balancing, not per-task selection); route by cost/performance/availability - Databricks Apps hosting: "routing" -> documented TLS/HTTPS app URLs (routing is not a documented feature term) Co-authored-by: Isaac
The Agent Bricks and Databricks Apps pages displayed Lakebase customer quotes (which literally name Lakebase). Replace them with real, attributed quotes published on databricks.com: - Databricks Apps: SAE International (Heather Gomer), E.ON Digital Technology (Lukas Heidegger), Addi (Cesar Augusto Charalla Olazo) - https://www.databricks.com/product/databricks-apps; also fix the testimonials heading (was "Lakebase powers applications"). - Agent Bricks: AstraZeneca (Joseph Roemer), Flo Health (Roman Bugaev), Lippert (Chris Nishnick) - Agent Bricks launch press release. Register the new companies in TestimonialsSlider with placeholder logo paths and a TODO; real brand SVGs must be added to /static/img/products/testimonials/ before publish or the logos will 404. Lakebase page testimonials are unchanged (already real and correct). Co-authored-by: Isaac
Empty/valid SVG stubs for the new testimonial companies so the brand logos can be pasted in directly. Replace each with the real logo before publish (paths are already registered in TestimonialsSlider). Co-authored-by: Isaac
Replace the Lippert placeholder with the real brand SVG and set its registered display width to 160 to match the logo's viewBox. Co-authored-by: Isaac
Replace the Addi, Flo Health, and E.ON placeholders with the real brand SVGs and set their registered display widths to match each logo's viewBox (Addi 128, Flo Health 104, E.ON 160). Co-authored-by: Isaac
Replace the AstraZeneca placeholder with the real brand SVG and set its registered display width to 193 to match the logo's aspect ratio at the slider's tallest breakpoint. All six testimonial logos are now real. Co-authored-by: Isaac
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What
This branch carries all the changes from #115 (restoring the Lakebase, Agent Bricks, and Databricks Apps product pages, homepage feature links, and nav entries — by Nick Bazarov / @americano98) plus content-accuracy fixes on top, found by reviewing the page copy against docs.databricks.com.
Accuracy fixes added on top of #115
Databricks Apps (
databricks-apps.ts)"Built-in routing, TLS, and app URLs"appeared twice)."routing"is not a documented Apps feature term → reworded to documented TLS / automatic HTTPS app URLs (key concepts).Lakebase (
lakebase.ts)"billing per active second"is not supported by the docs → "no compute cost while idle" (scale to zero)."Two-way"implied one bidirectional pipeline; docs describe two separate one-directional features → "Inbound and outbound" (lakehouse sync, synced tables).Agent Bricks (
agent-bricks.ts)"route each task to the best-fitting model"overstated the capability → reworded to route by cost, performance, or availability (AI Gateway).Testimonials (
agent-bricks.ts,databricks-apps.ts,testimonials-slider.tsx)Required before publish
static/img/products/testimonials/(sae-international.svg,eon.svg,addi.svg,astrazeneca.svg,flo-health.svg,lippert.svg) and registered inTestimonialsSlider. Paste the real brand logo SVGs into these files before publish — they currently render blank.Known follow-ups (not changed here)
Authored by Claude Code (AI agent) on behalf of @andy.hattemer.