@@ -50,7 +50,66 @@ export default function Home(): JSX.Element {
5050 < HomepageHeader />
5151 < main >
5252 < HomepageFeatures />
53- < HomepageDemos />
53+ < section className = { styles . section } >
54+ < div className = "container" >
55+ < div className = "row" >
56+ < div className = "col" >
57+ < h2 className = "text--center" > How to use Postcodes.io</ h2 >
58+ </ div >
59+ </ div >
60+ < div className = "row" >
61+ < div className = "col" >
62+ < h3 className = "text--center" > Use Our Endpoints </ h3 >
63+ < p className = "text--center" >
64+ Easiest and quickest way to get started is to use our public,
65+ hosted endpoints to query data directly. No installation
66+ required
67+ </ p >
68+ </ div >
69+ < div className = "col" >
70+ < h3 className = "text--center" > Self-host the Service </ h3 >
71+ < p className = "text--center" >
72+ For complete control over the data and environment, just clone
73+ the repository and run it on your own servers. SQL?
74+ </ p >
75+ </ div >
76+ < div className = "col" >
77+ < h3 className = "text--center" > Contribute or Fork </ h3 >
78+ < p className = "text--center" >
79+ We love community input! Tailor Postcodes.io to your needs by
80+ adding features or modify the functionality.
81+ </ p >
82+ </ div >
83+ </ div >
84+ < div className = "row" style = { { marginTop : "3rem" } } >
85+ < div className = "col text--center" >
86+ < HomepageDemos />
87+ < Link
88+ className = "button button--primary button--lg"
89+ to = "/docs/overview"
90+ >
91+ View the Documentation
92+ </ Link >
93+ </ div >
94+ </ div >
95+ </ div >
96+ </ section >
97+ < section className = { styles . sectionAlt } >
98+ < div className = "container" >
99+ < div className = "row" >
100+ < div className = "col col--6 col--offset-3" >
101+ < h3 className = "text--center" >
102+ When You Need More Than Open Data
103+ </ h3 >
104+ < p className = "text--center" >
105+ Postcodes.io is a free, open source API for postcode data.
106+ It's a great way to get started with postcode data, but if you
107+ need more, we recommend using a commercial postcode service.
108+ </ p >
109+ </ div >
110+ </ div >
111+ </ div >
112+ </ section >
54113 </ main >
55114 </ Layout >
56115 ) ;
0 commit comments