Skip to content

Commit 233743f

Browse files
committed
fix(homepage): copy edits, more breakpoints for carousel; circle favicon
1 parent 67b6c75 commit 233743f

File tree

9 files changed

+16
-202
lines changed

9 files changed

+16
-202
lines changed

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ module.exports = {
385385
background_color: '#ffffff',
386386
theme_color: '#2f5bea',
387387
display: 'minimal-ui',
388-
icon: 'static/mark.svg'
388+
icon: 'static/favicon.svg'
389389
}
390390
},
391391
{

src/components/homepage/Benefits.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Benefits() {
1717
id="modular"
1818
subHeader="Modular"
1919
header="Develop Across Platforms Using One API"
20-
text="Managing voice interfaces across embedded, mobile, and the web can be complicated, time-consuming, and expensive. With Spokestack, spend more time helping customers and less time managing platforms."
20+
text="Managing voice interfaces across embedded, mobile, and the web can be complicated, time-consuming, and expensive. With Spokestack, spend more time building voice-powered features for your customers and less time managing platforms."
2121
image={
2222
<img
2323
css={styles.mobileDiagram}
@@ -67,11 +67,11 @@ export default function Benefits() {
6767
<Fragment>
6868
<p className="title">
6969
Spokestack&apos;s, er, stack, has all the voice technology
70-
features you could want, but doesn&apos;t make you use any that
71-
you don&apos;t need. Voice activity detection that triggers when
72-
human speech is heard, wake word activation on your custom
73-
phrases, keyword recognition of just the commands you define,
74-
automatic speech recognition choices, natural language
70+
features you could want, but its modular design doesnt make you
71+
use any that you dont need. Voice activity detection that
72+
triggers when human speech is heard, wake word activation on your
73+
custom phrases, keyword recognition of just the commands you
74+
define, automatic speech recognition choices, natural language
7575
understanding of intents and slots, and text-to-speech voices
7676
unique to you.
7777
</p>

src/components/homepage/News.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function News() {
2626
<div id="news" className="ie-fix" css={styles.container}>
2727
<h2>News &amp; Tutorials</h2>
2828
<p className="title">
29-
Stay informed and learn to build your own Independent Voice Assistant
29+
The latest tutorials, low-code integrations, and Spokestack news
3030
</p>
3131
<div className="ie-fix" css={styles.content}>
3232
{sortPosts(posts).map((edge) => {

src/components/homepage/Problems.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default function Problems() {
6161
<ProblemCard
6262
full
6363
title="Can't Customize"
64-
description="Can your software listen when a user runs it? Can you only speak to users in &ldquo;Siri Voice&rdquo;? Is the platform wake word the only way to open your app?"
64+
description="Can your software listen when a user runs it? Can you only speak to users in &ldquo;Siri Voice&rdquo;? Is the platform wake word the only way to activate your app?"
6565
image={
6666
<StaticImage
6767
width={1086}

src/components/homepage/Solution.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ import React from 'react'
33
import { StaticImage } from 'gatsby-plugin-image'
44
import { css } from '@emotion/react'
55

6-
const carouselBreakpoints = [750, 980, 1080, 1120, 1240]
6+
const carouselBreakpoints = [750, 980, 1080, 1240, 1366, 1920]
77

88
export default function Solution() {
99
return (
1010
<div id="solution" className="ie-fix" css={styles.solution}>
1111
<h2>Spokestack Maker</h2>
1212
<p>
13-
Developers and hobbyists use Spokestack to prototype projects before
14-
committing to training a universal wake word/keyword model or
13+
Startups, developers, and hobbyists use Spokestack to prototype projects
14+
before committing to training a universal wake word/keyword model or
1515
studio-quality TTS voice.
1616
</p>
1717
<Carousel

src/components/homepage/Video.tsx

Lines changed: 0 additions & 129 deletions
This file was deleted.

static/favicon.svg

Lines changed: 4 additions & 0 deletions
Loading

static/poster.svg

Lines changed: 0 additions & 61 deletions
This file was deleted.

static/poster_2x.png

-1.93 MB
Binary file not shown.

0 commit comments

Comments
 (0)