Skip to content

Commit

Permalink
Features - Updated Copy
Browse files Browse the repository at this point in the history
  • Loading branch information
H authored and H committed Jul 31, 2023
1 parent 6f835cf commit d4af215
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/PrimaryFeatures.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ import { Modal, ModalOverlay, ModalContent, ModalHeader, ModalFooter, ModalBody,

const features = [
{
title: "Predict issues before they emerge",
title: "Spot issues before they emerge",
description:
"Instantly evaluate downstream effects before finalizing any merges, right from Pull Requests! Say goodbye to breaking changes in Prod!",
image: "/images/features/pull-request-piperider-report-github-downstream-impact.png", // import screenshotPayroll from "@/images/screenshots/run_report.png"; "@/images/screenshots/run_report.png"; // To make images 'Bigger', make the aspect ratio taller.
},
{
title: "Birds eye view of unforeseen impacts",
title: "Know where impacts come from",
description:
"Seize control over your data quality! Identify and rectify unexpected impacts swiftly with our sophisticated Lineage Diff!",
image: "/images/features/lineage-diff-piperider.png",
},
{
title: "Build trust with transparency",
description:
"Keep users informed of upcoming changes that matter to them. Automate alerts on business-critical assets like dbt Metrics, Exposures and BI Dashboards!",
"Keep stakeholders informed of upcoming changes that matter to them. Automate alerts on business-critical assets like dbt Metrics, Exposures and BI Dashboards!",
image: "/images/features/downstream-notification-piperider.png",
},
];
Expand Down

0 comments on commit d4af215

Please sign in to comment.