Added Card component for blog posts
This commit is contained in:
@@ -3,6 +3,7 @@ import React from 'react'
|
||||
import SectionIntro from '../components/SectionIntro'
|
||||
import InfoBox from '../components/InfoBox'
|
||||
import Button from '../components/Button'
|
||||
import Card from '../components/Card'
|
||||
|
||||
import ImgIntro from '../images/programming-company.svg'
|
||||
import ImgDesign from '../images/ux-ui-design.svg'
|
||||
@@ -51,10 +52,18 @@ const IndexPage = () => (
|
||||
<img src={LogoKinnarps} alt="Kinnarps Logo" />
|
||||
<img src={LogoCoor} alt="Coor Logo" />
|
||||
</div>
|
||||
|
||||
<Button filled text="Let's Build Together" url="/proposal" classes="rounded-full" />
|
||||
</section>
|
||||
|
||||
<section className="text-center p-3">
|
||||
<SectionIntro intro="Blog & Social Media" headline="But occasionally we find the time to have fun and publish stuff" />
|
||||
<div className="lg:flex">
|
||||
<Card />
|
||||
<Card />
|
||||
<Card />
|
||||
</div>
|
||||
<Button filled text="More Posts" url="/blog" classes="rounded-full" />
|
||||
</section>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user