Services page structure
This commit is contained in:
@@ -1,8 +1,19 @@
|
||||
import React from 'react'
|
||||
|
||||
import PageIntro from '../components/PageIntro'
|
||||
import SectionIntro from '../components/SectionIntro'
|
||||
|
||||
const ServicesPage = () => (
|
||||
<div>
|
||||
<h1>Services page</h1>
|
||||
<PageIntro intro="Services" headline="Agile Practitioners" text="Agile isn’t simply a methodology whose principles and values we follow in our software development process. It’s how we work." sectionClasses="mb-16 lg:mb-8" />
|
||||
|
||||
<section className="container mx-auto my-12 p-4">
|
||||
<SectionIntro
|
||||
headline="Full-stack software development"
|
||||
text="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
|
||||
/>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user