Pavle Golubovic 3 år sedan
förälder
incheckning
faf1bfef3a

+ 1
- 1
frontend/src/pages/CaseStudy.jsx Visa fil

@@ -190,7 +190,7 @@ export default function CaseStudy() {
<div className="px-8 mt-8 mb-32 w-full max-w-custom">
<ActionCard
title="Let's Work Together!"
text="Business Intelligence portal which enhouses series of web applications & reporting tools used for in-depth analysis on product pricing, money flow, resources, employees, etc. Applications provide administrative users overview, as well as detail look scaled down to individual product."
text="Grow faster with a dedicated team of .NET & JS experts."
btn1="More Projects"
btn2="Contact Us"
link1={'/portfolio'}

+ 1
- 1
frontend/src/pages/CaseStudyBI.jsx Visa fil

@@ -263,7 +263,7 @@ export default function CaseStudyBI() {
<div className="px-8 mt-8 mb-32 w-full max-w-custom">
<ActionCard
title="Let's Work Together!"
text="Business Intelligence portal which enhouses series of web applications & reporting tools used for in-depth analysis on product pricing, money flow, resources, employees, etc. Applications provide administrative users overview, as well as detail look scaled down to individual product."
text="Grow faster with a dedicated team of .NET & JS experts."
btn1="More Projects"
btn2="Contact Us"
link1={'/portfolio'}

+ 1
- 1
frontend/src/pages/CaseStudyCentralized.jsx Visa fil

@@ -257,7 +257,7 @@ export default function CaseStudyCentralized() {
<div className="px-8 mt-8 mb-32 w-full max-w-custom">
<ActionCard
title="Let's Work Together!"
text="Business Intelligence portal which enhouses series of web applications & reporting tools used for in-depth analysis on product pricing, money flow, resources, employees, etc. Applications provide administrative users overview, as well as detail look scaled down to individual product."
text="Grow faster with a dedicated team of .NET & JS experts."
btn1="More Projects"
btn2="Contact Us"
link1={'/portfolio'}

+ 1
- 1
frontend/src/pages/CaseStudyFinantial.jsx Visa fil

@@ -252,7 +252,7 @@ export default function CaseStudyFinantial() {
<div className="px-8 mt-8 mb-32 w-full max-w-custom">
<ActionCard
title="Let's Work Together!"
text="Business Intelligence portal which enhouses series of web applications & reporting tools used for in-depth analysis on product pricing, money flow, resources, employees, etc. Applications provide administrative users overview, as well as detail look scaled down to individual product."
text="Grow faster with a dedicated team of .NET & JS experts."
btn1="More Projects"
btn2="Contact Us"
link1={'/portfolio'}

+ 1
- 1
frontend/src/pages/CaseStudyResource.jsx Visa fil

@@ -250,7 +250,7 @@ export default function CaseStudyResource() {
<div className="px-8 mt-8 mb-32 w-full max-w-custom">
<ActionCard
title="Let's Work Together!"
text="Business Intelligence portal which enhouses series of web applications & reporting tools used for in-depth analysis on product pricing, money flow, resources, employees, etc. Applications provide administrative users overview, as well as detail look scaled down to individual product."
text="Grow faster with a dedicated team of .NET & JS experts."
btn1="More Projects"
btn2="Contact Us"
link1={'/portfolio'}

+ 1
- 1
frontend/src/pages/CaseStudyStrata.jsx Visa fil

@@ -248,7 +248,7 @@ export default function CaseStudyStrata() {
<div className="px-8 mt-8 mb-32 w-full max-w-custom">
<ActionCard
title="Let's Work Together!"
text="Business Intelligence portal which enhouses series of web applications & reporting tools used for in-depth analysis on product pricing, money flow, resources, employees, etc. Applications provide administrative users overview, as well as detail look scaled down to individual product."
text="Grow faster with a dedicated team of .NET & JS experts."
btn1="More Projects"
btn2="Contact Us"
link1={'/portfolio'}

+ 1
- 1
frontend/src/pages/CaseStudyTicketing.jsx Visa fil

@@ -260,7 +260,7 @@ export default function CaseStudyTicketing() {
<div className="px-8 mt-8 mb-32 w-full max-w-custom">
<ActionCard
title="Let's Work Together!"
text="Business Intelligence portal which enhouses series of web applications & reporting tools used for in-depth analysis on product pricing, money flow, resources, employees, etc. Applications provide administrative users overview, as well as detail look scaled down to individual product."
text="Grow faster with a dedicated team of .NET & JS experts."
btn1="More Projects"
btn2="Contact Us"
link1={'/portfolio'}

+ 1
- 1
frontend/src/pages/ProcessPage.jsx Visa fil

@@ -115,7 +115,7 @@ const _data = {
ActionCard: {
heading: 'Let’s Work Together!',
paragraph:
'Business Intelligence portal which enhouses series of web applications & reporting tools used for in-depth analysis on product pricing, money flow, resources, employees, etc. Applications provide administrative users overview, as well as detail look scaled down to individual product.',
'Grow faster with a dedicated team of .NET & JS experts.',
primaryBtn: 'Contact Us',
secondaryBtn: 'Portfolio',
},

+ 14
- 11
frontend/src/pages/WorkWithUs.jsx Visa fil

@@ -35,6 +35,7 @@ const strapiPopulate = [
'Spec',
'Download',
'OfficeImg',
'WorkTogether',
];

const stringBuilder = () => {
@@ -254,17 +255,19 @@ const WorkWithUs = () => {
</div>
</div>
) : null}

<Wrapper padding={' py-90p'}>
<ActionCard
title="Let's Work Together!"
text="We’d be happy to try and find a way to contribute to your business."
btn2="Portfolio"
btn1="Contact Us"
link2={'/portfolio'}
link1={'/contact'}
/>
</Wrapper>
{data ? (
<Wrapper padding={' py-90p'}>
<ActionCard
title={data.WorkTogether.title}
text={data.WorkTogether.paragraph}
btn2={data.WorkTogether.ButtonSecondary}
btn1={data.WorkTogether.ButtonPrimary}
link2={'/portfolio'}
link1={'/contact'}
/>
</Wrapper>
) : null}
</div>
</PageLayout>
);

Laddar…
Avbryt
Spara