Skip to content

Commit bf92514

Browse files
customer quote
1 parent 23fa16b commit bf92514

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/hooks/productData/workflows.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ export const workflows = {
8585
description:
8686
'PostHog Workflows just lives on top of the event data and the amazing user data you already have. The setup was incredibly easy.',
8787
},
88+
croissant: {
89+
headline:
90+
'paired Workflows with Product Analytics, Web Analytics, and Surveys to power up their B2B motion',
91+
description:
92+
'Even at this early stage, Workflows is better for us than Zapier. It’s simpler, and it lets us move faster without adding another vendor to manage.',
93+
},
8894
},
8995
features: [
9096
{

src/pages/workflows/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ export default function Workflows(): JSX.Element {
107107
answersDescription: '',
108108
answersHeadline: '',
109109
},
110+
order: ['overview', 'features'],
110111
})
111112

112113
// Override the pricing slide with our custom component

0 commit comments

Comments
 (0)