Merge branch 'master' of https://gitlab.com/saburly/website-saburly/v2-frontend
This commit is contained in:
@@ -17,10 +17,10 @@ const Footer = () => (
|
||||
<div className="text-center py-4 lg:px-4 saburly-overlay-shadow">
|
||||
<Link className="no-underline text-white" to="/contact">
|
||||
<div
|
||||
className="p-2 items-center text-white leading-none lg:rounded-full flex lg:inline-flex"
|
||||
className="p-2 items-center text-white leading-none flex lg:inline-flex"
|
||||
role="alert"
|
||||
>
|
||||
<span className="flex bg-teal hover:bg-teal-dark saburly-transition rounded-full uppercase px-3 py-2 text-xs mr-3">
|
||||
<span className="flex bg-teal hover:bg-teal-dark saburly-transition uppercase px-3 py-2 text-xs mr-3">
|
||||
Let's Connect
|
||||
</span>
|
||||
<span className="mr-2 hover:opacity-80 saburly-transition text-left flex-auto">
|
||||
|
||||
@@ -44,9 +44,9 @@ class Header extends Component {
|
||||
<li className={menuClasses}>About Us</li>
|
||||
</Link>
|
||||
<Button
|
||||
text="Contact"
|
||||
text="Request a quote"
|
||||
standard
|
||||
classes="rounded-full text-white hover:shadow"
|
||||
classes="text-white hover:shadow"
|
||||
url="/contact"
|
||||
/>
|
||||
<a href="tel:7206432025">
|
||||
|
||||
@@ -62,14 +62,6 @@ class PageIntro extends Component {
|
||||
height: "100%"
|
||||
}}
|
||||
/>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1400.8 96.4">
|
||||
<title>bg-saburly-white</title>
|
||||
<path
|
||||
d="M417.7,96.4C655.2,93.3,743.6,0,983.1,0h417.7V96.4H417.7Z"
|
||||
transform="translate(0 0)"
|
||||
style={{ fill: '#fff' }}
|
||||
/>
|
||||
</svg>
|
||||
<div
|
||||
className={`relative container mx-auto items-center flex xl:flex-row justify-between flex-col ${
|
||||
this.props.reversed ? 'flex-col-reverse' : ''
|
||||
|
||||
@@ -75,7 +75,7 @@ class SideMenu extends Component {
|
||||
</Link>
|
||||
<Link to="/contact" className="side-close menu-contact no-underline">
|
||||
<li className="hover:bg-white hover:text-black text-right no-underline text-2xl uppercase p-4 text-white">
|
||||
Contact
|
||||
Request a quote
|
||||
</li>
|
||||
</Link>
|
||||
|
||||
|
||||
@@ -42,15 +42,17 @@ const IndexPage = ({ ...props }) => (
|
||||
imgClasses="-mb-20 p-2 md:p-8"
|
||||
>
|
||||
<h1 className="my-4 text-3xl xsm:text-4xl font-black text-black md:text-5xl">
|
||||
We{' '}
|
||||
Top {' '}
|
||||
|
||||
<Typed
|
||||
strings={['imagine', 'design', 'develop', 'maintain']}
|
||||
strings={['developers', 'designers', 'experts']}
|
||||
typeSpeed={100}
|
||||
backSpeed={50}
|
||||
backDelay={3000}
|
||||
loop
|
||||
/>
|
||||
great<br />digital experiences
|
||||
<br />
|
||||
for your next project
|
||||
</h1>
|
||||
</PageIntro>
|
||||
|
||||
@@ -159,13 +161,13 @@ const IndexPage = ({ ...props }) => (
|
||||
standard
|
||||
text="More About What We Do"
|
||||
url="/services"
|
||||
classes="rounded-full m-2 hover:shadow-md text-grey-darker hover:shadow"
|
||||
classes="m-2 hover:shadow-md text-grey-darker hover:shadow"
|
||||
/>
|
||||
<Button
|
||||
filled
|
||||
text="Let's Get In Touch"
|
||||
url="/contact"
|
||||
classes="text-white shadow hover:shadow-md rounded-full m-2 font-light bg-teal hover:bg-teal-dark"
|
||||
classes="text-white shadow hover:shadow-md m-2 font-light bg-teal hover:bg-teal-dark"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -28,7 +28,7 @@ const ServicesPage = () => (
|
||||
<PageIntro
|
||||
tiltImage
|
||||
straight
|
||||
buttonClasses="text-white font-normal shadow hover:shadow-md rounded-full mt-4 font-light bg-teal hover:bg-teal-dark mb-20"
|
||||
buttonClasses="text-white font-normal shadow hover:shadow-md mt-4 font-light bg-teal hover:bg-teal-dark mb-20"
|
||||
headline="Agile practitioners"
|
||||
text="At Saburly we embrace Agile’s methodologies for every project and business environment, no matter the size, scale, or complexity. Our flexible processes ensure high productivity and we know how to balance between cost, time and quality."
|
||||
image={IntroImage}
|
||||
|
||||
Reference in New Issue
Block a user