CSS fix and change of texts
This commit is contained in:
@@ -33,7 +33,7 @@ class Header extends Component {
|
|||||||
<li className={menuClasses}>What We Do</li>
|
<li className={menuClasses}>What We Do</li>
|
||||||
</Link>
|
</Link>
|
||||||
<Link to="/about">
|
<Link to="/about">
|
||||||
<li className={menuClasses}>Team</li>
|
<li className={menuClasses}>Who We Are</li>
|
||||||
</Link>
|
</Link>
|
||||||
<Link to="/blog">
|
<Link to="/blog">
|
||||||
<li className={menuClasses}>Blog</li>
|
<li className={menuClasses}>Blog</li>
|
||||||
|
|||||||
@@ -19,12 +19,12 @@ const IndexPage = ({ ...props }) => (
|
|||||||
<div>
|
<div>
|
||||||
<PageIntro
|
<PageIntro
|
||||||
button
|
button
|
||||||
buttonText="Let's Build Something Awesome"
|
buttonText="Let's Connect"
|
||||||
url="/contact"
|
url="/contact"
|
||||||
buttonClasses="text-white shadow-md hover:shadow-lg rounded-full mt-4 font-light btn-saburly-green mb-20"
|
buttonClasses="text-white shadow-md hover:shadow-lg rounded-full mt-4 font-light btn-saburly-green mb-20"
|
||||||
intro="Welcome To Saburly"
|
intro="Welcome To Saburly"
|
||||||
headline="We build the right software for your needs"
|
headline="We build the right software for your business goals"
|
||||||
text="We are a team of creative, open minded, skilled and passionate engineers that ship success daily"
|
text="We are a team of highly experienced, creative, open-minded and passionate engineers. Our mission is clear: to make you clients stand out and gain competitive advantages with the help of modern technologies."
|
||||||
image={ImgIntro}
|
image={ImgIntro}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
@@ -49,7 +49,7 @@ const IndexPage = ({ ...props }) => (
|
|||||||
|
|
||||||
<Service
|
<Service
|
||||||
img={ImgDesign}
|
img={ImgDesign}
|
||||||
title="UX & UI Design"
|
title="User Experience Design"
|
||||||
text="Our approach is simple: focus on how people will actually use the products. We offer prototyping, UI and UX design for web and mobile products. We shape UX through research, data & content analysis"
|
text="Our approach is simple: focus on how people will actually use the products. We offer prototyping, UI and UX design for web and mobile products. We shape UX through research, data & content analysis"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user