Skip to content

Commit

Permalink
Merge branch 'development' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
reuben committed Nov 10, 2023
2 parents ad995d2 + 654f533 commit f6e3d05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions src/layouts/Home/components/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -371,12 +371,8 @@ export const Features = ({}) => {
description="Organize and keep control of your work in projects."
/>
<FeatureDescription
title={
<span css="display: flex; align-items: center;">
Script Imports <ComingSoonBadge />
</span>
}
description="Import your scripts into Coqui Studio start voicing it in seconds."
title="Script Imports"
description="Import your scripts into Coqui Studio and start voicing them in seconds."
/>
<FeatureDescription
title={
Expand Down
4 changes: 2 additions & 2 deletions src/layouts/Home/components/PricingTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ const StandardFeatures = ({ additionalCredits }: { additionalCredits: ReactNode
<span>Directable Voice Intonation</span>
<span>Directable Voice Intensity</span>
<span>API Access</span>
<span>Support for 7 languages</span>
<span>Support for 16 languages</span>
</FeatureList>
);

Expand Down Expand Up @@ -509,7 +509,7 @@ export const PricingTable = () => {
<span>Directable Voice Pacing</span>
<span>Directable Voice Intonation</span>
<span>Directable Voice Intensity</span>
<span>Support for 7 languages</span>
<span>Support for 16 languages</span>
</FeatureList>
<ClientSide>
<a href={signupLink}>
Expand Down

0 comments on commit f6e3d05

Please sign in to comment.