Add technologies, component restructure, config changes and style fixes
This commit is contained in:
@@ -6,6 +6,7 @@ import Card from '../components/Card'
|
||||
import Service from '../components/Service'
|
||||
import PageIntro from '../components/PageIntro'
|
||||
import InfoBox from '../components/InfoBox'
|
||||
import Technologies from '../components/Technologies'
|
||||
|
||||
import ImgIntro from '../images/software-consulting.svg'
|
||||
import ImgDesign from '../images/ux-ui-design-agency.svg'
|
||||
@@ -72,7 +73,7 @@ const IndexPage = ({ ...props }) => (
|
||||
<div className="py-8 text-center lg:flex justify-center">
|
||||
<Button
|
||||
standard
|
||||
text="More About The Services We Provide"
|
||||
text="More About What We Do"
|
||||
url="/services"
|
||||
classes="m-1 rounded-full hover:shadow-md text-grey-darker hover:shadow"
|
||||
/>
|
||||
@@ -86,11 +87,6 @@ const IndexPage = ({ ...props }) => (
|
||||
text="We think big, design smart and develop fast. We have helped organizations of various sizes bring life to ideas and existing products. We're now really interested in hearing how we can help you"
|
||||
/>
|
||||
<div className="p-4 md:flex items-center max-w-full justify-center">
|
||||
<img
|
||||
src={LogoIBM}
|
||||
className="opacity-50 hover:opacity-100 client-logo p-1"
|
||||
alt="IBM Logo"
|
||||
/>
|
||||
<img
|
||||
src={LogoRicoh}
|
||||
className="opacity-50 hover:opacity-100 client-logo p-1"
|
||||
|
||||
Reference in New Issue
Block a user