Kaynağa Gözat

websummit

GA
Pavle Golubovic 3 yıl önce
ebeveyn
işleme
df87e33434

+ 1
- 1
frontend/src/components/shared/PageTitle.jsx Dosyayı Görüntüle



const PageTitle = ({heading, subheading, left, color,pb}) => { const PageTitle = ({heading, subheading, left, color,pb}) => {
return ( return (
<div className={"flex flex-col gap-8p"+ (left ? " text-left items-start":" text-center items-center") + (color ? " title-colored" : " ") + (pb ? ' pb-2' :' ')}>
<div className={"flex flex-col gap-8p"+ (left ? " text-left items-start":" text-center items-center") + (color ? " text-[#9B32CE]" : " ") + (pb ? ' pb-2' :' ')}>
<h6 className={"subheading" + (left ? " text-left":" text-center")}>{subheading}</h6> <h6 className={"subheading" + (left ? " text-left":" text-center")}>{subheading}</h6>
<h1 className={"heading" + (left ? " text-left":" text-center")}>{heading}</h1> <h1 className={"heading" + (left ? " text-left":" text-center")}>{heading}</h1>
</div> </div>

+ 6
- 6
frontend/src/pages/WorkWithUs.jsx Dosyayı Görüntüle

return ( return (
<div className='mt-90p'> <div className='mt-90p'>
<Wrapper padding={' py-[48px]'}> <Wrapper padding={' py-[48px]'}>
<PageTitle heading={'Diligent at a Glance'} subheading={'work with us'} color />
<PageTitle heading={'Diligent at a Glance'} subheading={'work with us'} />
</Wrapper> </Wrapper>
<div className='flex flex-col md:flex gap-[32px] w-fit mx-auto'> <div className='flex flex-col md:flex gap-[32px] w-fit mx-auto'>
<CustomLink href={_data.downloadFilePath} downloadFile context={'Company Overview'}> <CustomLink href={_data.downloadFilePath} downloadFile context={'Company Overview'}>
</div> </div>
</Wrapper> </Wrapper>
<Wrapper padding={' py-[48px]'}> <Wrapper padding={' py-[48px]'}>
<p className='pb-32p max-w-[1000px] mx-auto'>Within those domains, our customers range from startups (11.2 Ventures), over small and medium sized companies (Gold Bullion International, Intellum…), to Fortune 500 companies (BlackRock, Henry Schein…).</p>
<p className='pb-32p max-w-[1000px] mx-auto'>Within those domains, our customers range from startups (11.2 Ventures), over small and medium sized companies (Gold Bullion International, Intellum…), to Fortune 500 companies (Henry Schein…).</p>
<p className='max-w-[1000px] mx-auto'>Decision to outsource the whole, or a part, of software development accompanied with a demand for personal, long-term, dedication and responsibility is common for our clients. Most of them have already had some experience with other outsourcing companies, or are in active relationships with other outsourcing companies, when they decide to give us a try.</p> <p className='max-w-[1000px] mx-auto'>Decision to outsource the whole, or a part, of software development accompanied with a demand for personal, long-term, dedication and responsibility is common for our clients. Most of them have already had some experience with other outsourcing companies, or are in active relationships with other outsourcing companies, when they decide to give us a try.</p>
</Wrapper> </Wrapper>
<Wrapper padding={' py-[48px]'}> <Wrapper padding={' py-[48px]'}>
<h4 className='font-semibold font-secondary text-[#9B32CE] text-subtitle-48 text-center w-full'>What are their Problems?</h4>
<h4 className='font-semibold font-secondary text-[#9B32CE] text-subtitle-48 text-center w-full'>What Are Their Problems?</h4>
</Wrapper> </Wrapper>
<Wrapper > <Wrapper >
<section> <section>
</section> </section>
</Wrapper> </Wrapper>
<Wrapper padding={' py-[48px] mb-32p'}> <Wrapper padding={' py-[48px] mb-32p'}>
<h4 className='font-semibold font-secondary text-[#9B32CE] text-subtitle-48 text-center w-full'>And how We help Them?</h4>
<h4 className='font-semibold font-secondary text-[#9B32CE] text-subtitle-48 text-center w-full'>How We Help Them?</h4>
</Wrapper> </Wrapper>
<Wrapper padding={' py-90p'}> <Wrapper padding={' py-90p'}>
<section> <section>
<div className="flex flex-col justify-center items-start w-full max-w-custom m-auto px-8 xl:px-0 mb-32p"> <div className="flex flex-col justify-center items-start w-full max-w-custom m-auto px-8 xl:px-0 mb-32p">
<div className="flex flex-col gap-[72px] w-full max-w-[950px] mx-auto"> <div className="flex flex-col gap-[72px] w-full max-w-[950px] mx-auto">
{_data.problems.map((item, index) => (
{_data.help.map((item, index) => (
<HelpParagraph <HelpParagraph
key={index} key={index}
title={item.title} title={item.title}
</section> </section>
</Wrapper> </Wrapper>
<Wrapper padding={' py-90p'} bg> <Wrapper padding={' py-90p'} bg>
<h4 className='font-semibold font-secondary text-[#9B32CE] text-subtitle-48 text-center w-full py-32p'>And Do We?</h4>
<h4 className='font-semibold font-secondary text-[#9B32CE] text-subtitle-48 text-center w-full py-32p'>What Our Customers Say?</h4>
<Testimonials noTitle /> <Testimonials noTitle />
</Wrapper> </Wrapper>
<Wrapper padding={' py-[48px] mb-32p'}> <Wrapper padding={' py-[48px] mb-32p'}>

Loading…
İptal
Kaydet