Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: updated open source page copy #1130

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions src/pages/open-source/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ export default function OpenSource() {
<StyledWrapper>
<Hero
heading="Apify open source"
description="Explore tools designed to streamline web scraping, browser automation, and proxy management."
description="Open-source tools and libraries created and maintained by Apify experts
to help you with web scraping, browser automation, and proxy management."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries, the new line won't be visible on the page.

/>
<Section>
<Banner useGradientBackground={false} className="banner">
Expand All @@ -119,7 +120,7 @@ export default function OpenSource() {
</Heading>
</div>
<Text size="big" color={theme.color.neutral.textMuted}>
Crawlee is a web scraping and browser automation library that helps you build reliable crawlers.
Crawlee is a fully open-source web scraping and browser automation library that helps you build reliable crawlers.
</Text>
</div>
<div className={clsx('bannerContentColumn', 'bannerContentActions')}>
Expand All @@ -138,11 +139,11 @@ export default function OpenSource() {
<Link to="https://github.com/apify/fingerprint-suite" className="otherCardsTitleLink">
<img width={24} src={useBaseUrl('/img/fingerprint-suite.svg')} />
<Heading type="titleXl" as="h3">
Fingerprint suit
Fingerprint suite
</Heading>
</Link>
<Text color={theme.color.neutral.textMuted} size="big">
Generate and inject browser fingerprints to avoid detection and enhance scraper stealth.
Generate and inject browser fingerprints to avoid detection and improve scraper stealth.
</Text>
</div>
<div>
Expand All @@ -169,7 +170,7 @@ export default function OpenSource() {
</Heading>
</Link>
<Text color={theme.color.neutral.textMuted} size="big">
A powerful extension for sending browser-like requests, essential for blending in with web traffic.
A powerful extension for sending browser-like requests and blending in with web traffic.
</Text>
</div>
<div>
Expand Down Expand Up @@ -217,7 +218,7 @@ export default function OpenSource() {
<Section
heading="Actor templates"
description="Actor templates help you quickly set up your web scraping projects.
Save development time and get immediate access to all the features that the Apify platform has to offer."
Save development time and get immediate access to all the features of the Apify platform."
headingAs="h2"
>
<div className="actorTemplates">
Expand Down
Loading