diff --git a/src/layouts/Home/components/Hero.tsx b/src/layouts/Home/components/Hero.tsx index a658a518f..83c1d2a6b 100644 --- a/src/layouts/Home/components/Hero.tsx +++ b/src/layouts/Home/components/Hero.tsx @@ -20,7 +20,6 @@ export const Hero = () => { display: flex; justify-content: center; position: relative; - background: linear-gradient(207.81deg, #f5faff 54.98%, #fefffe 92.7%); padding: 5rem 10rem; ${p => mediaQuery('down', 'md', p.theme)} { padding: 5rem 4rem; @@ -69,7 +68,7 @@ export const Hero = () => { flex-direction: column; `} > - A new way to do voice overs. + Coqui is { text-fill-color: transparent; `} > - A better way. + shutting down.

{ } `} > - XTTS: local, on-premise, realistic, emotive{' '} - TTS through generative AI. -

-

mediaQuery('down', 'sm', p.theme)} { - font-size: 14px; - } - `} - > - Interested in a commercial license? -

-

mediaQuery('down', 'sm', p.theme)} { - font-size: 14px; - } - `} - > - Pricing starts at $1 per day. -

-

mediaQuery('down', 'sm', p.theme)} { - font-size: 14px; - } - `} - > - Read the FAQ. + Thank you for all your support!{' '} + + ❤️ +

{ justify-content: center; } `} - > - - - - - -
+ />
{ - return ( - <> - - - - ); + return ; }; export default HomeLayout; diff --git a/src/layouts/Root/components/Footer.tsx b/src/layouts/Root/components/Footer.tsx index 6b8d3b95a..8a7f76a92 100644 --- a/src/layouts/Root/components/Footer.tsx +++ b/src/layouts/Root/components/Footer.tsx @@ -117,138 +117,24 @@ const Footer: React.FC = ({ isSubscribing }) => { `} > {!isSubscribing && ( - <> - -
- p.theme.space.lg}; - width: ${p => p.theme.iconSizes.lg}; - height: ${p => p.theme.iconSizes.lg}; - color: ${p => p.theme.palette.moss}; - `} - /> -
- - -
- p.theme.space.lg}; - width: 30px; - height: 30px; - color: ${p => p.theme.palette.moss}; - margin-top: -2px; - `} - /> -
- - -
- p.theme.space.lg}; - width: ${p => p.theme.iconSizes.lg}; - height: ${p => p.theme.iconSizes.lg}; - color: ${p => p.theme.palette.moss}; - `} - /> -
- - +
-
- p.theme.space.lg}; - width: ${p => p.theme.iconSizes.lg}; - height: ${p => p.theme.iconSizes.lg}; - color: ${p => p.theme.palette.moss}; - `} - /> -
- - -
- p.theme.space.lg}; - width: 32px; - height: 32px; - color: ${p => p.theme.palette.moss}; - margin-top: -4px; - `} - /> -
- - -
p.theme.space.lg}; + width: ${p => p.theme.iconSizes.lg}; + height: ${p => p.theme.iconSizes.lg}; + color: ${p => p.theme.palette.moss}; `} - > - p.theme.space.lg}; - width: 45px; - height: 45px; - color: ${p => p.theme.palette.moss}; - margin-top: -10px; - `} - /> -
- - -
- p.theme.palette.moss}; - `} - /> -
- - + /> +
+ )}
@@ -275,14 +161,7 @@ const Footer: React.FC = ({ isSubscribing }) => { display: flex; flex-direction: column; `} - > -

Product

- - - XTTS - - - + />
= ({ isSubscribing }) => { display: flex; flex-direction: column; `} - > -

Company

- About us - Blog - Jobs -
+ />
{ ); }; -const MobileNavButton = ({ - isExpanded, - label, - icon, - ...other -}: { - isExpanded: boolean; - label: string; - icon: React.ReactNode; -} & HTMLAttributes) => { - return ( -
p.theme.space.base * 1.5}px; /* (header - button) x .5 */ - - ${p => mediaQuery('up', 'md', p.theme)} { - display: none; - } - `} - > - - {isExpanded ? : icon} - -
- ); -}; - const StyledMobileNavItem = styled.div` display: block; margin-top: ${p => p.theme.space.base * 2}px; @@ -196,33 +160,7 @@ const MobileNav = ({ background-color: ${p => p.theme.palette.tofu}; padding: ${p => p.theme.space.lg} ${p => p.theme.space.xxl}; `} - > - - FAQ - - { - window.location.href = item; - }} - > - - - p.theme.palette.tofu}; - `} - > - Use Cases - - - - - Video Games - Post Production - Dubbing - - - + /> ); }; @@ -253,41 +191,7 @@ const Header = ({}) => { display: none; } `} - > - FAQ - { - window.location.href = item; - }} - > - - - Use Cases - - - - Video Games - Post Production - Dubbing - - - - } - label="Global navigation" - isExpanded={isNavigationVisible} - onClick={() => { - setIsNavigationVisible(!isNavigationVisible); - }} /> - {isNavigationVisible && }
);