Skip to content

Commit

Permalink
Merge pull request #39 from ZorrillosDev/landing/refactor/redaction
Browse files Browse the repository at this point in the history
refactor: redaction of the landing sections to express the movie renting
  • Loading branch information
geolffreym authored Apr 20, 2024
2 parents 1fffe29 + 7dfaff4 commit 6a7f992
Show file tree
Hide file tree
Showing 12 changed files with 36,509 additions and 27,060 deletions.
63,091 changes: 36,246 additions & 26,845 deletions package-lock.json

Large diffs are not rendered by default.

50 changes: 23 additions & 27 deletions src/config/roadmap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface RoadmapSection {

export const RoadMapSections: RoadmapSection[] = [
{
title: '2023 Q3',
title: '2024 Q1',
color: '#5EC363',
items: [
{
Expand All @@ -19,85 +19,81 @@ export const RoadMapSections: RoadmapSection[] = [
name: 'LANDING_ROADMAP_DESKTOP_DESIGN',
done: true
}

]
},
{
title: '2024 Q1',
title: '2024 Q2',
color: '#47BC9F',
items: [
{
name: 'LANDING_ROADMAP_MOBILE_TV_DESIGN',
name: 'LANDING_ROADMAP_ALPHA_WEB_APP',
done: false
},
{
name: 'LANDING_ROADMAP_ALPHA_WEB_APP',
name: 'LANDING_ROADMAP_ALPHA_DESKTOP_APP',
done: false
},
{
name: 'LANDING_ROADMAP_ALPHA_DESKTOP_APP',
name: 'LANDING_ROADMAP_ALPHA_MOBILE_APP_START',
done: false
}
},
]
},
{
title: '2024 Q2',
title: '2024 Q3',
color: '#1E91CF',
items: [
{
name: 'LANDING_ROADMAP_ALPHA_MOBILE_APP_FINISH',
done: false
},
{
name: 'LANDING_ROADMAP_ALPHA_TV_APP',
done: false
},
{
name: 'LANDING_ROADMAP_ALPHA_MOBILE_APP',
name: 'LANDING_ROADMAP_DISTRIBUTION_CONTRACT',
done: false
},
{
name: 'LANDING_ROADMAP_NFT_CONTRACT',
done: false
}
]
},
{
title: '2024 Q3',
title: '2024 Q4',
color: '#8B58C6',
items: [
{
name: 'LANDING_ROADMAP_DISTRIBUTION_CONTRACT',
name: 'LANDING_ROADMAP_BLOCKBUSTER',
done: false
},
{
name: 'LANDING_ROADMAP_ALPHA_MARKETPLACE',
name: 'LANDING_ROADMAP_DISTRIBUTION_NODE',
done: false
}
]
},
{
title: '2024 Q4',
title: '2025 Q1',
color: '#FE9900',
items: [
{
name: 'LANDING_ROADMAP_GOVERNANCE_TOKEN',
done: false
},
{
name: 'LANDING_ROADMAP_WVC',
done: false
},
{
name: 'LANDING_ROADMAP_BETA_MARKETPLACE',
name: 'LANDING_ROADMAP_BLOCKBUSTER_TESTNET',
done: false
}
]
},
{
title: '2025 +',
title: '2025 Q2',
color: '#BF1461',
items: [
{
name: 'LANDING_ROADMAP_MULTI_LANGUAGE',
done: false
},
{
name: 'LANDING_ROADMAP_PRODUCTION_MARKETPLACE',
done: false
},
{
name: 'LANDING_ROADMAP_PRODUCTION_MULTI_PLATFORM_APPS',
done: false
Expand Down
39 changes: 22 additions & 17 deletions src/i18n/langs/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,21 @@
"LANDING_MENU_TWITTER":"Twitter",
"LANDING_MENU_DISCORD":"Discord",
"LANDING_MENU_DOCS":"Docs",
"LANDING_MAIN_TITLE":"Sell, Buy and Watch!",
"LANDING_MAIN_SUBTITLE":"Watchit was built to revolutionize the film industry, connecting filmmakers, investors, and fans.",
"LANDING_MAIN_TITLE":"What is watchit?",
"LANDING_MAIN_SUBTITLE":"Watchit, an ecosystem that offers a secure, decentralized and equitable streaming experience, is poised to transform the film industry. With innovative technology and a collaborative community, it freely connects filmmakers and film lovers.",
"LANDING_JOIN_US":"Join us!",
"LANDING_JOIN_US_BUTTON":"Watchit Marketplace",
"LANDING_JOIN_US_1_TITLE":"Make your new great investment!",
"LANDING_JOIN_US_1_TITLE":"Meet 0xBlockbuster",
"LANDING_JOIN_US_1_TITLE_2":" Invest in talent!",
"LANDING_JOIN_US_1_SUBTITLE":"Don’t be left behind: invest in the revolution of decentralized cinema and have total control of your investments and their future.",
"LANDING_JOIN_US_2_TITLE":"Be part of our community",
"LANDING_JOIN_US_2_SUBTITLE":"In WatchIt, you'll have be able to sell your creations and make yourself known in a large, healthy community of viewers and collaborators. Get the credit you deserve!",
"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_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_APP_FILMS":"Films",
"LANDING_APP_EXPLORE":"Explore All",
"LANDING_APP_TITLE":"Enjoy the best of independent cinema",
"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_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_APP_SUBTITLE":"In WatchIt you have more than 200 original movies available, created by independent film makers for independent film lovers.",
"LANDING_COIN_COMING_SOON":"Coming Soon",
"LANDING_PARTNERS_TITLE":"Partners",
"LANDING_PARTNERS_SUBTITLE":"LET’S TALK PARTNERSHIPS",
Expand All @@ -28,7 +29,7 @@
"LANDING_TOOLS_TITLE":"We are Awesome!",
"LANDING_TOOLS_SUBTITLE":"We are part of Awesome IPFS and Awesome OrbitDb. You can be part of Watchit also collaborating with the community, you can check our github for more information.",
"LANDING_MISSION_TITLE":"Our Mission",
"LANDING_MISSION_SUBTITLE":" Giving to users control over the content network by welcoming enthusiasts or small studios who wish to have a platform without much \"red tape\" in between to promote or distribute their films.",
"LANDING_MISSION_SUBTITLE":"Create an ecosystem where creators and small studios promote and distribute their films without bureaucratic barriers, fostering a collaborative community that drives innovation in cinematic entertainment.",
"LANDING_MISSION_TEAM":"Watchit Team",
"LANDING_FAQ_TITLE": "Frequently Asked Questions",
"LANDING_FAQ_SUBTITLE": "In the next section, you can find the frequently asked questions from our community, we will be updating this section to answer the most common questions and also to explain a little more about how the application works.",
Expand All @@ -52,23 +53,27 @@
"LANDING_ROADMAP_TOOLKIT": "Toolkit Alpha SDK/CLI/API",
"LANDING_ROADMAP_DESKTOP_DESIGN": "New Web/Desktop App UI/UX proposal",
"LANDING_ROADMAP_MOBILE_TV_DESIGN": "Mobile/SmartTV UI/UX proposal",
"LANDING_ROADMAP_ALPHA_WEB_APP": "Alpha Web App remake",
"LANDING_ROADMAP_ALPHA_DESKTOP_APP": "Alpha Desktop App remake",
"LANDING_ROADMAP_ALPHA_TV_APP": "Alpha Smart TV App",
"LANDING_ROADMAP_ALPHA_MOBILE_APP": "Alpha Mobile App",
"LANDING_ROADMAP_ALPHA_WEB_APP": "Web App",
"LANDING_ROADMAP_ALPHA_DESKTOP_APP": "Desktop App",
"LANDING_ROADMAP_ALPHA_TV_APP": "Smart TV App",
"LANDING_ROADMAP_ALPHA_MOBILE_APP_START": "Mobile App Start",
"LANDING_ROADMAP_ALPHA_MOBILE_APP_FINISH": "Mobile App Finish",
"LANDING_ROADMAP_ONE_CLICK_DEPLOY": "One Click Deploy",
"LANDING_ROADMAP_ALPHA_WORKER_NODE": "Alpha Worker Node",
"LANDING_ROADMAP_DISTRIBUTION_CONTRACT": "Distribution Contract",
"LANDING_ROADMAP_ALPHA_MARKETPLACE": "Marketplace Testnet Alpha release",
"LANDING_ROADMAP_NFT_CONTRACT": "NFT Contract",
"LANDING_ROADMAP_BLOCKBUSTER": "0xBlockbuster",
"LANDING_ROADMAP_DISTRIBUTION_NODE": "Distribution node",
"LANDING_ROADMAP_GOVERNANCE_TOKEN": "Governance Token",
"LANDING_ROADMAP_WVC": "WatchIT Video Coin (WVC Token Economics)",
"LANDING_ROADMAP_BETA_MARKETPLACE": "Marketplace Testnet Beta release",
"LANDING_ROADMAP_BLOCKBUSTER_TESTNET": "0xBlockbuster Testnet",
"LANDING_ROADMAP_BETA_TOOLKIT": "Toolkit Beta SDK/CLI/API",
"LANDING_ROADMAP_BETA_WORKER_NODE": "Beta Worker Node",
"LANDING_ROADMAP_ORACLE": "Oracle (Broadcast syndication channels)",
"LANDING_ROADMAP_BITSWAP": "Toolkit BitSwap Monitor Rewards",
"LANDING_ROADMAP_MULTI_LANGUAGE": "Multi-language movies",
"LANDING_ROADMAP_MULTI_LANGUAGE": "Multi-language support",
"LANDING_ROADMAP_PRODUCTION_MARKETPLACE": "Marketplace Production release",
"LANDING_ROADMAP_PRODUCTION_MULTI_PLATFORM_APPS": "Multi-platform Apps production release",
"LANDING_ROADMAP_MAIN_CHAIN_CONTRACTS": "Mainnet Contracts deploy"
"LANDING_ROADMAP_PRODUCTION_MULTI_PLATFORM_APPS": "Stable Apps Release",
"LANDING_ROADMAP_MAIN_CHAIN_CONTRACTS": "Mainnet Deploy"
}
45 changes: 25 additions & 20 deletions src/i18n/langs/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,20 @@
"LANDING_MENU_TWITTER":"Twitter",
"LANDING_MENU_DISCORD":"Discord",
"LANDING_MENU_DOCS":"Documentación",
"LANDING_MAIN_TITLE":"Vende, Compra y Disfruta!",
"LANDING_MAIN_SUBTITLE":"Watchit se creó para revolucionar la industria cinematográfica, conectando a cineastas, inversores y fans.",
"LANDING_MAIN_TITLE":"Qué es watchit?",
"LANDING_MAIN_SUBTITLE":"Watchit, un ecosistema que ofrece una experiencia de streaming segura, descentralizada y equitativa, está preparado para transformar la industria cinematográfica. Con tecnología novedosa y una comunidad colaborativa, conecta libremente a cineasta y amantes del cine.",
"LANDING_JOIN_US":"Únete a nosotros!",
"LANDING_JOIN_US_BUTTON":"Mercado Watchit",
"LANDING_JOIN_US_1_TITLE":"¡Haz tu nueva gran inversión!",
"LANDING_JOIN_US_1_TITLE":"Conoce 0xBlockbuster",
"LANDING_JOIN_US_1_TITLE_2":"Invierte en talento!",
"LANDING_JOIN_US_1_SUBTITLE":"No te quedes atrás: invierte en la revolución del cine descentralizado y ten el control total de tus inversiones y su futuro.",
"LANDING_JOIN_US_2_TITLE":"Se parte de nuestra comunidad",
"LANDING_JOIN_US_2_SUBTITLE":"En WatchIt tendrás la posibilidad de vender tus creaciones y darte a conocer en una gran y saludable comunidad de espectadores y colaboradores. ¡Obtén el crédito que te mereces!",
"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_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",
"LANDING_APP_EXPLORE":"Explorar todo",
"LANDING_APP_TITLE":"Disfruta lo mejor de las peliculas independientes",
"LANDING_APP_SUBTITLE":"En WatchIt tienes disponibles más de 200 películas originales, creadas por cineastas independientes para amantes del cine independiente.",
"LANDING_APP_TITLE":"Explora nuestras apps",
"LANDING_APP_SUBTITLE":"Llevamos la magia del cine independiente directamente a tu pantalla. Ya seas un productor buscando exhibir tu última obra o un espectador ansioso por descubrimientos cinematográficos, nuestras aplicaciones personalizadas te cubren. Disponibles para navegadores web, escritorios (Mac, Windows, Linux), móviles (iOS, Android) y TVs inteligentes, garantizamos que tus películas brillen en cualquier plataforma.",
"LANDING_COIN_SUBTITLE":"El token WVC es el token de utilidad y gobernanza del ecosistema Watchit que recompensa a los titulares con ganancias de Watchit y les permite votar sobre cambios en los parámetros del proyecto.",
"LANDING_COIN_COMING_SOON":"Próximamente",
"LANDING_PARTNERS_TITLE":"Socios",
Expand All @@ -28,7 +29,7 @@
"LANDING_TOOLS_TITLE":"Somos impresionantes!",
"LANDING_TOOLS_SUBTITLE":"Somos parte de Awesome IPFS y Awesome OrbitDb. Puedes ser parte de Watchit colaborando también con la comunidad, puedes consultar nuestro github para más información.",
"LANDING_MISSION_TITLE":"Nuestra misión",
"LANDING_MISSION_SUBTITLE":"Brindar a los usuarios control sobre la red de contenido al dar la bienvenida a entusiastas o pequeños estudios que desean tener una plataforma sin mucha \"burocracia\" en el medio para promocionar o distribuir sus películas.",
"LANDING_MISSION_SUBTITLE":"Crear un ecosistema donde creadores y pequeños estudios promuevan y distribuyan sus películas sin barreras burocráticas, fomentando una comunidad colaborativa que impulse la innovación en el entretenimiento cinematográfico.",
"LANDING_MISSION_TEAM":"Equipo Watchit",
"LANDING_FAQ_TITLE": "Preguntas frecuentes",
"LANDING_FAQ_SUBTITLE": "En la siguiente sección, puede encontrar las preguntas frecuentes de nuestra comunidad, vamos a estar actualizando esta sección para responder las preguntas más comunes y también para explicar un poco más sobre cómo funciona la aplicación.",
Expand All @@ -52,23 +53,27 @@
"LANDING_ROADMAP_TOOLKIT": "Toolkit Alpha SDK/CLI/API",
"LANDING_ROADMAP_DESKTOP_DESIGN": "Propuesta app web/escritorio UI/UX",
"LANDING_ROADMAP_MOBILE_TV_DESIGN": "Propuesta móvil/SmartTV UI/UX",
"LANDING_ROADMAP_ALPHA_WEB_APP": "Alpha Web App",
"LANDING_ROADMAP_ALPHA_DESKTOP_APP": "Alpha Desktop App",
"LANDING_ROADMAP_ALPHA_TV_APP": "Alpha Smart TV App",
"LANDING_ROADMAP_ALPHA_MOBILE_APP": "Alpha Mobile App",
"LANDING_ROADMAP_ALPHA_WEB_APP": "Aplicación web",
"LANDING_ROADMAP_ALPHA_DESKTOP_APP": "Aplicación de escritorio",
"LANDING_ROADMAP_ALPHA_TV_APP": "Aplicación de TV inteligente",
"LANDING_ROADMAP_ALPHA_MOBILE_APP_START": "Inicio de la aplicación móvil",
"LANDING_ROADMAP_ALPHA_MOBILE_APP_FINISH": "Finalizar aplicación móvil",
"LANDING_ROADMAP_ONE_CLICK_DEPLOY": "One Click Deploy",
"LANDING_ROADMAP_ALPHA_WORKER_NODE": "Alpha Worker Node",
"LANDING_ROADMAP_DISTRIBUTION_CONTRACT": "Distribution Contract",
"LANDING_ROADMAP_ALPHA_MARKETPLACE": "Marketplace Testnet Alpha release",
"LANDING_ROADMAP_DISTRIBUTION_CONTRACT": "Contrato de Distribución",
"LANDING_ROADMAP_NFT_CONTRACT": "Contrato NFT",
"LANDING_ROADMAP_BLOCKBUSTER": "0xBlockbuster",
"LANDING_ROADMAP_DISTRIBUTION_NODE": "Nodo de distribución",
"LANDING_ROADMAP_GOVERNANCE_TOKEN": "Governance Token",
"LANDING_ROADMAP_WVC": "WatchIT Video Coin (WVC Token Economics)",
"LANDING_ROADMAP_BETA_MARKETPLACE": "Marketplace Testnet Beta release",
"LANDING_ROADMAP_BLOCKBUSTER_TESTNET": "0xBlockbuster Testnet",
"LANDING_ROADMAP_BETA_TOOLKIT": "Toolkit Beta SDK/CLI/API",
"LANDING_ROADMAP_BETA_WORKER_NODE": "Beta Worker Node",
"LANDING_ROADMAP_ORACLE": "Oracle (Broadcast syndication channels)",
"LANDING_ROADMAP_BITSWAP": "Toolkit BitSwap Monitor Rewards",
"LANDING_ROADMAP_MULTI_LANGUAGE": "Multi-language movies",
"LANDING_ROADMAP_PRODUCTION_MARKETPLACE": "Marketplace Production release",
"LANDING_ROADMAP_PRODUCTION_MULTI_PLATFORM_APPS": "Multi-platform Apps production release",
"LANDING_ROADMAP_MAIN_CHAIN_CONTRACTS": "Mainnet Contracts deploy"
}
"LANDING_ROADMAP_MULTI_LANGUAGE": "Soporte de películas en varios idiomas",
"LANDING_ROADMAP_PRODUCTION_MARKETPLACE": "Lanzamiento de producción en el mercado",
"LANDING_ROADMAP_PRODUCTION_MULTI_PLATFORM_APPS": "Lanzamiento de aplicaciones estables",
"LANDING_ROADMAP_MAIN_CHAIN_CONTRACTS": "Implementación de la red principal"
}
20 changes: 9 additions & 11 deletions src/pages/Landing/LandingView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import 'animate.css/animate.min.css'

// PROJECT IMPORTS
import LandingPartners from '@pages/Landing/components/LandingPartners'
import LandingJoinUs from '@pages/Landing/components/LandingJoinUs'
import LandingDistribution from '@pages/Landing/components/LandingDistribution'
import LandingHeader from '@pages/Landing/components/LandingHeader'
import LandingCoin from '@pages/Landing/components/LandingCoin'
import LandingMain from '@pages/Landing/components/LandingMain'
Expand All @@ -24,6 +24,7 @@ import LandingAwesome from '@pages/Landing/components/LandingAwesome'
import LandingMission from '@pages/Landing/components/LandingMission'
import LandingFAQ from '@pages/Landing/components/LandingFAQ'
import LandingRoadmap from '@pages/Landing/components/LandingRoadmap'
import LandingRenting from "@pages/Landing/components/LandingRenting";

// ===========================|| LANDING - VIEW ||=========================== //

Expand All @@ -47,29 +48,26 @@ export const LandingView: FC = (props): JSX.Element => {
</LandingSection>
</LandingWrapper>
<LandingSection sx={Background2Sx}>
<LandingJoinUs />
<LandingMission />
</LandingSection>
<LandingSection sx={Background1Sx}>
<LandingApp />
</LandingSection>
<LandingSection sx={Background2Sx}>
<LandingCoin />
<LandingRenting />
</LandingSection>
<LandingSection sx={Background1Sx}>
<LandingMission />
<LandingDistribution />
</LandingSection>
<LandingSection sx={Background2Sx}>
<LandingAwesome />
<LandingCoin />
</LandingSection>
<LandingSection sx={Background1Sx}>
<LandingRoadmap />
</LandingSection>
<LandingSection sx={Background2Sx}>
<LandingFAQ />
</LandingSection>
<LandingSection sx={Background1Sx}>
<LandingPartners />
</LandingSection>
{/*<LandingSection sx={Background2Sx}>*/}
{/* <LandingFAQ />*/}
{/*</LandingSection>*/}
<LandingSection sx={Background2Sx}>
<LandingTeam />
</LandingSection>
Expand Down
Loading

0 comments on commit 6a7f992

Please sign in to comment.