Skip to content

Commit 4f042f9

Browse files
committed
Sizing adjustments with real copy
1 parent 4f9643a commit 4f042f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/FeatureHero.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ export function FeatureHero({feature}) {
5656
<div className="w-full flex flex-col md:flex-row md:space-x-6 md:items-center">
5757
<div className="flex-1 p-4">
5858
<div className="md:p-8 max-w-md md:mx-auto">
59-
<h1 className="text-4xl md:text-6xl font-display mb-2 text-white leading-none">{feature.title}</h1>
59+
<h1 className="text-4xl font-display mb-2 text-white leading-tight">{feature.title}</h1>
6060
<p className="text-gray-200 leading-relaxed my-6">{feature.description}</p>
6161
<div className="">
6262
<Button
6363
borderRadius="full"
64-
className="px-12"
64+
px="6"
6565
onClick={() => {
6666
track("[Action] Click CTA - Feature Hero");
6767
openGetStartedModal();

src/pages/feature-template.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ export default function DiscordPage() {
4747
<Header />
4848
<main>
4949
<FeatureHero feature={{
50-
title: "Spot issues before they emerge",
51-
description: "Instantly evaluate downstream effects before finalizing any merges, right from Pull Requests! Say goodbye to breaking changes in Prod!",
50+
title: "See Data Impacts in Pull Requests. Catch issues before merging.",
51+
description: "Instantly spot critical data impacts as part of your everyday workflow.",
5252
image: "/images/features/pull-request-piperider-report-github-downstream-impact.png",
5353
}}/>
5454
<FeatureFeatures features={

0 commit comments

Comments
 (0)