Skip to content

Commit

Permalink
Update index.js (#1419)
Browse files Browse the repository at this point in the history
* Update index.js

Updated with changes to copy length as requested by @dtuite

* Update src/pages/index.js

Co-authored-by: David Tuite <[email protected]>

* Update src/pages/index.js

Co-authored-by: David Tuite <[email protected]>

* Update src/pages/index.js

Co-authored-by: David Tuite <[email protected]>

* Update src/pages/index.js

Co-authored-by: David Tuite <[email protected]>

---------

Co-authored-by: David Tuite <[email protected]>
  • Loading branch information
jianreis and dtuite authored Oct 30, 2024
1 parent e9d57c7 commit c5e748b
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,13 @@ const PRODUCT = {
features: [
{
title: 'Eliminate the Guesswork',
description: 'One catalog for services. Instant visibility, zero confusion',
description: 'One service catalog. Instant visibility, zero confusion',
illustration: {
png: CatalogImg,
alt: '',
},
paragraphs: [
'Say goodbye to endless searching with Roadie’s software catalog. Discover and ingest all your organization’s microservices, APIs, resources, and teams into one centralized place. You’ll never have to wonder what exists or who owns it again.',
'Integrate documentation with code to create a single source of truth for every entity in your ecosystem - forget tribal knowledge. Easily keep everything up-to-date, discoverable, and accessible, reducing errors and ensuring everyone is on the same page.'
'Centralize software, APIs, resources, and teams in one place. End the guesswork around what exists and who owns it. Keep documentation up-to-date with a centralized docs-like-code approach.',
],
},
{
Expand All @@ -76,8 +75,7 @@ const PRODUCT = {
alt: '',
},
paragraphs: [
'Service templates are blueprints for golden paths to production - they enforce security and compliance with baked-in best practices, so developers can launch services consistently and confidently.',
'With service templates your team can deploy faster and autonomously without bottlenecks, so developers can get code and infrastructure live faster with no need to wait for manual approvals or ops intervention.'
'Service templates enforce security and compliance with best practices, allowing developers to deploy autonomously and consistently. Launch faster without bottlenecks — no need for manual approvals.',
],
},
{
Expand All @@ -88,20 +86,18 @@ const PRODUCT = {
alt: '',
},
paragraphs: [
'Set engineering standards and create a culture of accountability with software checks that automatically ensure software meets expectations for security, compliance, and deployment. _Roadie Checks_ catch quality issues before they become problems.',
'With Tech Insights, track quantitative metrics and gain visibility into the overall health of your systems. Identify bottlenecks, improve efficiency, and ensure your entire organization is consistently delivering high-quality software at speed.'
'Set engineering standards and automate checks for security, compliance, and deployment quality. Track key metrics, identify bottlenecks, and maintain high-quality software delivery.',
],
},
{
title: 'Out-Of-The-Box Ready and Endlessly Extensible',
description: 'Start quickly. Go further with the the Backstage community',
description: 'Start quickly. Go further. With the Backstage community',
illustration: {
png: ExtensibleImg,
alt: '',
},
paragraphs: [
'Get a SaaS internal developer portal, built on Backstage, that’s ready-to-go from day one. Fast deployment and seamless integrations mean lower operational overhead and faster time to value, so your teams can focus on building, not managing infrastructure.',
'Ready to expand? Tap into the power of the Backstage ecosystem. With 100+ plugins and thousands of contributors, scale and customize your platform to meet your needs, while keeping total cost of ownership low.'
'Roadie’s portal is ready on day one. Fast setup, seamless integrations, and access to 100+ Backstage plugins to help you grow quickly without the overhead.',
],
},
],
Expand Down

0 comments on commit c5e748b

Please sign in to comment.