Skip to content

Commit

Permalink
copy edits
Browse files Browse the repository at this point in the history
  • Loading branch information
thib-martin committed Feb 20, 2025
1 parent 0b938c2 commit ddaf751
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const Hero: HeroProps = {
};

export const Benefits: BenefitsProps = {
sectionTitle: "Unlock the full potential of your data teams ",
sectionTitle: "Reduce toil, scale data education and deepen exploration",
items: [
{
icon: MagicIcon,
Expand Down Expand Up @@ -146,9 +146,9 @@ export const UseCases: UseCaseProps = {
"Customize and automate tasks without writing a single line of code.",
items: [
{
title: "Analytics self-service",
title: "Self-serve analytics",
content:
"Execute complex data queries and generate visualizations automatically, answering business questions instantly.",
"Execute complex data queries and generate visualizations automatically to answer business questions instantly.",
images: ["/static/landing/solutions/analytics1.png"],
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const UseCases: UseCaseProps = {
{
title: "First responder",
content:
"Answer engineering questions across Slack, Github and JIRA using your internal documentation, keeping teams focused.",
"Fix code errors by retrieving internal documentation, updates, and Slack discussions. Stay focused on your core work.",
images: ["/static/landing/solutions/eng1.png"],
},
{
Expand All @@ -164,9 +164,9 @@ export const UseCases: UseCaseProps = {
images: ["/static/landing/solutions/eng3.png"],
},
{
title: "Post-mortem assistant",
title: "FAQueen",
content:
"Create thorough post-mortems following company practices, with automated context from previous incidents and changes.",
"Chat with any technical documentation to quickly find answers and follow step-by-step guidance.",
images: ["/static/landing/solutions/eng4.png"],
},
],
Expand Down
5 changes: 2 additions & 3 deletions front/components/home/content/Solutions/configs/itConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ export const pageSettings: pageSettingsProps = {
to: "to-cyan-500",
description: (
<>
Scale IT support, automate routine requests, and keep your organization
running smoothly.
Scale IT support, automate routine requests, and keep your IT desk clean.
</>
),
};
Expand Down Expand Up @@ -102,7 +101,7 @@ export const Hero: HeroProps = {
};

export const Benefits: BenefitsProps = {
sectionTitle: "Transform your IT support into a self-service powerhouse",
sectionTitle: "Create IT agents that knows your systems inside out",
items: [
{
icon: MagicIcon,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const UseCases: UseCaseProps = {
images: ["/static/landing/solutions/legal2.png"],
},
{
title: "Legal research",
title: "Regulatory Change Management",
content:
"Search through case law and monitor regulatory updates to ensure ongoing compliance.",
images: ["/static/landing/solutions/legal3.png"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const UseCases: UseCaseProps = {
images: ["/static/landing/solutions/content3.png"],
},
{
title: "Competitor tracking",
title: "Market Intelligence",
content:
"Monitor market movements and competitor activities to inform your content strategy.",
images: ["/static/landing/solutions/content4.png"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ export const UseCases: UseCaseProps = {
"Customize and automate tasks without writing a single line of code.",
items: [
{
title: "Meeting assistant",
title: "Meeting summaries",
content:
"Convert meeting recordings into structured, actionable summaries within seconds.",
"Automatically convert transcripts into a summary of key decisions, owner assignments, and deadlines.",
images: ["/static/landing/solutions/productivity1.png"],
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export const UseCases: UseCaseProps = {
{
title: "Prospect questions",
content:
"Auto-complete security forms & RFPs with up-to-date company information.",
"Answer prospect questions and RFPs instantly with fresh, expert insights on products, competitors, and security.",
images: ["/static/landing/solutions/sales3.png"],
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ export const UseCases: UseCaseProps = {
images: ["/static/landing/solutions/support3.png"],
},
{
title: "Customer insights",
title: "Ticket insights",
content:
"Identify trends from customer feedback, helping teams proactively improve service and satisfaction.",
"Turn support interactions into learning opportunities that enhance your offering and service standards.",
images: ["/static/landing/solutions/support4.png"],
},
],
Expand Down Expand Up @@ -242,7 +242,7 @@ export const AssistantExamples: SolutionSectionAssistantBlockProps[] = [
{
emoji: "💡",
backgroundColor: "bg-sky-300",
name: "@CSInsights",
name: "@ticketInsights",
description: (
<>
Identifies trends from customer feedback, helping teams proactively
Expand Down

0 comments on commit ddaf751

Please sign in to comment.