Skip to content

Commit

Permalink
refactor: description in landing
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Apr 22, 2024
1 parent 6a7f992 commit 105a26f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Footer: FC = (): JSX.Element => {
<Logo />
</FooterLogoWrapper>
<Box display='flex' justifyContent='center' alignItems='center' flexWrap='nowrap' sx={{ mt: 1 }}>
<Link href={FACEBOOK} target='_blank' rel='noreferrer'>
{/* <Link href={FACEBOOK} target='_blank' rel='noreferrer'>
<FooterSocialItem>
<IconBrandFacebook stroke={1} />
</FooterSocialItem>
Expand All @@ -56,7 +56,7 @@ const Footer: FC = (): JSX.Element => {
<FooterSocialItem>
<IconBrandInstagram stroke={1} />
</FooterSocialItem>
</Link>
</Link> */}
<Link href={TELEGRAM} target='_blank' rel='noreferrer'>
<FooterSocialItem>
<IconBrandTelegram stroke={1} />
Expand All @@ -67,16 +67,16 @@ const Footer: FC = (): JSX.Element => {
<IconBrandReddit stroke={1} />
</FooterSocialItem>
</Link>
<Link href={DISCORD} target='_blank' rel='noreferrer'>
{/* <Link href={DISCORD} target='_blank' rel='noreferrer'>
<FooterSocialItem>
<IconBrandDiscord stroke={1} />
</FooterSocialItem>
</Link>
<Link href={MEDIUM} target='_blank' rel='noreferrer'>
</Link> */}
{/* <Link href={MEDIUM} target='_blank' rel='noreferrer'>
<FooterSocialItem>
<IconBrandMedium stroke={1} />
</FooterSocialItem>
</Link>
</Link> */}
<Link href={MATRIX} target='_blank' rel='noreferrer'>
<FooterSocialItem>
<IconBrandMatrix sx={{ width: '1.8em' }} />
Expand Down
6 changes: 3 additions & 3 deletions src/i18n/langs/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"LANDING_JOIN_US_1_TITLE":"Meet 0xBlockbuster",
"LANDING_JOIN_US_1_TITLE_2":" Invest in talent!",
"LANDING_JOIN_US_1_SUBTITLE":"Shine with your work while renting your movies directly to consumers, transforming each viewing into tangible benefits for you. Immerse yourself in an environment with clear and fair income, without intermediaries that detract from your profits. Get ready to see how Your creations not only capture attention, but are also highly valued and rewarded.",
"LANDING_JOIN_US_1_SUBTITLE_2":"And yes, if you thought of that old and forgotten blockbuster, you were right; it is a nod to blockbuster and blockchain.",
"LANDING_JOIN_US_1_SUBTITLE_2":"<< And if you thought of that old and forgotten blockbuster, you were right; it is a nod to blockbuster, and blockchain. >>",
"LANDING_JOIN_US_2_TITLE":"Distribution in your hands",
"LANDING_JOIN_US_2_SUBTITLE": "As a filmmaker at Watchit, you have complete control over the distribution of your film. Our platform applies the concept of \"sufficiently decentralized\" which suggests the use of smart contracts to establish a record on the blockchain that allows you to decide how and where your film will be distributed to the audience without censorship and safely.",
"LANDING_JOIN_US_2_SUBTITLE": "As a filmmaker, you wield full control over the distribution of your film. Our platform embodies the concept of being \"sufficiently decentralized\", leveraging smart contracts to establish a blockchain record. This empowers you to dictate the how and where of your film's distribution to the audience, free from censorship and securely.",
"LANDING_APP_FILMS":"Films",
"LANDING_APP_EXPLORE":"Explore All",
"LANDING_APP_TITLE":"Explore our apps",
"LANDING_APP_SUBTITLE":"We bring the magic of independent cinema right to your screen. Whether you're a producer looking to showcase your latest work or a viewer eager for cinematic discoveries, our custom apps have you covered. Available for web browsers, desktops (Mac, Windows, Linux), mobile phones (iOS, Android) and smart TVs, we guarantee that your movies shine on any platform.",
"LANDING_APP_SUBTITLE":"We bring the magic of independent cinema right to your screen. Whether you're a producer looking to showcase your latest work or a viewer eager for cinematic discoveries, our apps have you covered. Available for web browsers, desktops (Mac, Windows, Linux), mobile phones (iOS, Android) and smart TVs, we guarantee that your movies shine on any platform.",
"LANDING_COIN_SUBTITLE":"The WVC token is the utility and governance token of the Watchit ecosystem that rewards holders with Watchit earnings and allows holders to vote on changes to project parameters.",
"LANDING_COIN_COMING_SOON":"Coming Soon",
"LANDING_PARTNERS_TITLE":"Partners",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/langs/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"LANDING_JOIN_US_1_TITLE":"Conoce 0xBlockbuster",
"LANDING_JOIN_US_1_TITLE_2":"Invierte en talento!",
"LANDING_JOIN_US_1_SUBTITLE":"Brilla con tu trabajo mientras rentas tus películas directamente a los consumidores, transformando cada visualización en beneficios tangibles para ti. Sumérgete en un ambiente con ingresos claros y justos, sin intermediarios que resten valor a tus ganancias. Prepárate para ver cómo tus creaciones no solo capturan la atención, sino que también son altamente valoradas y recompensadas.",
"LANDING_JOIN_US_1_SUBTITLE_2":"Y sí, si pensaste en ese viejo y olvidado blockbuster, acertaste; es un guiño a blockbuster y a los blockchain.",
"LANDING_JOIN_US_1_SUBTITLE_2":"<< Y sí, si pensaste en ese viejo y olvidado blockbuster, acertaste; es un guiño a blockbuster y a los blockchain. >>",
"LANDING_JOIN_US_2_TITLE":"Distribución en tus manos",
"LANDING_JOIN_US_2_SUBTITLE":"Como cineasta en Watchit, tienes el mando absoluto sobre la distribución de tu película. Nuestra plataforma aplica el concepto de \"suficientemente desentralizado\" que sugiere el uso de los contratos inteligentes para establecer un registro en el blockchain que te permita decidir como y donde se distribuirá tu película a la audiencia sin censuras y de manera segura.",
"LANDING_APP_FILMS":"Películas",
Expand Down

0 comments on commit 105a26f

Please sign in to comment.