Skip to content

fix: restore product pages (incorporates #115) + accuracy fixes#117

Open
ruf-io wants to merge 10 commits into
mainfrom
fix/restore-product-pages-plus-review-fixes
Open

fix: restore product pages (incorporates #115) + accuracy fixes#117
ruf-io wants to merge 10 commits into
mainfrom
fix/restore-product-pages-plus-review-fixes

Conversation

@ruf-io

@ruf-io ruf-io commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator

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)

  • Removed a duplicated bullet ("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)

  • Autoscaling: "billing per active second" is not supported by the docs → "no compute cost while idle" (scale to zero).
  • Lakehouse sync: "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)

  • The Agent Bricks and Databricks Apps pages were showing Lakebase customer quotes (they literally named Lakebase), and the Apps testimonials heading read "Lakebase powers applications." Replaced with real, attributed quotes published on databricks.com:
    • Databricks Apps: Heather Gomer (SAE International), Lukas Heidegger (E.ON Digital Technology), Cesar Augusto Charalla Olazo (Addi) — product/databricks-apps.
    • Agent Bricks: Joseph Roemer (AstraZeneca), Roman Bugaev (Flo Health), Chris Nishnick (Lippert) — Agent Bricks launch press release.
  • The Lakebase page testimonials are unchanged — they were already real and Lakebase-specific.

Required before publish

  • Logo assets: placeholder SVG stubs for the new testimonial companies are committed at static/img/products/testimonials/ (sae-international.svg, eon.svg, addi.svg, astrazeneca.svg, flo-health.svg, lippert.svg) and registered in TestimonialsSlider. Paste the real brand logo SVGs into these files before publish — they currently render blank.
  • Verify quote wording: confirm the exact verbatim quote text and titles against the cited pages (some quotes appear in slightly trimmed forms across the press release vs. launch blog).

Known follow-ups (not changed here)

  • "No data duplication or reverse ETL" (Agent Bricks) — accurate at the lakehouse level but sourced from a different product's docs; left as-is.
  • "Independent autoscaling per replica" (Lakebase) — replicas are independent computes, but per-replica autoscaling is not explicitly documented; left as-is.

Authored by Claude Code (AI agent) on behalf of @andy.hattemer.

americano98 and others added 4 commits June 14, 2026 17:26
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
@ruf-io ruf-io changed the title fix: restore product pages (incorporates #115) + review fixes fix: restore product pages (incorporates #115) + accuracy fixes Jun 17, 2026
ruf-io added 6 commits June 17, 2026 10:28
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
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.

2 participants