Skip to content

update content on homepage #2036

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

Merged
merged 2 commits into from
Feb 2, 2024
Merged
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
14 changes: 7 additions & 7 deletions packages/www/components/Site/OneAPI/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ const workflows = [
</Text>
),
list: [
{
heading: "10x viewer engagement through realtime live streaming",
subheading:
"Build rich interactive live streaming experiences, enabled by sub 1-second latency and near-perfect uptime.",
},
{
heading: "Go live effortlessly from any source",
subheading:
Expand All @@ -36,14 +41,9 @@ const workflows = [
"See performance data to understand audience demographics, engagement and improve your viewers’ experience.",
},
{
heading: "Build near realtime livestreaming experiences",
subheading:
"Enabling natural interactive experiences between audiences and content creators with sub-second latency.",
},
{
heading: "Choose near-realtime for improved performance",
heading: "Reach a global audience through auto scaling",
subheading:
"Ultra-low latency live streaming offers near-perfect uptime, as low as half a second, for a world-class viewing experience.",
"Enable high performance geographic coverage at a global scale, without managing any infrastructure.",
},
],
},
Expand Down