Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 62 additions & 32 deletions src/components/case.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,68 @@ import Heading from '@theme/Heading';

export default function Case() {
return (
<section id="case" className="article-section">
<div className="container">
<div className="row justify-center section-width">
<div className="col col--6">
<article id="article-case">
<Heading as="h2">Case 1: Retail Migration</Heading>
<ul style={{listStyle: 'none', paddingLeft: 0, textAlign: 'left'}}>
<li className="li-case-icon">
<img src={require(`@site/static/img/checkin-icon.png`).default} alt="" className="case-icon" />
Manual migration of 100+ security policies to the cloud was estimated to take six months.
</li>
<li className="li-case-icon">
<img src={require(`@site/static/img/checkin-icon.png`).default} alt="" className="case-icon" />
AI-agent analyzed the business logic and auto-generated 90% of the required IaC code.
</li>
<li className="li-case-icon">
<img src={require(`@site/static/img/checkin-icon.png`).default} alt="" className="case-icon" />
Migration was accelerated by 40%, deploying the solution in only three days.
</li>
<li className="li-case-icon">
<img src={require(`@site/static/img/checkin-icon.png`).default} alt="" className="case-icon" />
The quick deployment resulted in significant savings in engineering and operational costs.
</li>
</ul>
</article>
</div>
<div className="col col--6" style={{display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
<img
src={require(`@site/static/img/image17.jpeg`).default}
alt="Case Study Image"
style={{maxWidth: '400px', height: '400px', borderRadius: '50%', objectFit: 'cover'}}
/>
<section id="case-study" style={{padding: '5rem 0', backgroundColor: 'white'}}>
<div className="container" style={{maxWidth: '1200px'}}>
<div className="row justify-center">
<div className="col col--12">
<div style={{textAlign: 'center', marginBottom: '4rem'}}>
<Heading as="h2" style={{fontSize: '2.5rem', fontWeight: '700', color: '#1f2937', marginBottom: '1.5rem'}}>
Case Study
</Heading>
<p style={{fontSize: '1.2rem', color: '#6b7280', lineHeight: '1.8', maxWidth: '600px', margin: '0 auto'}}>
How we helped a retail company accelerate their cloud migration
</p>
</div>

<div className="row" style={{alignItems: 'center'}}>
<div className="col col--6">
<div style={{backgroundColor: '#f8fafc', borderRadius: '16px', padding: '3rem', height: '100%'}}>
<Heading as="h3" style={{fontSize: '1.8rem', fontWeight: '600', color: '#1f2937', marginBottom: '2rem'}}>
Retail Migration Success
</Heading>
<ul style={{listStyle: 'none', paddingLeft: 0}}>
<li style={{display: 'flex', alignItems: 'flex-start', marginBottom: '1.5rem'}}>
<img src={require(`@site/static/img/checkin-icon.png`).default} alt="" style={{width: '24px', height: '24px', marginRight: '12px', marginTop: '2px', flexShrink: 0}} />
<span style={{color: '#4b5563', lineHeight: '1.6', fontSize: '1.1rem'}}>
Manual migration of 100+ security policies to the cloud was estimated to take six months
</span>
</li>
<li style={{display: 'flex', alignItems: 'flex-start', marginBottom: '1.5rem'}}>
<img src={require(`@site/static/img/checkin-icon.png`).default} alt="" style={{width: '24px', height: '24px', marginRight: '12px', marginTop: '2px', flexShrink: 0}} />
<span style={{color: '#4b5563', lineHeight: '1.6', fontSize: '1.1rem'}}>
AI-agent analyzed the business logic and auto-generated 90% of the required IaC code
</span>
</li>
<li style={{display: 'flex', alignItems: 'flex-start', marginBottom: '1.5rem'}}>
<img src={require(`@site/static/img/checkin-icon.png`).default} alt="" style={{width: '24px', height: '24px', marginRight: '12px', marginTop: '2px', flexShrink: 0}} />
<span style={{color: '#4b5563', lineHeight: '1.6', fontSize: '1.1rem'}}>
Migration was accelerated by 40%, deploying the solution in only three days
</span>
</li>
<li style={{display: 'flex', alignItems: 'flex-start'}}>
<img src={require(`@site/static/img/checkin-icon.png`).default} alt="" style={{width: '24px', height: '24px', marginRight: '12px', marginTop: '2px', flexShrink: 0}} />
<span style={{color: '#4b5563', lineHeight: '1.6', fontSize: '1.1rem'}}>
The quick deployment resulted in significant savings in engineering and operational costs
</span>
</li>
</ul>
</div>
</div>

<div className="col col--6" style={{display: 'flex', alignItems: 'center', justifyContent: 'center', padding: '2rem'}}>
<div style={{position: 'relative'}}>
<img
src={require(`@site/static/img/image17.jpeg`).default}
alt="Case Study Image"
style={{maxWidth: '400px', height: '400px', borderRadius: '50%', objectFit: 'cover', boxShadow: '0 20px 40px rgba(0, 0, 0, 0.1)'}}
/>
<div style={{position: 'absolute', bottom: '20px', left: '50%', transform: 'translateX(-50%)', background: 'white', padding: '1rem 2rem', borderRadius: '12px', boxShadow: '0 4px 6px rgba(0, 0, 0, 0.1)'}}>
<span style={{color: '#667eea', fontWeight: '700', fontSize: '1.5rem'}}>40%</span>
<span style={{color: '#6b7280', marginLeft: '0.5rem'}}>Faster Migration</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
Expand Down
104 changes: 85 additions & 19 deletions src/components/contacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,96 @@ import Heading from '@theme/Heading';

export default function Contacts() {
return (
<section id="contacts" className="article-section">
<div className="container">
<div className="row justify--center">
<section id="contacts" style={{padding: '5rem 0', backgroundColor: '#1f2937', color: 'white'}}>
<div className="container" style={{maxWidth: '1200px'}}>
<div className="row justify-center">
<div className="col col--12">
<article>
<Heading as="h2">Contacts</Heading>
<hr />
<p>
We're here to help you accelerate your business growth with cutting-edge cloud infrastructure solutions.
Whether you have questions about our services, need technical support, or want
to discuss partnership opportunities, don't hesitate to reach out.
<div style={{textAlign: 'center', marginBottom: '4rem'}}>
<Heading as="h2" style={{fontSize: '2.5rem', fontWeight: '700', color: 'white', marginBottom: '1.5rem'}}>
Get Started Today
</Heading>
<p style={{fontSize: '1.2rem', color: 'rgba(255,255,255,0.8)', lineHeight: '1.8', maxWidth: '600px', margin: '0 auto'}}>
Ready to transform your cloud infrastructure? Contact us to discuss your needs and see how we can help accelerate your business growth.
</p>
</div>

<Heading as="h3"></Heading>
<p>
<strong>Email:</strong> sales@rework-space.com<br/>
<strong>Phone:</strong> +38 067 324 6141<br/>
<strong>Company website:</strong> <a href={"https://rework-space.com"}>rework-space.com</a><br/>
<strong>LinkedIn:</strong> <a href={"https://www.linkedin.com/company/rework-space/"}>rework-space</a>
</p>
<div className="row">
<div className="col col--6" style={{marginBottom: '2rem'}}>
<div style={{backgroundColor: 'rgba(255,255,255,0.1)', borderRadius: '16px', padding: '2.5rem', height: '100%', backdropFilter: 'blur(10px)'}}>
<Heading as="h3" style={{fontSize: '1.5rem', fontWeight: '600', color: 'white', marginBottom: '2rem'}}>
Contact Information
</Heading>

<div style={{marginBottom: '1.5rem'}}>
<div style={{display: 'flex', alignItems: 'center', marginBottom: '0.5rem'}}>
<span style={{color: '#667eea', marginRight: '0.75rem', fontSize: '1.2rem'}}>📧</span>
<strong style={{color: 'white'}}>Email:</strong>
</div>
<p style={{margin: 0, paddingLeft: '2rem', color: 'rgba(255,255,255,0.8)'}}>
<a href="mailto:sales@rework-space.com" style={{color: '#667eea', textDecoration: 'none'}}>
sales@rework-space.com
</a>
</p>
</div>

<div style={{marginBottom: '1.5rem'}}>
<div style={{display: 'flex', alignItems: 'center', marginBottom: '0.5rem'}}>
<span style={{color: '#667eea', marginRight: '0.75rem', fontSize: '1.2rem'}}>📞</span>
<strong style={{color: 'white'}}>Phone:</strong>
</div>
<p style={{margin: 0, paddingLeft: '2rem', color: 'rgba(255,255,255,0.8)'}}>
<a href="tel:+380673246141" style={{color: '#667eea', textDecoration: 'none'}}>
+38 067 324 6141
</a>
</p>
</div>

<div style={{marginBottom: '1.5rem'}}>
<div style={{display: 'flex', alignItems: 'center', marginBottom: '0.5rem'}}>
<span style={{color: '#667eea', marginRight: '0.75rem', fontSize: '1.2rem'}}>🌐</span>
<strong style={{color: 'white'}}>Website:</strong>
</div>
<p style={{margin: 0, paddingLeft: '2rem', color: 'rgba(255,255,255,0.8)'}}>
<a href="https://rework-space.com" target="_blank" rel="noopener noreferrer" style={{color: '#667eea', textDecoration: 'none'}}>
rework-space.com
</a>
</p>
</div>

<hr />
<div>
<div style={{display: 'flex', alignItems: 'center', marginBottom: '0.5rem'}}>
<span style={{color: '#667eea', marginRight: '0.75rem', fontSize: '1.2rem'}}>💼</span>
<strong style={{color: 'white'}}>LinkedIn:</strong>
</div>
<p style={{margin: 0, paddingLeft: '2rem', color: 'rgba(255,255,255,0.8)'}}>
<a href="https://www.linkedin.com/company/rework-space/" target="_blank" rel="noopener noreferrer" style={{color: '#667eea', textDecoration: 'none'}}>
rework-space
</a>
</p>
</div>
</div>
</div>

</article>
<div className="col col--6" style={{marginBottom: '2rem'}}>
<div style={{backgroundColor: 'rgba(255,255,255,0.1)', borderRadius: '16px', padding: '2.5rem', height: '100%', backdropFilter: 'blur(10px)'}}>
<Heading as="h3" style={{fontSize: '1.5rem', fontWeight: '600', color: 'white', marginBottom: '2rem'}}>
Ready to Get Started?
</Heading>
<p style={{color: 'rgba(255,255,255,0.8)', lineHeight: '1.6', marginBottom: '2rem'}}>
We're here to help you accelerate your business growth with cutting-edge cloud infrastructure solutions.
Whether you have questions about our services, need technical support, or want to discuss partnership opportunities.
</p>
<div style={{display: 'flex', gap: '1rem', flexDirection: 'column'}}>
<button style={{padding: '1rem 2rem', backgroundColor: '#667eea', color: 'white', border: 'none', borderRadius: '8px', fontSize: '1.1rem', fontWeight: '600', cursor: 'pointer', transition: 'all 0.2s'}}>
Schedule a Demo
</button>
<button style={{padding: '1rem 2rem', backgroundColor: 'transparent', color: 'white', border: '2px solid rgba(255,255,255,0.3)', borderRadius: '8px', fontSize: '1.1rem', fontWeight: '600', cursor: 'pointer', transition: 'all 0.2s'}}>
Download Brochure
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
Expand Down
61 changes: 53 additions & 8 deletions src/components/description.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,64 @@ import Heading from '@theme/Heading';

export default function Description() {
return (
<section id="home" className="article-section">
<div className="container">
<section id="home" style={{padding: '5rem 0', backgroundColor: 'white'}}>
<div className="container" style={{maxWidth: '1200px'}}>
<div className="row justify-center">
<div className="col col--12">
<article id="article-description">
<div>
<div style={{textAlign: 'center', marginBottom: '3rem'}}>
<Heading as="h2" style={{fontSize: '2.5rem', fontWeight: '700', color: '#1f2937', marginBottom: '1.5rem'}}>
Why Choose RS-DataPlatform?
</Heading>
<p style={{fontSize: '1.2rem', color: '#6b7280', lineHeight: '1.8', maxWidth: '800px', margin: '0 auto'}}>
RS-DataPlatform is building a cloud vendor-agnostic Infrastructure-as-Code (IaC) solution with
integrated enterprise-grade security, empowering startups and scaleups with agile, Europe-native
tools to optimize their operations. Fully compatible with major cloud providers and supporting
seamless migration across cloud and on-premise infrastructures, our platform ensures resilience
during instability and enables scalable growth - critical for Ukraine's post-war reconstruction.
tools to optimize their operations.
</p>
</div>

<div className="row" style={{marginTop: '4rem'}}>
<div className="col col--4" style={{textAlign: 'center', marginBottom: '2rem'}}>
<div style={{backgroundColor: '#f3f4f6', borderRadius: '12px', padding: '2rem', height: '100%'}}>
<div style={{width: '60px', height: '60px', backgroundColor: '#667eea', borderRadius: '12px', margin: '0 auto 1.5rem', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
<span style={{color: 'white', fontSize: '1.5rem'}}>🚀</span>
</div>
<Heading as="h3" style={{fontSize: '1.3rem', fontWeight: '600', marginBottom: '1rem', color: '#1f2937'}}>
Vendor Agnostic
</Heading>
<p style={{color: '#6b7280', lineHeight: '1.6'}}>
Fully compatible with major cloud providers and supporting seamless migration across cloud and on-premise infrastructures.
</p>
</div>
</div>

<div className="col col--4" style={{textAlign: 'center', marginBottom: '2rem'}}>
<div style={{backgroundColor: '#f3f4f6', borderRadius: '12px', padding: '2rem', height: '100%'}}>
<div style={{width: '60px', height: '60px', backgroundColor: '#667eea', borderRadius: '12px', margin: '0 auto 1.5rem', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
<span style={{color: 'white', fontSize: '1.5rem'}}>🔒</span>
</div>
<Heading as="h3" style={{fontSize: '1.3rem', fontWeight: '600', marginBottom: '1rem', color: '#1f2937'}}>
Enterprise Security
</Heading>
<p style={{color: '#6b7280', lineHeight: '1.6'}}>
Integrated enterprise-grade security ensuring your infrastructure remains protected and compliant.
</p>
</div>
</div>

<div className="col col--4" style={{textAlign: 'center', marginBottom: '2rem'}}>
<div style={{backgroundColor: '#f3f4f6', borderRadius: '12px', padding: '2rem', height: '100%'}}>
<div style={{width: '60px', height: '60px', backgroundColor: '#667eea', borderRadius: '12px', margin: '0 auto 1.5rem', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
<span style={{color: 'white', fontSize: '1.5rem'}}>📈</span>
</div>
<Heading as="h3" style={{fontSize: '1.3rem', fontWeight: '600', marginBottom: '1rem', color: '#1f2937'}}>
Scalable Growth
</Heading>
<p style={{color: '#6b7280', lineHeight: '1.6'}}>
Platform ensures resilience during instability and enables scalable growth for modern businesses.
</p>
</div>
</div>
</article>
</div>
</div>
</div>
</div>
Expand Down
Loading