@@ -41,7 +41,7 @@ const ContactPage = () => (
className="appearance-none block w-full bg-grey-lightest text-grey-darker border rounded py-3 px-4"
id="grid-last-name"
type="email"
- placeholder="Doe"
+ placeholder="name@domain.com"
required
/>
@@ -57,17 +57,17 @@ const ContactPage = () => (
className="appearance-none block w-full bg-grey-lightest text-grey-darker border rounded py-3 px-4"
id="grid-last-name"
type="text"
- placeholder="Doe"
+ placeholder="Message..."
required
/>
diff --git a/src/pages/index.js b/src/pages/index.js
index d943a07..8c8c63a 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -27,8 +27,8 @@ const IndexPage = ({ ...props }) => (
url="/contact"
buttonClasses="text-white font-normal shadow hover:shadow-md rounded-full mt-4 font-light bg-teal hover:bg-teal-dark mb-20"
intro="Welcome To Saburly"
- headline="We build the right software for your business goals"
- text="We are a team of highly experienced, creative and passionate engineers. Our mission is clear: to make you stand out and gain competitive advantages with the help of modern technologies."
+ headline="We build the right software for you"
+ text="Saburly is a team of highly experienced, creative and passionate engineers. Our mission is clear: to make you stand out and gain competitive advantages with the help of modern technologies."
image={ImgIntro}
/>
diff --git a/src/pages/services.js b/src/pages/services.js
index f8a04fe..171aa6b 100644
--- a/src/pages/services.js
+++ b/src/pages/services.js
@@ -74,7 +74,7 @@ const ServicesPage = () => (
-