Add svg images, markup and changes in structure
This commit is contained in:
12
src/components/SectionIntro.js
Normal file
12
src/components/SectionIntro.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import React from 'react'
|
||||
import Link from 'gatsby-link'
|
||||
|
||||
const IntroDefault = ({ intro, headline, text, classes }) => (
|
||||
<div className={`${classes}`}>
|
||||
<h3>{intro}</h3>
|
||||
<h1>{headline}</h1>
|
||||
<p>{text}</p>
|
||||
</div>
|
||||
)
|
||||
|
||||
export default IntroDefault
|
||||
Reference in New Issue
Block a user